⬅︎ Back to Best practice with retries with requests
How could you apply this to the Spotipy library?
Use https://pypi.org/project/redo/ instead and watch for certain HTTPErrors
Thanks man. I will look into, so far I'm having luck with catching http_status from exceptions in preliminary testing. I'll see if redo is easier to implement.
Comment
How could you apply this to the Spotipy library?
Replies
Use https://pypi.org/project/redo/ instead and watch for certain HTTPErrors
Thanks man. I will look into, so far I'm having luck with catching http_status from exceptions in preliminary testing. I'll see if redo is easier to implement.