mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #28] Stuck Loading Large Playlist #942
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#942
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 @Atrociously on GitHub (Nov 8, 2021).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/28
Firstly I would like to say that I love this project but I have this one problem with it so far.
When I try to open a larger playlist that I have I run into problems, it gets stuck loading the playlist. But playback of the last item still works.
The issue title says that there is an issue opening large playlists but from what I could determine from the log files that I was looking through this looks like an issue with parsing specific PlayableItems If there is anything that you can to to look into this that would be great here is a section of the logs that I thought was important. If you need more log info let me know.
@aome510 commented on GitHub (Nov 8, 2021):
Hi @Atrociously, thank you for trying this out.
Regarding the problem, I experienced the same thing before actually. My best guess at that time is that the playlist contains a deleted or unavailable track so the application cannot parse response into corresponding
Playliststruct but haven't take a deeper look.Hope this is a not big problem for you and it's one thing I can definitely look into.
In the mean time, it would be helpful if you could send me the playlist's information so I can reproduce the issue quicker.
@Atrociously commented on GitHub (Nov 8, 2021):
Sure the specific playlist that I have been attempting to load is this one, But that one is rather large so it may be difficult to find the problem going through that one. However there may be shorter playlists that have the same issue.
EDIT:
Thanks for the quick response by the way!
@aome510 commented on GitHub (Nov 8, 2021):
@Atrociously filed an issue in rspotify. They assume that
TrackIdis not null when getting a playlist's items but you seem to find a case when it is null.@aome510 commented on GitHub (Nov 20, 2021):
Should be fixed with https://github.com/ramsayleung/rspotify/pull/282