-
-
Notifications
You must be signed in to change notification settings - Fork 133
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
Mopidy Application Error on Search (Docker instance) #411
Comments
Same for me too |
Thanks for the detailed logs - from those I can tell you the error appears to be with the Mopidy-Youtube extension. This extension no longer works as it used to (see natumbri/mopidy-youtube#92), so I would recommend disabling by editing your config with:
Or you can just uncheck it from sources within Iris (Search > Sources). Regarding upgrades within Iris, this is something that's a work in progress. The idea is to build the Docker image with sudo access already enabled. Watch this space. |
Mopidy-Youtube has been removed from the Docker image, and will be included in the next release. |
@jaedb are you interested in including a working version of mopidy-youtube in your docker image? The Google API is optional. If you have an API key, and want to use it, you can (for speed and reliability). Use of the API can be activated in mopidy.conf, where an API key can be provided. However, by default, the API is not used, and the plugin works without a key. Best of both worlds. |
Ideally only the bare minimum would be included to get things up and running (also less for me to have to maintain). What is lacking is the documentation on how users can add other backends to their docker setup. This might be a nicer way to include your repo. PS. Nice work getting YouTube support despite the original extension being well broken :-) |
Describe the bug
Got 3 red error boxes in bottom-right corner after searching for a song.
(I enabled Test mode and got a Mopidy log traceback in the browser's console, which is at the bottom of the issue)
To Reproduce
Steps to reproduce the behavior:
docker run
command from here because there is no way to find it in your documentation)http://localhost:6680/iris
and log inExpected behavior
I'm expected to get search results, don't know in which way: it's the first time I'm trying Iris and I'm already getting errors...
Environment details:
(btw I see "Upgrade available" icon on the right and after clicking on "Upgrade to 3.39.0" i get the following error
and I see that the DockerHub Dockerfile is different than the one in that repo: the first ones downloades Mopidy-Iris with
pip
(which is on pypy at the version 3.39.0))
Additional context
Mopidy traceback
The text was updated successfully, but these errors were encountered: