mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 09:25:49 +03:00
[GH-ISSUE #494] Stuck on loading big playlist #1218
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#1218
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 @japopich on GitHub (Jul 7, 2024).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/494
Describe the bug
I have a large playlist ~450 songs that I am trying to load and I seem to be getting stuck on loading.
To Reproduce
Expected behaviour
The playlist to load.
Log and backtrace
Environment
Additional context
Add any other context about the problem here.
@aome510 commented on GitHub (Jul 7, 2024):
Might be related to https://github.com/ramsayleung/rspotify/issues/477. Big playlist shouldn't be a problem. Does your playlist contain a local file or something similar?
@japopich commented on GitHub (Jul 7, 2024):
No it does not, it only has songs added through the spotify official client.
@aome510 commented on GitHub (Jul 8, 2024):
After playing around with the APIs, I figured out the error. Look like the artist's name can be
null(????) while Spotify indicates it should be available. This is the reason why the 3rd-party library failed to parse the API's response.I lost count of how many times Spotify API returns broken response that doesn't follow their documentation 😞 . That said, I will push a patch for this soon.