You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note: If Web API returns status code 429, it means that you have sent too many requests. When this happens, check the Retry-After header, where you will see a number displayed. This is the number of seconds that you need to wait, before you try your request again.
Getting rate limited a lot when fetching Spotify track data.
Two solutions here:
1 - Make use of the getSeveralTracks endpoint to minimize errors
https://developer.spotify.com/documentation/web-api/reference/tracks/get-several-tracks/
2 - Implement retries (switch to RxJS?)
https://developer.spotify.com/documentation/web-api/
The text was updated successfully, but these errors were encountered: