-
-
Notifications
You must be signed in to change notification settings - Fork 63
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
"Command failed" on paste #42
Comments
I thinks this bug is in upstream module - |
A good way to reproduce this is to try doing an operation multiple times. Example : copy |
@IssueHunt has funded $60.00 to this issue.
|
same issue
|
Same issue: |
Any solution for this problem? It'll happen when I execute paste from clipboard multiple times in a short time. |
Even I upgraded the NodeJs to 20.15.5, then also I am having the same issue; |
Same issue, Error: Command failed with exit code 101: F:\DevFardin\v02\syncx\node_modules\clipboardy\fallbacks\windows\clipboard_x86_64.exe --paste
shortMessage: 'Command failed with exit code 101: F:\DevFardin\v02\syncx\node_modules\clipboardy\fallbacks\windows\clipboard_x86_64.exe --paste', environment: Windows 11 Pro |
@timiles I tested the fallback on Windows using this version, and it seems to work fine: Let me know if it's work with you |
So It worked for me, when I stopped my windows machine being locked/screensaver after a few moments. |
I'm using the Clipboard Ring extension (https://github.com/SrTobi/code-clip-ring) in VS Code, which has a dependency on clipboardy ^1.2.3.
I occasionally get the following error, preventing me from pasting the content of my clipboard:
Command failed: C:\Users\Tim\.vscode\extensions\code-clip-ring\node_modules\clipboardy\fallbacks\windows\clipboard_x86_64.exe --paste thread 'main' panicked at 'Error: Could not paste from clipboard: Error { repr: Os { code: 0, message: "The operation completed successfully." } }', src\libcore\result.rs:906:4 note: Run with
RUST_BACKTRACE=1for a backtrace.
Seems strange that clipboard_x86_64.exe reports an Error with what looks like a success message?
I think restarting VS Code might fix this, but it's a nuisance. Any ideas?
Other info:
I'm running Windows 10 Home N. VS Code: Version 1.24.1.
The text was updated successfully, but these errors were encountered: