Replies: 1 comment 1 reply
-
|
I've seen 429 being returned when the rate basically must have been set to 0: instead of returning 401 (Unauthorised) or 403 (Forbidden) they'd return a 429 (too many requests) even on the first call. In particular newer accounts and/or new client IDs seem to suffer from this fate. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hey!
I'm working on an Android app and I use librespot as the lib.
Currently I'm trying to implement Web API, so I can like tracks and add to playlists, but when I use
session.login5().auth_token()I always get 429. Even tho I wait out my Retry-After, it just cycles back to 1 minute and I never get valid response.Whats the correct way to work with the auth token?
Thanks!
My code
Beta Was this translation helpful? Give feedback.
All reactions