mirror of
https://github.com/kokarare1212/librespot-python.git
synced 2026-04-25 00:25:49 +03:00
[GH-ISSUE #328] [BUG] 429: API rate limit exceeded when using tokens with Spotify API #62
Labels
No labels
bug
dependencies
duplicate
enhancement
invalid
pull-request
question
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/librespot-python-kokarare1212#62
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 @malmeloo on GitHub (Dec 30, 2025).
Original GitHub issue: https://github.com/kokarare1212/librespot-python/issues/328
Describe the bug
Using
session.tokens().get_token(...)to generate tokens for the Spotify Web API seems to not work anymore, as requests using these tokens always result in a 429 response, even though rate limits are not actually being hit (fresh IP, fresh account, works on desktop and works with a known valid token).To Reproduce
Example with
/me/tracksgiven asession:Returns:
Expected behavior
A proper response from the API. If you swap out the token above for one obtained from Spotify themselves (e.g. by intercepting a network request while testing an endpoint on the developer website), the request succeeds.
Client Information (please complete the following information):
dafd5392f8)@NovedadesTelegram commented on GitHub (Jan 8, 2026):
‘Retry after 86400’ error
I am having this error, locally it lets me download librespot but I get that error on my server. It's strange