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
couldn't find anything about it in the -h help text.
Crashed with this error while my network connection was flaky:
Exception in thread SpotifyRipperThread:
Traceback (most recent call last):
File "/usr/lib/python2.7/threading.py", line 801, in __bootstrap_inner
self.run()
File "/usr/local/lib/python2.7/dist-packages/spotify_ripper-2.9.1-py2.7.egg/spotify_ripper/ripper.py", line 258, in run
tracks = list(get_tracks_from_uri(uri))
File "/usr/local/lib/python2.7/dist-packages/spotify_ripper-2.9.1-py2.7.egg/spotify_ripper/ripper.py", line 225, in get_tracks_from_uri
return self.load_link(uri)
File "/usr/local/lib/python2.7/dist-packages/spotify_ripper-2.9.1-py2.7.egg/spotify_ripper/ripper.py", line 475, in load_link
album_browser.load()
File "/usr/lib/python2.7/dist-packages/spotify/album.py", line 264, in load
return utils.load(self._session, self, timeout=timeout)
File "/usr/lib/python2.7/dist-packages/spotify/utils.py", line 246, in load
raise spotify.Timeout(timeout)
Timeout: Operation did not complete in 10.000s
The text was updated successfully, but these errors were encountered:
This is a problem with the api call. The timeout of the response cannot be changed.
It wouldn't make a difference either way.
What did you try to call?
There is a variable for that but I believe it is inside the spotify code so not accessible from here. May be accessible via an api call.
Will have a look at it. You're invited to research that as well
couldn't find anything about it in the
-h
help text.Crashed with this error while my network connection was flaky:
The text was updated successfully, but these errors were encountered: