We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
I would like to use extension mopidy-api-explorer
I managed to get it installed by docker command (ignore mopidy-local and git+https://github.com/antosart/mopidy-cd.git)
mopidy-local
git+https://github.com/antosart/mopidy-cd.git
RUN python3 -m pip install cffi==1.12.2 mopidy-local git+https://github.com/mopidy/mopidy-api-explorer.git git+https://github.com/antosart/mopidy-cd.git
But when the container becomes started it is logging:
mopidy_1 | INFO 2021-04-13 17:20:00,922 [7:MainThread] mopidy.ext mopidy_1 | Disabled extension api_explorer: Mopidy>=3.1.1 required, but found Mopidy 3.0.2 at /usr/lib/python3/dist-packages mopidy_1 | INFO 2021-04-13 17:20:01,291 [7:MainThread] mopidy.__main__ mopidy_1 | Enabled extensions: m3u, iris, spotify, softwaremixer, cd, moped, local, stream, http mopidy_1 | INFO 2021-04-13 17:20:01,291 [7:MainThread] mopidy.__main__ mopidy_1 | Disabled extensions: file, gmusic, pandora, youtube, api_explorer, soundcloud
The text was updated successfully, but these errors were encountered:
No branches or pull requests
I would like to use extension mopidy-api-explorer
I managed to get it installed by docker command (ignore
mopidy-local
andgit+https://github.com/antosart/mopidy-cd.git
)But when the container becomes started it is logging:
The text was updated successfully, but these errors were encountered: