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
Currently, when running rpc_client.connect(), it will trigger raise DiscordNotFound inside WSL2.
However, npipereplay allows us to access windows pipes from wsl.
For example, a neovim plugin to display discord rpc, they managed to get it working using npipereplay (using the same way as WSL1).
And I managed to get it working by running socat and npipereplay that is executed using systemd
(neovim is running on my wsl, and discord is running on my windows host)
But, when I tried running jerry—a program that integrate pypresence to get discord rpc working— inside my wsl and enable the discord rpc support, it triggered the raise DiscordNotFound. jerrydiscordpresence.py (raw)
Currently, when running
rpc_client.connect()
, it will triggerraise DiscordNotFound
inside WSL2.However,
npipereplay
allows us to access windows pipes from wsl.For example, a neovim plugin to display discord rpc, they managed to get it working using
npipereplay
(using the same way as WSL1).And I managed to get it working by running


socat
andnpipereplay
that is executed usingsystemd
(
neovim
is running on my wsl, and discord is running on my windows host)But, when I tried running
jerry
—a program that integratepypresence
to get discord rpc working— inside my wsl and enable the discord rpc support, it triggered theraise DiscordNotFound
.jerrydiscordpresence.py
(raw)The text was updated successfully, but these errors were encountered: