Hello!
I am just playing with Pi Musicbox again and tried to install Mopidy-Mopify (https://github.com/dirkgroenen/mopidy-mopify)
Unfortunately, it somehow broke the musicbox webserver. I can neither access musicbox nor mopidy-mopify anymore.
Do you have any hints for installing extensions like Mopidy-Mopify on Pi Musicbox?
Thanks for your help!
################ Additional Information
When I log in to musicbox using ssh and start mopidy, the following happend:
root@Kueche:~# mopidy --config /home/mopidy/.config/mopidy/mopidy.conf
INFO Starting Mopidy 1.0.0
INFO Loading config from builtin defaults
INFO Loading config from /home/mopidy/.config/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Enabled extensions: mopify, spotify, mpd, http, stream, spotify_tunigo, mobile, podcast-gpodder, local-sqlite, youtube, podcast-itunes, http-kuechenradio, softwaremixer, local-whoosh, simple-webclient, moped, m3u, websettings, local, tunein, soundcloud
INFO Disabled extensions: alsamixer, gmusic, scrobbler, subsonic, somafm, internetarchive, musicbox_webclient, dirble, podcast, audioaddict
WARNING Found alsamixer configuration errors, the extension has been automatically disabled:
WARNING alsamixer/control must be set.
WARNING alsamixer/card must be set.
WARNING Found musicbox_webclient configuration errors, the extension has been automatically disabled:
WARNING musicbox_webclient/musicbox unknown config key.
WARNING Please fix the extension configuration errors or disable the extensions to silence these messages.
INFO Starting Mopidy mixer: SoftwareMixer
INFO Mixer volume set to 85
INFO Starting Mopidy audio
INFO Starting Mopidy backends: SpotifyTunigoBackend, TuneInBackend, StreamBackend, M3UBackend, LocalBackend, SoundCloudBackend, YoutubeBackend, SpotifyBackend
ERROR Uncaught exception
Traceback (most recent call last):
File "/usr/local/lib/python2.7/dist-packages/mopidy/commands.py", line 274, in run
backends = self.start_backends(config, backend_classes, audio)
File "/usr/local/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_tunein/actor.py", line 23, in __init__
backend=self, timeout=config['tunein']['timeout'])
File "/usr/local/lib/python2.7/dist-packages/mopidy_tunein/actor.py", line 32, in __init__
self._scanner = scan.Scanner(min_duration=None, timeout=timeout)
TypeError: __init__() got an unexpected keyword argument 'min_duration'
INFO Stopping Mopidy frontends
INFO Stopping Mopidy core
INFO Stopping Mopidy backends
INFO Stopping Mopidy audio
INFO Audio output set to "alsasink"
INFO Stopping Mopidy mixer
- Mopify installed tornado when installing.
- I am using Musicbox 0.6
fresh install