mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 17:35:50 +03:00
[GH-ISSUE #179] LikedTrackPage not working/not supported? #88
Labels
No labels
bug
documentation
enhancement
good first issue
help wanted
pull-request
question
third-party
third-party
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/spotify-player#88
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @jesyspa on GitHub (Apr 3, 2023).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/179
Describe the bug
When going to the LikedTrack page (
g y), the UI is stuck on a "Loading..." screen (but is otherwise responsive, it just never loads).To Reproduce
Open
spotify_player, pressg y.Expected behavior
A list of my liked tracks, or a message that this feature is not supported.
Log and backtrace
The log contains (with
RUST_LOG=spotify):Environment
@aome510 commented on GitHub (Apr 3, 2023):
Can you provide the full log?
The line
should not happen if there exists a successful request
GetUserSavedTrackson the app startup. That error is not related and can be ignored.I suspect the page is stuck at loading because the client failed to request a list of liked tracks or the request took too long to run because of the large number of liked tracks. In either case, a full log should be helpful in identifying the problem.
@jesyspa commented on GitHub (Apr 4, 2023):
Ah sorry, here you go: spotify-player.log
Interestingly, the problem seems to have fixed itself today; now I can get the liked songs immediately after starting the client (here's that log). I have 187 of them, which I don't think is a huge number...
Thanks for looking into it!
@sewnie commented on GitHub (Apr 6, 2023):
plz close
@aome510 commented on GitHub (Apr 9, 2023):
will close this issue for now. Feel free to reopen if this issue still persists consistently.
@jesyspa commented on GitHub (Apr 14, 2023):
Experiencing something similar a few more times; I suspect the issue may be that if spotify-player loses connection and then regains it, it can still process everything it has locally, and the device can play fine, but any new searches don't give results. I can't reliably reproduce this, though, and I'm not 100% sure it's related since it looks like the Liked Songs should be loaded at startup, but the user experience is the same: the UI gets stuck with
Loading...(or with an empty search results page, if you try to search).Looking at the log, I see a bunch of lines saying
Restarting the client got things working again.
EDIT: I think I've managed to reproduce it; it seems like the connection loss simply has to go on for quite a while (probably whatever the session timeout is).