mopidy / mopidy-soundcloud

Mopidy extension for playing music from SoundCloud
https://mopidy.com/ext/soundcloud/
MIT License
185 stars 59 forks source link

Handle ConnectionError without a response #61

Closed blueyed closed 8 years ago

blueyed commented 8 years ago

E.g.:

ConnectionError: HTTPSConnectionPool(host='api.soundcloud.com',
port=443): Max retries exceeded with url:
/me.json?client_id=XXX (Caused by
NewConnectionError('<requests.packages.urllib3.connection.VerifiedHTTPSConnection
object at 0x7f4356c37550>: Failed to establish a new connection: [Errno
-2] Name or service not known',))
blueyed commented 8 years ago

Duplicate of #52, but handled differently.

jodal commented 8 years ago

Thanks :-)