InvalidMessage when playing a song
Allavaz opened this issue · 2 comments
Allavaz commented
JakeStanger commented
Hey, it looks like that's an issue with the MPD Client library based on the errors. That may be doing something Linux-specific, causing a problem with the connection on macOS.
If you open an issue there, you can reference this one and I'll keep an eye on it and update the library here when I can.
Allavaz commented
Turns out it was actually a bug in MPD itself, it was sending invalid UTF-8 when I telnet
'd into it and asked for the current song, so mpd_client
couldn't handle it. I installed the master branch version of MPD and now it works fine. Also mpd-discord-rpc
is working fine now. Thanks for the help!