Skip to content
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

Open
a2dx opened this issue Dec 20, 2014 · 4 comments
Open

Uncaught exception mopidy-radio-de #11

a2dx opened this issue Dec 20, 2014 · 4 comments

Comments

@a2dx
Copy link

a2dx commented Dec 20, 2014

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

@paulhandy
Copy link

I second this. It seems broken

@vasyugan
Copy link

vasyugan commented May 3, 2015

Yes, extension is broken.
Immediately after installation, mopidyctl config says:

[radio-de]
enabled = false ; Extension disabled due to config errors.
language = ; Must be set.
favorites =

@Mebus
Copy link

Mebus commented Jun 28, 2015

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

@Mebus
Copy link

Mebus commented Jun 28, 2015

Please merge paulhandy's pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants