[GH-ISSUE #209] fails if title is only 1 character long #571

Closed
opened 2026-05-22 23:58:36 +01:00 by JakeStanger · 1 comment
Owner

Originally created by @renner0e on GitHub (May 8, 2025).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/209

play a song where the title is exactly only one character long

Context { event: Error(ErrorEvent { code: Some(4000), message: Some("child \"activity\" fails because [child \"details\" fails because [\"details\" length must be at least 2 characters long]]") })}

edit title metadata field to be 2 characters wide, restart, same song works now

mpd-discord-rpc 1.8.0-1

Originally created by @renner0e on GitHub (May 8, 2025). Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/209 play a song where the title is exactly only one character long ``` Context { event: Error(ErrorEvent { code: Some(4000), message: Some("child \"activity\" fails because [child \"details\" fails because [\"details\" length must be at least 2 characters long]]") })} ``` edit title metadata field to be 2 characters wide, restart, same song works now `mpd-discord-rpc 1.8.0-1`
JakeStanger 2026-05-22 23:58:36 +01:00
  • closed this issue
  • added the
    bug
    label
Author
Owner

@fxzzi commented on GitHub (Jun 20, 2025):

looks like this is a limitation of discord-presence library instead of mpd-discord-rpc instead

edit: could also be a discord limitation

<!-- gh-comment-id:2991775932 --> @fxzzi commented on GitHub (Jun 20, 2025): looks like this is a limitation of discord-presence library instead of mpd-discord-rpc instead edit: could also be a discord limitation
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
JakeStanger/mpd-discord-rpc#571
No description provided.