-
Notifications
You must be signed in to change notification settings - Fork 9
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Uncaught exception mopidy-radio-de #11
Comments
I second this. It seems broken |
Yes, extension is broken. [radio-de] |
I have got the same problem:
2015-06-28 12:26:17,289 ERROR [10848:MainThread] mopidy.commands: 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/local/lib/python2.7/dist-packages/mopidy_radio_de/actor.py", line 48, in init proxy=proxy) File "/usr/local/lib/python2.7/dist-packages/mopidy_radio_de/api.py", line 57, in init if len(proxy): TypeError: object of type 'NoneType' has no len() 2015-06-28 12:26:17,300 INFO [10848:MainThread] mopidy.commands: Stopping Mopidy frontends 2015-06-28 12:26:17,305 INFO [10848:MainThread] mopidy.commands: Stopping Mopidy core 2015-06-28 12:26:17,308 INFO [10848:MainThread] mopidy.commands: Stopping Mopidy backends
if len(proxy): TypeError: object of type 'NoneType' has no len()
Looks as if it wasn't a big deal. Mebus |
Please merge paulhandy's pull request! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Hello i have installed sucessfully mopidy-radio-de but when i start mopidy there ist an error
Traceback (most recent call last):
File "/usr/lib/python2.7/dist-packages/mopidy/commands.py", line 272, in run
backends = self.start_backends(config, backend_classes, audio)
File "/usr/lib/python2.7/dist-packages/mopidy/commands.py", line 343, 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/local/lib/python2.7/dist-packages/mopidy_radio_de/actor.py", line 48, in init
proxy=proxy)
File "/usr/local/lib/python2.7/dist-packages/mopidy_radio_de/api.py", line 57, in init
if len(proxy):
TypeError: object of type 'NoneType' has no len()
It seems to be a problem about proxy configuration maybe?
Anybody has an idea what could i do? Thx for help
The text was updated successfully, but these errors were encountered: