mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-12 03:15:29 +01:00
[GH-ISSUE #39] InvalidMessage when playing a song #556
Labels
No labels
bug
enhancement
help wanted
package
pull-request
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
JakeStanger/mpd-discord-rpc#556
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @Allavaz on GitHub (May 26, 2023).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/39
Hi, I installed this with cargo, and when I run it it seems to work fine until I play a song, I get a InvalidMessage error:
I'm on macOS Monterey if it's any help. Let me know if you need any extra info.
@JakeStanger commented on GitHub (May 26, 2023):
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 on GitHub (May 27, 2023):
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, sompd_clientcouldn't handle it. I installed the master branch version of MPD and now it works fine. Alsompd-discord-rpcis working fine now. Thanks for the help!