Home assistant has been stable for me for a while,so I have not been as active looking at my logs. Today when looking I found consistent errors every 20 seconds or so like this
2020-06-23 17:08:38 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File "/srv/homeassistant/lib/python3.7/site-packages/aiohttp/web_protocol.py", line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File "aiohttp/_http_parser.pyx", line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
I will say that I recently configured NGNIX, and cloudflare, and switched to my own domain. While searching i found a few comments that seemed to make me believe it may be my configuration. But here is the part I’m struggling with. I have two HA instances, one is my main,and one is a test bed. Both of these are accessible through cloudflare to my NGNIX proxy. My test bed HA instance is not receiving the errors, which leads me to believe that one of my components is the issue. Problem is i dont know how to check to see which component is causing this issue. I’d prefer not to have to remove them all to find out. Can anyone tell me how to narrow down which component may be the culprit.
EDIT: i removed and readded a few componets such as spotify with no change. Additional info, the errors start appering with in the first 5 seconds of a restart and continue every 10-15 seconds therafter