padelt / temper-python

libusb/PyUSB-based driver to read TEMPer USB HID devices (USB ID 0c45:7401) and serve as a NetSNMP passpersist module
Other
182 stars 76 forks source link

Operation timed out #81

Closed Siggemada closed 3 years ago

Siggemada commented 6 years ago

Hi, is this the same issue discussed in https://github.com/padelt/temper-python/issues/73 ?

Found 1 devices WARNING:temperusb.temper:Encountered [Errno 110] Operation timed out, resetting <DEVICE ID 0c45:7401 on Bus 003 Address 013> and trying again. ERROR:temperusb.temper:[Errno 110] Operation timed out Traceback (most recent call last): File "/usr/local/bin/temper-poll", line 11, in load_entry_point('temperusb==1.5.3', 'console_scripts', 'temper-poll')() File "build/bdist.linux-x86_64/egg/temperusb/cli.py", line 55, in main File "build/bdist.linux-x86_64/egg/temperusb/temper.py", line 322, in get_temperatures File "build/bdist.linux-x86_64/egg/temperusb/temper.py", line 272, in get_data File "build/bdist.linux-x86_64/egg/temperusb/temper.py", line 243, in get_data File "build/bdist.linux-x86_64/egg/temperusb/temper.py", line 402, in _interrupt_read File "/usr/lib/python2.7/dist-packages/usb/core.py", line 988, in read self.get_timeout(timeout)) File "/usr/lib/python2.7/dist-packages/usb/backend/libusb1.py", line 851, in intr_read timeout) File "/usr/lib/python2.7/dist-packages/usb/backend/libusb1.py", line 936, in read _check(retval) File "/usr/lib/python2.7/dist-packages/usb/backend/libusb1.py", line 595, in _check raise USBError(_strerror(ret), ret, _libusb_errno[ret]) usb.core.USBError: [Errno 110] Operation timed out

padelt commented 3 years ago

Closing because of age. I suspect we cannot do much in this situation. Please reopen as needed.