tnychn / mpv-discord

🎈 A cross-platform Discord Rich Presence integration for mpv with no external dependencies.
MIT License
172 stars 14 forks source link

Status changes improperly updating #43

Open RivenSkaye opened 1 year ago

RivenSkaye commented 1 year ago

I've tried with both the release and a fresh build of the mpv-discord.exe (built with Go for Windows in MSYS2) and I'm not seeing proper updates after what should be a sane interval (15s, Discord's polling minimum except for certain edge cases like skipping songs in Spotify for example) image

Waiting for a bit does not cause any change, even after a few minutes have passed image

I'll try logging stuff output by the plugin and update the post accordingly.

Odd, turning on trace level logging for the messages passed back and forth through [discord] was the first successful run, and afterwards it was working as intended for subsequent runs too. Might be an incidental connection failure over the socket? I'll investigate more in the weekend and update again if I find out what causes it.