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
I have been making a lot of requests this evening working on a project. As far as I know I did not change anything in my main file that I was running by accident, and I know for a fact that I did not change anything in my SpotifyTracksFromPlaylist .py file because it was not open.
The code was working, and then randomly it started hanging whenever it got to the call of get_tracks() without any error message. Am I being rate limited? What is happening?
Yes. The library is basically waiting until the ratelimit is gone. Here's a possible solution if you want the script to raise an exception instead: #913 (comment)
JackDyre
changed the title
program just hands indefinitely with no error message, am i being rate limited?
program just hangs indefinitely with no error message, am i being rate limited?
Apr 30, 2024
I have been making a lot of requests this evening working on a project. As far as I know I did not change anything in my main file that I was running by accident, and I know for a fact that I did not change anything in my
SpotifyTracksFromPlaylist .py
file because it was not open.The code was working, and then randomly it started hanging whenever it got to the call of
get_tracks()
without any error message. Am I being rate limited? What is happening?main.py
SpotifyTracksFromPlaylist .py
The text was updated successfully, but these errors were encountered: