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

status is 7024 #98

Open
hideandseekstheorder opened this issue Jan 5, 2023 · 0 comments
Open

status is 7024 #98

hideandseekstheorder opened this issue Jan 5, 2023 · 0 comments

Comments

@hideandseekstheorder
Copy link

2023-01-06 00:29:02.342889] status is 7024

[2023-01-06 00:29:08.406981] Waiting for device
[2023-01-06 00:29:08.407664] Found device = 0e8d:2000
Traceback (most recent call last):
File "/home/castipo/Downloads/bypass_utility-master/src/device.py", line 183, in read
self.rxbuffer.extend(self.ep_in.read(self.ep_in.wMaxPacketSize, self.timeout * 1000))
File "/usr/lib/python3/dist-packages/usb/core.py", line 423, in read
return self.device.read(self, size_or_buffer, timeout)
File "/usr/lib/python3/dist-packages/usb/core.py", line 1029, in read
ret = fn(
File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 846, in bulk_read
return self.__read(self.lib.libusb_bulk_transfer,
File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 954, in __read
_check(retval)
File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 602, in _check
raise USBTimeoutError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBTimeoutError: [Errno 110] Operation timed out

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "/home/castipo/Downloads/bypass_utility-master/main.py", line 237, in
main()
File "/home/castipo/Downloads/bypass_utility-master/main.py", line 46, in main
config, serial_link_authorization, download_agent_authorization, hw_code = get_device_info(device, arguments)
File "/home/castipo/Downloads/bypass_utility-master/main.py", line 158, in get_device_info
device.handshake()
File "/home/castipo/Downloads/bypass_utility-master/src/device.py", line 168, in handshake
reply = self.read(1)
File "/home/castipo/Downloads/bypass_utility-master/src/device.py", line 186, in read
self.udev.reset()
File "/usr/lib/python3/dist-packages/usb/core.py", line 961, in reset
self._ctx.backend.reset_device(self._ctx.handle)
File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 911, in reset_device
_check(self.lib.libusb_reset_device(dev_handle.handle))
File "/usr/lib/python3/dist-packages/usb/backend/libusb1.py", line 604, in _check
raise USBError(_strerror(ret), ret, _libusb_errno[ret])
usb.core.USBError: [Errno 2] Entity not found

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

1 participant