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
Spotify has a rate-limiting feature. If there are too many requests to the Spotify App it will prevent you from sending further requests. Fortunately, the response includes the retry-after value that we should be using to back off.
I am just creating this issue so that we can keep a track of it based on @wisp3rwind comment here.
Good idea! An ideal implementation of rate limiting would work by measuring the time since the last call to the function—if the calls are naturally spaced out by some other work to be done, then there should be no need to sleep at all.
Spotify has a rate-limiting feature. If there are too many requests to the Spotify App it will prevent you from sending further requests. Fortunately, the response includes the
retry-after
value that we should be using to back off.I am just creating this issue so that we can keep a track of it based on @wisp3rwind comment here.
Here are some reference links to implement this feature:
skuethe/MMM-Spotify#172
felix-hilden/tekore#163
The text was updated successfully, but these errors were encountered: