ArturSierzant / OMPD

O!MPD is free, opensource MPD client based on PHP and mySQL.
http://ompd.pl
GNU General Public License v3.0
40 stars 13 forks source link

Random Tracks Issue #42

Closed TW61 closed 7 years ago

TW61 commented 7 years ago

When I click on Favorites > Random Track I very often get this error message:

Music Player Daemon error Error: ACK [5@0] {} Decoder is dead Command: play 0

There are always only 3 tracks added to the playlist. Are there any settings to debug this?

Content of mpd.log:

Apr 07 11:51 : client: [117] closed Apr 07 11:51 : client: [118] opened from 127.0.0.1:52922 Apr 07 11:51 : player: played "N/Nils Lofgren - Face The Music/71 - Nils Lofgren - Shot At You.flac" Apr 07 11:51 : client: [118] closed Apr 07 11:51 : client: [119] opened from 127.0.0.1:52924 Apr 07 11:51 : client: [119] closed Apr 07 11:51 : client: [120] opened from 127.0.0.1:52926 Apr 07 11:51 : client: [121] opened from 127.0.0.1:52928 Apr 07 11:51 : client: [120] closed Apr 07 11:51 : client: [122] opened from 127.0.0.1:52930 Apr 07 11:51 : client: [121] closed Apr 07 11:51 : client: [123] opened from 127.0.0.1:52932 Apr 07 11:51 : client: [122] closed Apr 07 11:51 : client: [124] opened from 127.0.0.1:52934 Apr 07 11:51 : client: [123] closed Apr 07 11:51 : client: [125] opened from 127.0.0.1:52936 Apr 07 11:51 : client: [124] closed Apr 07 11:51 : client: [126] opened from 127.0.0.1:52938 Apr 07 11:51 : client: [125] closed Apr 07 11:51 : client: [127] opened from 127.0.0.1:52940 Apr 07 11:51 : client: [126] closed Apr 07 11:51 : exception: Decoder is dead Apr 07 11:51 : client: [127] closed Apr 07 11:51 : client: [128] opened from 127.0.0.1:52950 Apr 07 11:51 : player: played "S/Stephane Grappelli & Django Reinhardt - Swing From Paris/21 - Stephane Grappelli & Django Reinhardt - Blues.flac" Apr 07 11:51 : client: [128] closed Apr 07 11:51 : client: [129] opened from 127.0.0.1:52952

TW61 commented 7 years ago

This error happens only on an Archlinux based server, but never on an Ubuntu based MPD Server. I will investigate further.

TW61 commented 7 years ago

After moving the server from a virtual machine to real hardware, the error disappeared.