⬅︎ Back to Best practice with retries with requests
Use https://pypi.org/project/redo/ instead and watch for certain HTTPErrors
How could you apply this to the Spotipy library?
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
Use https://pypi.org/project/redo/ instead and watch for certain HTTPErrors
Parent comment
How could you apply this to the Spotipy library?
Replies
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.