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
client = Bitbox02Client(path)
File "/Users/.../HWI/hwi_env/lib/python3.9/site-packages/hwilib/devices/bitbox02.py", line 235, in __init__
hid_device.open_path(path.encode())
File "hid.pyx", line 74, in hid.device.open_path
OSError: open failed
The text was updated successfully, but these errors were encountered:
@instagibbs "open failed" usually indicates that the device is already occupied with another app. Maybe you have another app running already, e.g. the BitBoxApp. another instance of hwi (or hwi-qt), Electrum, etc.?
I tested `hwi.py enumerate' and it seems to work as expected.
The error is raused by thie hidapi lib when attempting to open device. I guess we should wrap and re-raise the exception with a better message in the bitbox02 library.
Trying to
setup
the device.The text was updated successfully, but these errors were encountered: