I cannot access volumio sometimes, the browser keeps loading and sometimes it just works.
Every raspberry boot I got this warnings:
Error opening /dev/input/event* no such file or dir
cat /run/player_wrk.pid no such file or dir
[…] Starting Music Player Daemon: mpdlisten: bind to ‘0.0.0.0:6600’ failed: Address already in use (continuing anyway, because binding to ‘[::]:6600’ succeeded)
. ok
when I type wget localhost (at rpi) it hangs forever
If I stop mpd service the web interface loads OK, but I couldn’t add music to it, the NAS folder was added successfully - I can see it in /mnt - but no music is added to the webUI after the ‘updating mpd database’…
I’m really excited with this project, mostly because it cares about audio quality and the web interface (I’m a webdeve and the UI is totally usable from my cheap smartphone).
Thanks for everything.
I did restart mpd many times. Actually that was the only way to access the gui, which is very inconsistent. I couldn’t understand why sometimes the restart/stop makes it work.
The times where everything seemed to be OK, the update db button did nothing, a few seconds loading, no added musics.
I would give ssh access to any interested in the case but I’m behind a locked router.
Thanks for your attention.
It actually works fine. But for some reason, let’s say when I try to play a radio station and won’t charge correctly, I have to restart mpd using the process described
I just did a sudo apt-get --reinstall install mpd and everything seems to be working just perfect.
I’m playing one of the synced musics, I guess it will take a while to read them all…
I just changed the buffer size and mpd never came back from restart. I did it manually (sudo /etc/init.d/mpd start) but the loaded audios are gone. It was about 2 hours of update…
Is there any way to force save the process? I think it will take forever to index 90bg of music.
Maybe something is wrong with your configuration files.
I had these problems too after fiddling with /var/www/inc/player_lib.php and messing something up.
These messages during boot:
cat /run/player_wrk.pid no such file or dir
[....] Starting Music Player Daemon: mpdlisten: bind to '0.0.0.0:6600' failed: Address already in use (continuing anyway, because binding to '[::]:6600' succeeded)
. ok And I could not access the web interface.
I found the error in that php file (my own fault), and these problems went away.