karloygard / xcomfortd-go

Eaton xComfort CKOZ-00/14 and CCIA-0x/01 to MQTT gateway
BSD 3-Clause "New" or "Revised" License
45 stars 4 forks source link

2021/07/18 01:02:51 handle_events: error: libusb: interrupted [code -10] #23

Closed oyvindth closed 3 years ago

oyvindth commented 3 years ago

I am seing a lot of these errors (2021/07/18 01:02:51 handle_events: error: libusb: interrupted [code -10]) in my xcomfort logg. What are they, and will it affect the comfort addon.

kind regards.

karloygard commented 3 years ago

As far as I can remember, it's gousb logging a return code from libusb and then proceeding as normal. It's nothing to worry about, but it is a bit annoying.

I tried silencing the log message, but that involved forking various libraries, which I'd rather not do.

FIS-X commented 2 years ago

Could you please have another go at removing this error? My CDO is not liking it :S

karloygard commented 2 years ago

It this issue: https://github.com/google/gousb/issues/87. It may be useful to voice your opinion there, maybe they'll get around to fixing it.

FIS-X commented 2 years ago

Sorry for bumping this old thread again, but could the answer given here be of any help? https://github.com/google/gousb/issues/87#issuecomment-1100956460

karloygard commented 2 years ago

Okay, since you're so persistent, it's been fixed in 0.54. 😄

FIS-X commented 2 years ago

Okay, since you're so persistent, it's been fixed in 0.54. 😄

Thank you so much!! :D