You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Beginning with the 2024.7.x version of Home Assistant (in which you bumped this library to 0.1.1, I believe) a custom integration some of us use, stopped working:
see runDMCA/home-assistant-mazda#5 for details on this issue.
To Reproduce
Steps to reproduce the behavior:
Buy a Mazda and install home assistant, with the m@zda integration (or contact me to assist you somehow ;P )
Additional context
I know there hasn't been an actual change to aiohttp-fast-zlib in 0.1.1, except for the license text and the version number, BUT reverting to 0.1.0 fixed the issue for me somehow. I switched a few times between 0.1.0 and 0.1.1 , with the same result everytime:
0.1.0: the integration works
0.1.1: the integration failes to init:
"/usr/local/lib/python3.12/site-packages/aiohttp/streams.py", line 640, in read
await self._waiter
asyncio.exceptions.CancelledError
The text was updated successfully, but these errors were encountered:
This package can't be the source of the issue as you've already stated, there are no code changes between 0.1.0 and 0.1.1 other than the version number.
Describe the bug
Beginning with the
2024.7.x
version of Home Assistant (in which you bumped this library to0.1.1
, I believe) a custom integration some of us use, stopped working:see runDMCA/home-assistant-mazda#5 for details on this issue.
To Reproduce
Steps to reproduce the behavior:
Additional context
I know there hasn't been an actual change to
aiohttp-fast-zlib
in0.1.1
, except for the license text and the version number, BUT reverting to0.1.0
fixed the issue for me somehow. I switched a few times between0.1.0
and0.1.1
, with the same result everytime:0.1.0
: the integration works0.1.1
: the integration failes to init:The text was updated successfully, but these errors were encountered: