snowzach / doods

DOODS - Dedicated Open Object Detection Service
MIT License
304 stars 31 forks source link

USB transfer error 5 [LibUsbDataInCallback #6

Closed johntdyer closed 4 years ago

johntdyer commented 4 years ago

Seemingly out of no where DooDs will not start any more... I get the following error

2019-11-09T11:19:43.200-0500    INFO    detector/detector.go:76 Configured Detector {"package": "detector", "name": "default", "type": "tflite-edgetpu", "model": "/share/doods/mobilenet_ssd_v2_coco_quant_postprocess_edgetpu.tflite", "labels": 80, "width": 300, "height": 300}
2019-11-09T11:19:43.206-0500    INFO    server/server.go:273    API Listening   {"package": "server", "address": ":8082", "tls": false}
F :1129] HandleQueuedBulkIn transfer in failed. Not found: USB transfer error 5 [LibUsbDataInCallback]

curious if you've ever seen it ?

snowzach commented 4 years ago

No, that's a new one for me. Is t broke after that?

johntdyer commented 4 years ago

Yep, it doesnt start after that

johntdyer commented 4 years ago

Figured it out, I had rebooted for a kernel update and an older version of Doods ( outside of HASS ) has started. So I guess this error means it wasnt able to connect to the Coral since something else was already using it... :)

snowzach commented 4 years ago

Cool. Closing this.