You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So... On Ubuntu 18.04 path to discord ipc is /run/user/1000/snap.discord/discord-ipc-{Id}
instead of /run/user/1000/discord-ipc-{Id} with cause Could not connect error
WorkAround For Ubuntu Users
Hard code new path to every discord-rpc/src/transports/IPC.js file on your computer.
Path is on line 128.
According to discordjs/RPC#36, Discord uses a
different path for its pipes when installed as a snap, so we just check
whether that sub-folder exists first.
Fixes#38 (hopefully).
Problem
So... On Ubuntu 18.04 path to discord ipc is
/run/user/1000/snap.discord/discord-ipc-{Id}
instead of
/run/user/1000/discord-ipc-{Id}
with causeCould not connect
errorWorkAround For Ubuntu Users
Hard code new path to every
discord-rpc/src/transports/IPC.js
file on your computer.Path is on line 128.
The text was updated successfully, but these errors were encountered: