mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 15:15:28 +01:00
[GH-ISSUE #203] DRPC client fails to start if discord desktop app is not running #1632
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#1632
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 @nils-derenthal on GitHub (Apr 27, 2025).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/203
When the discord desktop app is not running I get the following errors:
It seems as if the
ipcchannel (/run/user/1000/discord-ipc-0) is not present when discord is not running but the client expects that.@JakeStanger commented on GitHub (Jun 22, 2025):
The client attempts to reconnect every 5 seconds until the IPC is running, this is working as expected.