wernight / docker-mopidy

Containerized Mopidy MPD (Music Player Daemon) along with Spotify, Google Music... plugins.
https://hub.docker.com/r/wernight/mopidy/
MIT License
160 stars 86 forks source link

Problem after upgrade #34

Open martinezpenya opened 3 years ago

martinezpenya commented 3 years ago

I've been using yout docker-mopidy for at least 5 month without problems, from webserver, android client and home assistant. Two days ago I've pull new image (includes iris, and is pretty), but home assistant stop working and I can only play music from browser on port 6680. I can't see any error, but something has changed. Can you help me?

martinezpenya commented 3 years ago

If I run this command on the docker python3 -m pip install Mopidy-MPD And restart the mopidy it works again... I don't understand what's happening Why is removed the mpd service from de mopidy container?

ahmadnbl commented 3 years ago

yep @martinezpenya that command makes the Mopidy works with my home assistant setup. Using default port 6600, Mopidy dan HA on different container, and with that script it can play audio form HA

sasgoose commented 3 years ago

when I try to run this I get an error that python3 does not exist. does it have to exist within the container or on the host machine? if I just run pip install mopidy-mpd i get another error


DEPRECATION: Python 2.7 will reach the end of its life on January 1st, 2020. Please upgrade your Python as Python 2.7 won't be maintained after that date. A future version of pip will drop support for Python 2.7.
Collecting mopidy-mpd
  Could not find a version that satisfies the requirement mopidy-mpd (from versions: )
No matching distribution found for mopidy-mpd
You are using pip version 19.0.3, however version 20.3.3 is available.
You should consider upgrading via the 'pip install --upgrade pip' command.