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

handle_events: error: libusb: interrupted [code -10] #9

Open
grymoire opened this issue Feb 17, 2023 · 2 comments
Open

handle_events: error: libusb: interrupted [code -10] #9

grymoire opened this issue Feb 17, 2023 · 2 comments

Comments

@grymoire
Copy link

I'm getting many errors: Is this normal?
2023/02/17 13:33:09 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:09 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:10 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:10 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:10 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:10 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:11 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:12 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:12 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:13 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:14 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:14 handle_events: error: libusb: interrupted [code -10]
2023/02/17 13:33:15 handle_events: error: libusb: interrupted [code -10]

@smannchen
Copy link

No. Try a different usb cable, reinstall dependencies, reboot.

@also-here
Copy link

They are fairly normal messages from libusb that should probably be DEBUG instead of ERROR. You can simply hide them by adding 2&>/dev/null to the end of the command you're running (e.g. ./mjackit pairsniff 2&>/dev/null), or some other file instead of /dev/null if you want to save them and other possible error messages.

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

3 participants