HelloWorld017 / atom-discord

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

The rich presence isn't working #3

Closed memes2545 closed 6 years ago

memes2545 commented 6 years ago

After adding it to my game list it doesn't pop up

Zoddo commented 6 years ago

Hi. I have the same problem. Rich Presence doesn't shows up. Anything which can helps you to debug?

HelloWorld017 commented 6 years ago

Please send me your Atom version, please. To send ipc on main process, this package uses some tricks, so I think it is maybe problem of the tricks.

memes2545 commented 6 years ago

My version is the latest (1.22.1)

HelloWorld017 commented 6 years ago

Could you tell me your platform?

SebOuellette commented 6 years ago

Version 1.22.1 Windows 10 Home 64 bit

Doesn't work for me either.

HelloWorld017 commented 6 years ago

Found not working on Atom 1.23.0-beta

HelloWorld017 commented 6 years ago

The reason of the problem is that Discord.js uses String.prototype.padStart. I've added the polyfill and it might work.

Because the error was in atom main process, not renderer process, which most package work, the error was not shown in atom ui.

I added the polyfill in atom-discord 1.2.0.

imjamesb commented 6 years ago

I've found this not working on Mac OS X High Sierra 10.13.2, the package version is 1.5.1

arten1337 commented 6 years ago

it doesn't shows up on discord. I am using Ubuntu 18.04, my atom version is 1.28.0.

HelloWorld017 commented 6 years ago

Please follow Checklist Here.