mirror of
https://github.com/JakeStanger/mpd-discord-rpc.git
synced 2026-07-11 19:15:29 +01:00
[GH-ISSUE #14] Not connecting to Discord anymore. #7
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#7
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 @Phate6660 on GitHub (Feb 3, 2021).
Original GitHub issue: https://github.com/JakeStanger/mpd-discord-rpc/issues/14
Oddly enough, there are no errors or anything. It runs just like it usually does.
However, there is simply just no rich presence being displayed.
I'm not sure what the issue could be, as my own plus other rich presence programs work fine.
Though it did stop working after Discord updated, so that could be part of the issue.
@JakeStanger commented on GitHub (Feb 3, 2021):
Hm, I'm up to date (updated this evening) and it's working fine for me. Are you using Discord stable or Canary? I take it
mpd-discord-rpcisn't producing any errors?@Phate6660 commented on GitHub (Feb 3, 2021):
Hmm, found the problem.
For some reason, it can't connect to Discord when ran from
tmux.Which is odd because it worked perfectly fine that way before.
@JakeStanger commented on GitHub (Feb 3, 2021):
That is very odd. I wonder if other RPC programs have that same issue. I can't see why tmux would get in the way of a socket connection?
Perhaps a plugin interfering?
@Phate6660 commented on GitHub (Feb 3, 2021):
Nope, I'm not using any plugins.
My music setup has always been done through
tmuxand there were never any issues before.I'm not sure what could have changed to cause that outcome unless maybe a
tmuxupdate or discord update broke it.@Phate6660 commented on GitHub (Feb 3, 2021):
And I forgot to mention there are no errors.
mpd-discord-rpc even acts like it did in fact connect and is running fine.
@JakeStanger commented on GitHub (Feb 3, 2021):
Just installed
tmuxon Arch and tried running it from there, and it's definitely still working for me.An oddity, and something to keep my eyes on I guess. It sounds like it's probably not a bug with my code at least.
I suspected this'd be the case. The rpc connection is a bit crap and just sorta silently falls over if it can't connect. I need to have a poke at it when I get time and see if I can improve that...
@Phate6660 commented on GitHub (Mar 10, 2021):
Just wanted to comment and say that it's working through tmux now.
I'm not sure what the issue was, I never changed anything, it just started working again.
@JakeStanger commented on GitHub (Mar 10, 2021):
Thanks for letting me know, glad it's resolved.
An odd one...