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
It connects to Discord fine, and then crashes spitting out a JSON error.
Here is the error I get:
[adam@Adam-Arch youtube-discord-rpc]$ node index
Connected to Discord!
xwininfo: can not set locale properly
/home/adam/youtube-discord-rpc/node_modules/active-win/lib/linux.js:35
title: JSON.parse(result['_NET_WM_NAME(UTF8_STRING)']) || null,
^
SyntaxError: Unexpected number in JSON at position 73
at JSON.parse (<anonymous>)
at parseLinux (/home/adam/youtube-discord-rpc/node_modules/active-win/lib/linux.js:35:15)
at AsyncFunction.module.exports.sync (/home/adam/youtube-discord-rpc/node_modules/active-win/lib/linux.js:74:9)
at Function.module.exports.sync (/home/adam/youtube-discord-rpc/node_modules/active-win/index.js:25:33)
at youtube (/home/adam/youtube-discord-rpc/index.js:17:26)
at Timeout._onTimeout (/home/adam/youtube-discord-rpc/index.js:81:5)
at listOnTimeout (node:internal/timers:556:17)
at processTimers (node:internal/timers:499:7)
[adam@Adam-Arch youtube-discord-rpc]$
Running the latest version of Arch Linux with the latest AUR version of Discord Canary, running via the X11 version of KDE Plasma (from the kde-testing official Pacman repo).
The text was updated successfully, but these errors were encountered:
It connects to Discord fine, and then crashes spitting out a JSON error.
Here is the error I get:
Running the latest version of Arch Linux with the latest AUR version of Discord Canary, running via the X11 version of KDE Plasma (from the
kde-testing
official Pacman repo).The text was updated successfully, but these errors were encountered: