mirror of
https://github.com/aome510/spotify-player.git
synced 2026-04-26 01:15:55 +03:00
[GH-ISSUE #941] Large 'liked tracks' does not laod #1500
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#1500
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 @domgregori on GitHub (Feb 27, 2026).
Original GitHub issue: https://github.com/aome510/spotify-player/issues/941
Describe the bug
When going to LikedTrackPage with a large library (10,000), it does not load. Stays at Loading...
To Reproduce
gy, go to LikedTrackPage
Expected behaviour
Load my liked tracks
Log and backtrace
Backtrace empty
Environment
@Knightsmarian commented on GitHub (Mar 2, 2026):
I put a new pr out last night to address the new api endpoints and raté limits for error code 429
@domgregori commented on GitHub (Mar 4, 2026):
I built with the 942 pr (commit
bfd0a6f0d9) but still getting the 429 error.@aome510 commented on GitHub (Mar 4, 2026):
it's possible that parallel settings in
github.com/aome510/spotify-player@6cdcb784da/spotify_player/src/client/mod.rs (L1508)cause the rate-limit issue. My liked track is not that big so I haven't never encountered any issue. You can play around with the settings or add delays between requests to see if it fixes 429 issuesregarding new API endpoint, I didn't see any issue with my
spotify_playerapp, so not sure what went wrong