Skip to content
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

doesn't work on arch linux #10

Open
8u83r70 opened this issue Jun 12, 2022 · 1 comment
Open

doesn't work on arch linux #10

8u83r70 opened this issue Jun 12, 2022 · 1 comment

Comments

@8u83r70
Copy link

8u83r70 commented Jun 12, 2022

error code: ENOENT
running discord canary on newest arch

@mutkach
Copy link

mutkach commented Aug 22, 2022

node:internal/errors:477
    ErrorCaptureStackTrace(err);
    ^

<ref *1> Error: spawnSync xwininfo ENOENT
    at Object.spawnSync (node:internal/child_process:1110:20)
    at spawnSync (node:child_process:837:24)
    at Object.execFileSync (node:child_process:880:15)
    at module.exports.sync (/home/nikita/Packages/youtube-discord-rpc/node_modules/active-win/lib/linux.js:72:36)
    at module.exports.sync (/home/nikita/Packages/youtube-discord-rpc/node_modules/active-win/index.js:25:33)
    at youtube (/home/nikita/Packages/youtube-discord-rpc/index.js:17:26)
    at Timeout._onTimeout (/home/nikita/Packages/youtube-discord-rpc/index.js:81:5)
    at listOnTimeout (node:internal/timers:564:17)
    at process.processTimers (node:internal/timers:507:7) {
  errno: -2,
  code: 'ENOENT',
  syscall: 'spawnSync xwininfo',
  path: 'xwininfo',
  spawnargs: [ '-id', 481928 ],
  error: [Circular *1],
  status: null,
  signal: null,
  output: null,
  pid: 0,
  stdout: null,
  stderr: null
}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants