Playlists are paused for 24000 s #235
-
Just lately many of my playlists which formerly worked just fine are now failing due to a lengthy pause. Not sure why. function MenBuilder() {
Filter.removeTracks(mentracks, womentracks); Filter.removeTracks(mentracks, banTracks); Filter.matchExcept(mentracks, 'Demo');
Playlist.saveWithReplace({ the error messages..... Операция продолжится после паузы 23993с. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
The duration of pause provide Spotify when rate limits error occurs - too many requests per short period. Usually is 1-10 seconds. In your case looks like temporary block by Spotify due to "spam" of requests.
|
Beta Was this translation helpful? Give feedback.
The duration of pause provide Spotify when rate limits error occurs - too many requests per short period. Usually is 1-10 seconds.
In your case looks like temporary block by Spotify due to "spam" of requests.