Abeel
April 8, 2020, 12:57pm
1
Hello all,
I have set up Mopidy on the raspberry Pi as per usual instructions.
I have also set up the config file with hostname ‘::’ in both MPD and HTTP
I got no errors in setting up Mopidy and have started the server with sudo service mopidy start.
Now when I open the browser on the raspberry pi and put the local IP, or localhost with :6680 I get nothing. Just a this site can’t be reached error.
I have the feeling this is somehting small and stupid. But I can not figure it out.
Any help would be appreciated
Hello. Could you have a read of https://docs.mopidy.com/en/latest/troubleshooting/ and provide:
Your operating system
Your deps output
Your config output
Your log
Abeel
April 8, 2020, 1:36pm
3
OS:
Linux raspberrypi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux
Deps:
/usr/lib/python2.7/dist-packages/mopidy/ext.py:202: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
extension_class = entry_point.load(require=False)
Executable: /usr/bin/mopidy
Platform: Linux-4.19.97-v7±armv7l-with-debian-10.3
Python: CPython 2.7.16 from /usr/lib/python2.7
Mopidy: 2.2.3 from /usr/lib/python2.7/dist-packages
GStreamer: 1.14.4.0 from /usr/lib/python2.7/dist-packages/gi
Detailed information:
Python wrapper: python-gi 3.30.4
Relevant elements:
Found:
uridecodebin
souphttpsrc
appsrc
alsasink
osssink
oss4sink
pulsesink
id3demux
id3v2mux
lamemp3enc
mpegaudioparse
mpg123audiodec
vorbisdec
vorbisenc
vorbisparse
oggdemux
oggmux
oggparse
flacdec
flacparse
shout2send
Not found:
flump3dec
mad
Config:
/usr/lib/python2.7/dist-packages/mopidy/ext.py:202: PkgResourcesDeprecationWarning: Parameters to load are deprecated. Call .resolve and .require separately.
extension_class = entry_point.load(require=False)
[core]
cache_dir = $XDG_CACHE_DIR/mopidy
config_dir = $XDG_CONFIG_DIR/mopidy
data_dir = $XDG_DATA_DIR/mopidy
max_tracklist_length = 10000
restore_state = false
[logging]
color = true
console_format = %(levelname)-8s %(message)s
debug_format = %(levelname)-8s %(asctime)s [%(process)d:%(threadName)s] %(name)s\n %(message)s
debug_file = mopidy.log
config_file =
[audio]
mixer = software
mixer_volume =
output = autoaudiosink
buffer_time =
[proxy]
scheme =
hostname =
port =
username =
password =
[mpd]
enabled = true
hostname = ::
port = 6600
password =
max_connections = 20
connection_timeout = 60
zeroconf = Mopidy MPD server on $hostname
command_blacklist =
listall
listallinfo
default_playlist_scheme = m3u
[http]
enabled = true
hostname = ::
port = 6680
static_dir =
zeroconf = Mopidy HTTP server on $hostname
allowed_origins =
csrf_protection = true
[stream]
enabled = true
protocols =
http
https
mms
rtmp
rtmps
rtsp
metadata_blacklist =
timeout = 5000
[m3u]
enabled = true
base_dir = $XDG_MUSIC_DIR
default_encoding = latin-1
default_extension = .m3u8
playlists_dir =
[softwaremixer]
enabled = true
[file]
enabled = true
media_dirs =
$XDG_MUSIC_DIR|Music
~/|Home
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
show_dotfiles = false
follow_symlinks = false
metadata_timeout = 1000
[local]
enabled = true
library = json
media_dir = $XDG_MUSIC_DIR
scan_timeout = 1000
scan_flush_threshold = 100
scan_follow_symlinks = false
excluded_file_extensions =
.directory
.html
.jpeg
.jpg
.log
.nfo
.pdf
.png
.txt
.zip
I meant, is it buster or something ancient? You have python 2.7 version of Mopidy. That’s old and not supported.
Abeel
April 8, 2020, 3:09pm
9
Ok… Sorry
I installed from a non Mopidy guide, while I htought it was official.
The link probably downloaded some very old one.
Did a clean uninstall and followed the proper one. It is working now.
Thank you!
Where did you find these instructions?
Abeel
April 8, 2020, 4:11pm
11
I used this page:
[https://circuitdigest.com/microcontroller-projects/how-to-run-spotify-on-raspberry-pi-using-mopidy-music-server ]
Only to discover later it was not from mopidy. Although the post is not even that old: Aug 2019
But I guess the link contains an old version then…
That’s an unfortunate guide to follow, there’s so much wrong! I’ll ask them to remove it.
Abeel
April 8, 2020, 4:33pm
13
Haha good. Thanks again for your help!