J. Nick Koston

Results 1850 comments of J. Nick Koston

It also looks like the lib reties too soon, and we don't log the failure exception ``` 024-10-14 17:52:04.154 DEBUG (MainThread) [aiohomekit.protocol.tlv] sending [ 6 (State): (1 bytes/) 0x01 3...

Can you try https://github.com/Jc2k/aiohomekit/pull/381 and see if you get a better error?

Has the logged error changed on 2024.10.x?

Maybe the user that is setup in HA doesn't have permission to enable RTSP so it failing

I agree the current behavior causes confusion. Changing the total timeout behavior is going to be a significant breaking change as many downstream applications currently expect the request to be...

Hey! Thanks for working on this. The code change itself looks right, but I'm having trouble understanding what this PR actually does from the description, and that's probably why it...

It looks like we have an env var to turn off SENDFILE for ancient versions of virtualbox https://github.com/aio-libs/aiohttp/issues/628 https://www.virtualbox.org/ticket/12597 https://www.virtualbox.org/ticket/9069

History https://github.com/aio-libs/aiohttp/issues/628 https://github.com/aio-libs/aiohttp/pull/629

That bug has been fixed in virtualbox for 6 years now. I think we can get rid of it in 4.x but keep in in 3.x