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

AttributeError: 'Driver' object has no attribute 'epo' #3

Open
vstadnytskyi opened this issue Nov 14, 2019 · 0 comments
Open

AttributeError: 'Driver' object has no attribute 'epo' #3

vstadnytskyi opened this issue Nov 14, 2019 · 0 comments

Comments

@vstadnytskyi
Copy link
Owner

2019-11-13 17:23:12,384 ERROR: Traceback (most recent call last):
File "/home/icarus-0/NMR-Pressure-Jump/Software/XLI/drivers/DI4108/DI4108_BULK_driver.py", line 162, in write
self.dev.write(self.epo,command)
AttributeError: 'Driver' object has no attribute 'epo'

2019-11-13 17:23:14,678 ERROR: Traceback (most recent call last):
File "/home/icarus-0/NMR-Pressure-Jump/Software/XLI/drivers/DI4108/DI4108_BULK_driver.py", line 147, in read
data = self.dev.read(self.epi,usb_buff,timeout)
File "/home/icarus-0/.local/lib/python3.6/site-packages/usb/core.py", line 988, in read
self.__get_timeout(timeout))
File "/home/icarus-0/.local/lib/python3.6/site-packages/usb/backend/libusb1.py", line 833, in bulk_read
timeout)
File "/home/icarus-0/.local/lib/python3.6/site-packages/usb/backend/libusb1.py", line 936, in __read
_check(retval)
File "/home/icarus-0/.local/lib/python3.6/site-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

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