Hi everyone,
I have an “Errno 10060 Operation Timeout” when I try to connect my Windows machine to Odrive.
odrivetool --verbose leads to the following:
The system cannot find the path specified.
EndpointAddress for reading 131
Connecting to device on USB device bus 1 device 14
JSON: [
{"name":"","id":0,"type":"json","access":"r"},
{"name":"vbus_voltage","id":1,"type":"float","access":"r"},
{"name":"serial_number","id":2,"type":"uint64","access":"r"},
{"name":"hw_version_major","id":3,"type":"uint8","acc
JSON checksum: 0x8B 0xDA
malformed member : unsupported codec json
Connected to ODrive 20693388304B as odrv0
error in usbbulk_transport.py, process_packet
USB discover loop
Traceback (most recent call last):
File "C:\Users\Embla\Anaconda3\lib\site-packages\fibre\usbbulk_transport.py", line 127, in get_packet
ret = self.epr.read(bufferLen, timeout)
File "C:\Users\Embla\Anaconda3\
halt condition: 10060
[Errno 10060] Operation timed out
EndpointAddress for writing 3
EndpointAddress for reading 131
I’m having trouble understanding what the error means and how to fix it. Any help would be appreciated. Thanks!