mopidy / mopidy-soundcloud

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

False Readme #4

Closed buchinho closed 11 years ago

buchinho commented 11 years ago

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'

buchinho commented 11 years ago

Please read the issue in whole!!

So when I change it to auth_token I get this error message: ...