Dear Community,
I just begin my journey with HomeAssistant ifso please take that into consideration
I installed VM on DSM 7.0 beta the Home Assistant Supervised from image version hassos-5-13-ova.
The process itself seems to be easily, I setup everything giving relevant resources (1CPU, 3Gb of RAM). The VM is starting well, initialization process as well and the issue starts here. No matter if I asses through the http://homeassistant.local:8123 or ip:8123 the interface is working dramatically slow, from time to time there is only blank page visible or error message like: “error to load configuration or error to load add ons”.
Here is the piece of log from http server:
Logger: aiohttp.server
Source: /usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py:393
First occurred: 22:22:53 (1 occurrences)
Last logged: 22:22:53
Error handling request
Traceback (most recent call last):
- File “/usr/local/lib/python3.8/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’”
And in addition from Supervisor => System => Core:
2021-04-22 22:22:53 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
- File “/usr/local/lib/python3.8/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’”
I am not sure is above description is clear enough to help me to find out what is the issue with the performance and strange behavior of the gui interface.
Thanks in advance!
Lukasz