Replies: 2 comments 3 replies
-
I think home assistant reverted their version of aiohttp after finding a regression. I'd retest with aiohttp 3.8.6 or 3.9.0 and confirm if there's still an issue then. |
Beta Was this translation helpful? Give feedback.
-
Thank-you @Dreamsorcerer for your follow-up. Even with aiohttp 3.8.6 or 3.9.0, I still get this error:
The page viewed still works very well in browsers... There is a redirection to an image which seems wrong, but I can visually consult the content of what is published in clear text. As I'm trying to parse this message from a third party module, I don't have access to modify anything on this server... Using the Any ideas for continuing with aiohttp? Report as a bug? Thanks, |
Beta Was this translation helpful? Give feedback.
-
I'm currently developing a custom component for Home Assistant and overcoming an annoying error using
aiohttp
.Here is my code:
...and here is the error I get:
Do you have any ideas on how I can overcome this problem with
aiohttp
? Need to report this as a bug?I'm using the latest
aiohttp
version included in Home Assistant Core 2023.12.0.dev20231026.Thanks,
Here is the raw printout of the response headers while using the DevTools in Chrome:
Beta Was this translation helpful? Give feedback.
All reactions