HelloWorld017 / atom-discord

Integrate with Discord and show Rich Presence information.
https://atom.io/packages/atom-discord
MIT License
106 stars 29 forks source link

Discord Presence not showing #121

Closed TabulateJarl8 closed 3 years ago

TabulateJarl8 commented 3 years ago

Step to reproduce

  1. Open Discord (version 0.0.13)
  2. apm install atom-discord (version 2.0.2) on Manjaro Linux with linux 5.10 kernel
  3. atom . to open atom in the current directory
  4. Discord presence will not be shown

Information

Platform: Manjaro Linux with kernel 5.10 Atom:

Atom    : 1.54.0
Electron: 6.1.12
Chrome  : 76.0.3809.146
Node    : 12.4.0

Package Version: 2.0.2

Non-Core Packages

Community Packages (1) /home/tabulate/.atom/packages
└── atom-discord@2.0.2

I've tried installing it from apm as well as from source, neither version worked. There were no errors in the JS console

TabulateJarl8 commented 3 years ago

Somehow discord has multiple instances running even after a reboot and killall Discord which caused the RPC pipe for the discord i was seeing to be 1 instead of the default 0. killall -9 Discord and then reopening it seemed to have fixed it