spotipy-dev / spotipy

A light weight Python library for the Spotify Web API
http://spotipy.readthedocs.org
MIT License
5.01k stars 953 forks source link

Best way to avoid read timed out? #778

Open jadenmazzone opened 2 years ago

jadenmazzone commented 2 years ago

What is the best way to prevent "error: HTTPSConnectionPool(host='api.spotify.com', port=443): Read timed out. (read timeout=5)"? Setting backoff_factor, retries, etc in spotipy.Spotify()?

TRAwake commented 1 year ago

Did you find any solution ?