-
Notifications
You must be signed in to change notification settings - Fork 28
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rich Presence is not showing - Ubuntu 18.04.1 #70
Comments
Could you give atom logs (not discord logs) and terminal logs (when starting atom)? |
In the
I can't seem to find any logs. |
Then how about terminal logs? (Please start atom in terminal) If there isn't a text like |
It means that discord-rpc could not find paths. ( in return `${prefix.replace(/\/$/, '')}/snap.discord/discord-ipc-${id}`; Also, please double check discord is running while turning on atom. In most cases, message that could not connect means discord is not running. |
Changing that line resolved the problem and Discord immediately picked up |
Please resend your terminal logs while "Ubuntu 18.04 Fix option" is turned on. |
how do we do that tho? |
Run atom in your terminal and capture standard output logs |
|
This is what logged in |
Nevermind iCrawl/discord-vscode#66 (comment) Followed this and it was fixed!!! |
I've added the list to FAQ! Because there are nothing for me to do as this bug is not part of atom-discord, now I'm closing this issue. If the bug still exists after following the list, feel free to reopen! |
Please use this template only if issue related to Error / Unexpected behavior
Please use suitable tags
Step to reproduce
atom-discord
atom
in the game activity in Discord.Stacktrace
2 errors occure in
ctrl+shift+i
in Discord.It's the same error that occure twice
Information
Platform: Ubuntu 18.04.1 LTS x86_64
Kernel: 4.15.0-36-generic
Atom: apm 2.1.1
npm 6.2.0
node 8.9.3 x64
atom 1.31.2
python 3.6.5
git 2.17.1
Discord: couldn't find a version number but it's latest update is 16 Oct 2018
Package Version: 3cc031c 10 days ago link
Non-Core Packages
I supose this is other installed packages in atom? Else ignore this.
What have I done?
I have followed the guide provided in the readme.md. I have tried all 3 metodes of installing
atom-discord
, via the in atom package manager, via terminal withapm
and I've installed it via source, none have worked.I did noticed however everytime i close atom, discord doesn't find it again. As it is launced with a new PID. an example. (You can find this when hovering over the "last played 22 minutes ago" in game activity section)
First time adding Atom to the game activity
/SNAP/ATOM/202/USR/SHARE/ATOM/ATOM --EXECUTED-FROM=/HOME/APOLLO --PID=10656
After rebooting Atom and adding it again
/SNAP/ATOM/202/USR/SHARE/ATOM/ATOM --EXECUTED-FROM=/HOME/APOLLO --PID=14133
"APOLLO" here being my pc username.
The text was updated successfully, but these errors were encountered: