In the Readme it says
"[soundcloud]
auth_key = 1-1111-1111111"
But when I do that I get the error message:
"ERROR Config value soundcloud/auth_key unknown config key. Did you mean auth_token?"
So when I change it to auth_token I get this error message:
INFO Audio mixer set to "alsamixer" using track "Master"
INFO Starting new HTTPS connection (1): api.soundcloud.com
ERROR SoundCloud Authentication error: 'dict' object is not callable
ERROR 'NoneType' object has no attribute 'get'
Traceback (most recent call last):
File "/usr/bin/mopidy", line 9, in
load_entry_point('Mopidy==0.14.2', 'console_scripts', 'mopidy')()
File "/usr/lib/pymodules/python2.7/mopidy/main.py", line 88, in main
backends = setup_backends(proxied_config, enabled_extensions, audio)
File "/usr/lib/pymodules/python2.7/mopidy/main.py", line 243, in setup_backends
backend = backend_class.start(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/local/lib/python2.7/dist-packages/mopidy_soundcloud/actor.py", line 20, in init
self.sc_api = SoundCloudClient(config['soundcloud']['auth_token'])
File "/usr/local/lib/python2.7/dist-packages/mopidy_soundcloud/soundcloud.py", line 61, in init
self.user.get('username'), self.user.get('id')))
AttributeError: 'NoneType' object has no attribute 'get'
In the Readme it says "[soundcloud] auth_key = 1-1111-1111111"
But when I do that I get the error message: "ERROR Config value soundcloud/auth_key unknown config key. Did you mean auth_token?"
So when I change it to auth_token I get this error message: INFO Audio mixer set to "alsamixer" using track "Master" INFO Starting new HTTPS connection (1): api.soundcloud.com ERROR SoundCloud Authentication error: 'dict' object is not callable ERROR 'NoneType' object has no attribute 'get' Traceback (most recent call last): File "/usr/bin/mopidy", line 9, in
load_entry_point('Mopidy==0.14.2', 'console_scripts', 'mopidy')()
File "/usr/lib/pymodules/python2.7/mopidy/main.py", line 88, in main
backends = setup_backends(proxied_config, enabled_extensions, audio)
File "/usr/lib/pymodules/python2.7/mopidy/main.py", line 243, in setup_backends
backend = backend_class.start(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/local/lib/python2.7/dist-packages/mopidy_soundcloud/actor.py", line 20, in init
self.sc_api = SoundCloudClient(config['soundcloud']['auth_token'])
File "/usr/local/lib/python2.7/dist-packages/mopidy_soundcloud/soundcloud.py", line 61, in init
self.user.get('username'), self.user.get('id')))
AttributeError: 'NoneType' object has no attribute 'get'