diff --git a/spotdl/search/spotify_client.py b/spotdl/search/spotify_client.py index 952d53215..7290120fa 100644 --- a/spotdl/search/spotify_client.py +++ b/spotdl/search/spotify_client.py @@ -58,7 +58,7 @@ def init(cls, client_id: str, client_secret: str, user_auth: bool) -> "Singleton ) # Create instance - cls._instance = super().__call__(auth_manager=credential_manager) + cls._instance = super().__call__(auth_manager=credential_manager, status_forcelist=(429, 500, 502, 503, 504, 404)) # Return instance return cls._instance