Saturday, July 6, 2024

Bother with HWI

I’ve downloaded and put in {hardware} pockets interface, right here is the output that I am getting from ./hwi.py enumerate:

Traceback (most up-to-date name final):
  File "/house/eoin/HWI/./hwi.py", line 7, in <module>
    important()
  File "/house/eoin/HWI/hwilib/_cli.py", line 304, in important
    consequence = process_commands(sys.argv[1:])
  File "/house/eoin/HWI/hwilib/_cli.py", line 270, in process_commands
    return args.func(args)
  File "/house/eoin/HWI/hwilib/_cli.py", line 63, in enumerate_handler
    return enumerate(password=args.password, professional=args.professional, chain=args.chain)
  File "/house/eoin/HWI/hwilib/instructions.py", line 117, in enumerate
    consequence.prolong(imported_dev.enumerate(password, professional, chain))
  File "/house/eoin/HWI/hwilib/units/trezor.py", line 857, in enumerate
    devs.prolong(webusb.WebUsbTransport.enumerate())
  File "/house/eoin/HWI/hwilib/units/trezorlib/transport/webusb.py", line 130, in enumerate
    dev.getProduct()
  File "/house/eoin/.native/lib/python3.10/site-packages/usb1/__init__.py", line 2003, in getProduct
    return self.open().getProduct()
  File "/house/eoin/.native/lib/python3.10/site-packages/usb1/__init__.py", line 2055, in open
    mayRaiseUSBError(libusb1.libusb_open(self.device_p, byref(deal with)))
  File "/house/eoin/.native/lib/python3.10/site-packages/usb1/__init__.py", line 127, in mayRaiseUSBError
    __raiseUSBError(worth)
  File "/house/eoin/.native/lib/python3.10/site-packages/usb1/__init__.py", line 119, in raiseUSBError
    increase __STATUS_TO_EXCEPTION_DICT.get(worth, __USBError)(worth)
usb1.USBErrorAccess: LIBUSB_ERROR_ACCESS [-3]

What’s the downside right here? It’s supposed to inform me the system kind and system path, however as a substitute that is what I get.

Related Articles

LEAVE A REPLY

Please enter your comment!
Please enter your name here

Latest Articles