Hi everyone,
in my logs I’ve found this alert:
“Logger: homeassistant.setup
Source: /usr/local/lib/python3.9/asyncio/events.py:80
First occurred: 10:53:17 (1 occurrences)
Last logged: 10:53:17
Setup of input_text is taking over 10 seconds.”
and looking in complete logs I’ve found so many occourrencies of the following error, can anyone help me?
“Traceback (most recent call last):
File “/usr/local/lib/python3.9/site-packages/aiohttp/web_protocol.py”, line 314, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File “aiohttp/_http_parser.pyx”, line 546, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: 400, message=“Bad status line ‘invalid HTTP method’”
2021-08-06 11:07:01 ERROR (MainThread) [aiohttp.server] Error handling request”