David Lechner
David Lechner
Duplicate of https://github.com/hbldh/bleak/issues/1286. But I guess we can leave this one open since that one is closed. Same comments still apply though.
Sounds like a bad Windows Bluetooth driver. You could try logging Bluetooth packets to see what is going on. See troubleshooting page in the docs for instructions.
FYI, you can put them in a `.zip` file and upload them. But I think we can see enough info from the pasted log. ```console 269 17.834600 localhost () Suunto_3e:57:61...
You could do a packet capture of the working cases and compare them to the not working cases to see what the difference is.
> This started happening for me recently on Linux. This issue is about Windows, not Linux. So please start a new issue for the Linux issue and include a full...
> I suggest that sphinx autodoc be made to ignore bleak.backends.winrt when run on Linux to silence this error. It is set up like this already [here](https://github.com/hbldh/bleak/blob/74a937c71e840d5f78647742bfe9a41084b305f7/docs/conf.py#L126) and was working...
I've seen this error occasionally too, so I don't think it is just you. I just haven't had time to dig into it.
Maybe it is something that has changed in Python itself? readthedocs is using Python 3.9.19, so maybe the bug only happens with newer Python runtimes?
I recently updated the doc dependencies and the problem seems to be fixed.
Since these errors are coming from Windows and there is no timeout paramter to pass to the Windows APIs, I'm not sure what we could do in Bleak to work...