Hello,
I installed Mopidy + ncmpcpp and I have a few errors.
When launching mopidy I have this:
mopidy
INFO Starting Mopidy 2.1.0
INFO Loading config from builtin defaults
INFO Loading config from /home/arnauld/.config/mopidy/mopidy.conf
INFO Loading config from command line options
INFO Enabled extensions: spotify, mpd, http, stream, spotify_tunigo, m3u, softwaremixer, file, local, soundcloud
INFO Disabled extensions: none
ERROR Extension stream failed during setup, this might have left the registry in a bad state.
Traceback (most recent call last):
File “/usr/lib/python2.7/dist-packages/mopidy/main.py”, line 121, in main
extension.setup(registry)
File “/usr/lib/python2.7/dist-packages/mopidy/stream/init.py”, line 31, in setup
from .actor import StreamBackend
File “/usr/lib/python2.7/dist-packages/mopidy/stream/actor.py”, line 13, in
from mopidy.internal import http, playlists
File “/usr/lib/python2.7/dist-packages/mopidy/internal/http.py”, line 6, in
import requests
File “/usr/local/lib/python2.7/dist-packages/requests/init.py”, line 84, in
from urllib3.contrib import pyopenssl
File “/usr/local/lib/python2.7/dist-packages/urllib3/contrib/pyopenssl.py”, line 46, in
import OpenSSL.SSL
File “/usr/lib/python2.7/dist-packages/OpenSSL/init.py”, line 8, in
from OpenSSL import rand, crypto, SSL
…
…
…
INFO Starting Mopidy mixer: SoftwareMixer
INFO Starting Mopidy audio
INFO Starting Mopidy backends: M3UBackend, FileBackend, LocalBackend
INFO No local library metadata cache found at /home/arnauld/.local/share/mopidy/local/library.json.gz. Please runmopidy local scan
to index your local music library. If you do not have a local music collection, you can disable the local backend to hide this message.
INFO Loaded 0 local tracks using json
INFO Starting Mopidy core
INFO Audio output set to “autoaudiosink”
INFO Starting Mopidy frontends: MpdFrontend, HttpFrontend
INFO MPD server running at [::ffff:127.0.0.1]:6600
INFO HTTP server running at [::ffff:127.0.0.1]:6680
INFO Starting GLib mainloop
I can browse my local music but none of my installed extensions are working, nospotify, no soundcloud.
Here are my configurations for Mopidy:
and Ncmpcpp:
Thank you for any help,