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

Sends odd requests to MPD #143

Closed tomchiverton closed 3 years ago

tomchiverton commented 3 years ago

My mpd.logs are full of

Oct 31 15:44 : client: [2201] opened from 192.168.11.2:43780
Oct 31 15:44 : client: [2201] malformed command "GET /shuffle_status?p= HTTP/1.0"
tomchiverton commented 3 years ago

Appears to come from the "Now playing" page

tomchiverton commented 3 years ago

Something locally like mpc --host=remote.house playlist works fine

tomchiverton commented 3 years ago

Ah ha. player.player_type was set to 0, not 2 in the database. not sure how it happened