Quote:
Originally Posted by kovidgoyal
OK next try: Change line 363 in communicate.py to
Code:
data = data_type(self.handle.bulk_read(self.BULK_IN_EP, size, timeout=10000))
|
No change (except the addition of the timeout argument in the traceback).
It doesn't feel like a timeout; the error happens after just a second or two after the GUI appears.