I’ve disabled everything I could find in my config, but still every minute this error gets logged:
2018-11-15 21:57:51 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py”, line 242, 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
There are some posts about HTTPS and so, but I don’t have a ssl setup.
Does someone have a clue what’s going on?