Almighty-Alpaca / JetBrains-Discord-Integration

Discord rich presence integration for all JetBrains IDEs
https://plugins.jetbrains.com/plugin/10233-discord-integration
Apache License 2.0
582 stars 63 forks source link

not working with discord 0.0.259 on macos #123

Open jahirfiquitiva opened 4 years ago

jahirfiquitiva commented 4 years ago

Shot 2020-09-10 at 19 05 46

dnbln commented 4 years ago

On mac that comes up if ps -A doesn't return any line that contains either "Discord.app", "Discord PTB.app", "Discord Canary.app" or "Discord Development.app", in other words it cannot find a running discord instance.

Are you sure discord is reallly running, and if so, what is the CMD that it is running under?

jahirfiquitiva commented 4 years ago

I just installed a discord update today and it stopped working

This is what ps -A | grep discord shows:

/Applications/Discord.app/Contents/Frameworks/Discord Helper.app/Contents/MacOS/Discord Helper

/Applications/Discord.app/Contents/Frameworks/Discord Helper (Renderer).app/Contents/MacOS/Discord Helper (Renderer)
dnbln commented 4 years ago

Can you grep with ignore case(-i)?

jahirfiquitiva commented 4 years ago
 5797 ??         0:12.51 /Applications/Discord.app/Contents/MacOS/Discord
 5799 ??         0:32.94 /Applications/Discord.app/Contents/Frameworks/Discord Helper (GPU).app/Contents/MacOS/Discord Helper (GPU) 
 5801 ??         0:01.51 /Applications/Discord.app/Contents/Frameworks/Discord Helper.app/Contents/MacOS/Discord Helper 
 5804 ??         0:00.01 /Applications/Discord.app/Contents/Frameworks/Electron Framework.framework/Resources/crashpad_handler 
 5805 ??         2:31.81 /Applications/Discord.app/Contents/Frameworks/Discord Helper (Renderer).app/Contents/MacOS/Discord Helper (Renderer) 
 5812 ??         0:00.39 /Applications/Discord.app/Contents/Frameworks/Discord Helper.app/Contents/MacOS/Discord Helper 
 7026 ??         0:00.71 /Applications/Discord.app/Contents/Frameworks/Discord Helper (Renderer).app/Contents/MacOS/Discord Helper (Renderer) 
 7047 ttys000    0:00.00 grep -i discord
dnbln commented 4 years ago

Did you try to restart the IDE?

jahirfiquitiva commented 4 years ago

Yes, I tried that, tried restarting discord, tried opening discord before the IDE, still nothing

Almighty-Alpaca commented 3 years ago

Sry for the late response, is this issue still valid?

jahirfiquitiva commented 3 years ago

Yes, but opening discord before the IDE seems to make it work

Almighty-Alpaca commented 3 years ago

Yeah, that for some reason often solves connection issues. I hope those will be gone when moving to the newer Discord GameSDK (you can see the progress on that in #130).