illegal chunk header #1735
-
|
Hey, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 12 replies
-
|
Could you provide some more information. (In particular an example that demonstrates a failing URL would be super helpful here.) It's very very likely that the cause of this is a server that's responding with non-compliant HTTP. The parsing library that we use - |
Beta Was this translation helpful? Give feedback.
-
|
Hallo, It seems I have similar issue with "Illegal chunk header" and I don't know how I can solve it. I'm using HomeAssistant software which is using httpx in a module to scrape sensor values from web sites. How can I resolve the problem? on my end? Thanks for helping |
Beta Was this translation helpful? Give feedback.
-
|
I suspect I am suffering the same problem. Header errors when trying to parse webpage on a local solar monitor. ksheumaker/homeassistant-apsystems_ecur#156 Have the fixes mentioned previously worked through to Home Assistant multiscrape? https://github.com/danieldotnl/ha-multiscrape |
Beta Was this translation helpful? Give feedback.

Could you provide some more information. (In particular an example that demonstrates a failing URL would be super helpful here.)
It's very very likely that the cause of this is a server that's responding with non-compliant HTTP. The parsing library that we use -
h11- is very strict on catching invalid HTTP. It's always useful for us to find real world cases that it's picking up on.