J. Nick Koston

Results 2087 comments of J. Nick Koston

That seems like the device is producing an invalid UUID, but it could be improved in `bleak`

Please post the following: - Link to where you purchased the device - Exact model number - Which Bluetooth Adapter/Proxy you are using

Thanks. If you can find the same model available for shipping to the US, I'll purchase it and see if I can fix the problem.

> All the listings from Amazon ( .com and .it ) seem to be gone for this specific model, i fond the same spotlight from Ebay, it should ship to...

> Maybe @bdraco wants to join? I'm gonna pass as well, I'd rather see the funding go to the other org members.

This was fixed in 3.3.0 via https://github.com/aio-libs/aiohttp/pull/2814

We added a workaround for this issue in https://github.com/aio-libs/aiohttp/pull/10464 but its causing issues when using with asyncio SelectorEventLoop https://github.com/aio-libs/aiohttp/issues/10617 so we will likely be reverting it and waiting for this...

> Pinning to `aiohttp==3.11.14` solved it for me Just a heads-up: if you're using the default asyncio event loop (typically `SelectorEventLoop`), pinning to `aiohttp==3.11.14` may introduce other issues due to...

The concern there is we want to keep the scope of what is exposed via a documented API to the absolute minimum needed. Under our current policy, if we document...