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
Worked well and without change it seems that SoundCloud stopped working for some reason:
ERROR Uncaught exception
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mopidy/commands.py", line 274, in run
backends = self.start_backends(config, backend_classes, audio)
File "/usr/lib/python2.7/dist-packages/mopidy/commands.py", line 352, in start_backends
config=config, audio=audio).proxy()
File "/usr/lib/python2.7/dist-packages/pykka/actor.py", line 93, in start
obj = cls(*args, **kwargs)
File "/usr/share/mopidy/mopidy_soundcloud/actor.py", line 21, in __init__
self.remote = SoundCloudClient(config['soundcloud'])
File "/usr/share/mopidy/mopidy_soundcloud/soundcloud.py", line 80, in __init__
if err.response.status_code == 401:
AttributeError: 'NoneType' object has no attribute 'status_code'
May be first step would be to handle correctly err.response is None.
The text was updated successfully, but these errors were encountered:
Worked well and without change it seems that SoundCloud stopped working for some reason:
May be first step would be to handle correctly
err.response is None
.The text was updated successfully, but these errors were encountered: