-
-
Notifications
You must be signed in to change notification settings - Fork 31.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Finding this error constntly in the Log - Error handling Request #124653
Comments
@Dzoker2 this looks like someone is attempting https, when the other side is expecting normal http. Is your homeassistant reachable from outside? |
It is not accessible from outside... I do have an add-on HTTPS Everywhere - https://www.eff.org/https-everywhere in Firefox... could that be the issue? I access my HA via Firefox. ty |
It will most likely be your browser attempting to access the resource with https while it doesn't have the setting to handle SSL |
I have same version and same problem, when trying to login through a nginx proxy manger "reverse proxy" running on the same docker-installation. It's driving me nuts, because I can't get remote functionality to work at all (only if I login through OpenVPN against the http-address). In Chrome I only get to the part where the "Blue House" shows up - and end up getting "Unable to connect to Home Assistant"... I have a theory, that it could be due to docker running as host - and the docker-nginx (reverse proxy) can't access the hameassistant docker-machine for some lame reason.. This is from my log: Logger: aiohttp.server Error handling request
It would be great, if a developer could extend the functionality in the log, to say which endpoint the installation is trying to reach, when the exception occur. |
I have deleted the extension from Firefox so it is not forcing https anymore but I still get that error in the logs. anything else I could do to troubleshoot this? ty |
Same issue here. I am very new to all this but willing to help. I currently have a very basic setup using a HA green. Someone mentioned http vs https above and I am using Duck DNS, so could that be the issue? If so, I really dont know enough to try and resolve that while still being able to access my HAOS from outside my network. |
Hi All, It looks like this error stopped after I removed the https://www.eff.org/https-everywhere extension from Firefox. will keep an eye on it. ty |
I spoke too soon, it just happened again: `Logger: aiohttp.server Error handling request
|
even with latest HA 2024.9.0
|
Can anyone help with this issue? Same with latest 2024.9.1. TY |
Same issue for me i did not arrive to solve it |
same here 2024.9.2
|
Same issue in 2024.9.3 |
Same for me |
Same error here; I'm running Caddy as a reverse proxy and wondering if it could be related to this.
|
Same for me |
Same issue in 2024.10.2 |
same for current docker installation with image: ghcr.io/home-assistant/home-assistant:stable |
same here 2024.10.3 I have no idea where Python3.12 is coming from. I have Python3.11 installed.... |
Same issue in 2024.10.3 Will anyone take a look at this issue?!? |
Same issue in 2024.10.4 |
something changed, my docker installation started today after pulling new image |
Same issue on 2024.10.4 on bare metal behind a caddy reverse proxy. |
Hi, same issue on 2024.11.0 Thank you |
Hi I confirm me too same issue 2024.11.0 |
Same issue on 2024.11.2 |
Same issue with 2024.11.3 |
Same here
|
The problem
Logger: aiohttp.server
Source: /usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py:433
First occurred: 13:49:05 (2 occurrences)
Last logged: 14:13:27
Error handling request
Traceback (most recent call last):
File "/usr/local/lib/python3.12/site-packages/aiohttp/web_protocol.py", line 362, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "aiohttp/_http_parser.pyx", line 563, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message:
Invalid method encountered:
What version of Home Assistant Core has the issue?
core-2024.8.3
What was the last working version of Home Assistant Core?
No response
What type of installation are you running?
Home Assistant OS
Integration causing the issue
unknown
Link to integration documentation on our website
No response
Diagnostics information
Sorry, I don't have any details
Example YAML snippet
No response
Anything in the logs that might be useful for us?
No response
Additional information
No response
The text was updated successfully, but these errors were encountered: