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

Not working in raspberry pi3 #57

Open
mvtcode opened this issue Aug 18, 2019 · 4 comments
Open

Not working in raspberry pi3 #57

mvtcode opened this issue Aug 18, 2019 · 4 comments

Comments

@mvtcode
Copy link

mvtcode commented Aug 18, 2019

When I using this module in raspberry pi3, has exception:

Error: Both xsel and fallback failed
at makeError (/home/pi/test-rfid/node_modules/clipboardy/lib/linux.js:16:11)
at xselWithFallbackSync (/home/pi/test-rfid/node_modules/clipboardy/lib/linux.js:43:10)
at Object.copySync (/home/pi/test-rfid/node_modules/clipboardy/lib/linux.js:53:3)
at Object.exports.writeSync.text [as writeSync] (/home/pi/test-rfid/node_modules/clipboardy/index.js:39:14)
at Timeout._onTimeout (/home/pi/test-rfid/index.js:44:13)
at ontimeout (timers.js:436:11)
at tryOnTimeout (timers.js:300:5)
at listOnTimeout (timers.js:263:5)
at Timer.processTimers (timers.js:223:10)

@sinedied
Copy link

Same on ubuntu

@tahsinature
Copy link

please fix this problem
my machine: #109-Ubuntu SMP Fri Nov 8 09:30:18 UTC 2019

download

@mifi
Copy link

mifi commented Jan 27, 2020

what happens if you apt-get install xsel?

@sinedied
Copy link

@mifi tried to do that on Travis CI ubuntu image before running my tests, but it did not help.

fannheyward added a commit to neoclide/coc.nvim that referenced this issue Apr 15, 2020
this is a quick-dirty fix to make tests passed. From
sindresorhus/clipboardy#57 (comment),
clipboardy fails on ubuntu, this will block tests to run
chemzqm pushed a commit to neoclide/coc.nvim that referenced this issue Apr 15, 2020
this is a quick-dirty fix to make tests passed. From
sindresorhus/clipboardy#57 (comment),
clipboardy fails on ubuntu, this will block tests to run
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

4 participants