@Ruald wrote:
I’m using Hassio and HA for several years. Today I needed to do a fresh install of my intel-nuc. I’ve backuped every config yaml in a Git repo.
So I installed a fresh Ubuntu 18.04 on the Nuc. After that I followed the steps on this manual:
sudo add-apt-repository universe sudo -i apt-get update apt-get install -y software-properties-common apparmor-utils apt-transport-https avahi-daemon ca-certificates curl dbus jq network-manager socat systemctl disable ModemManager systemctl stop ModemManager curl -fsSL get.docker.com | sh curl -sL "https://raw.githubusercontent.com/home-assistant/hassio-installer/master/hassio_install.sh" | bash -s -- -m intel-nuc
After that I’ve created a Portainer docker container to see the Hassio containers and there logs etc.
The problem is that the supervisor is running great. The Home assistant is also running but when I go to ipadres:8123 of my server I see no result. When I look at the logs of the server with a lot of these errors.
2020-03-22 18:21:09 ERROR (MainThread) [aiohttp.server] Error handling request Traceback (most recent call last): File "/usr/local/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’ve googled and tried a lot but no solution. So of the suggestion comes about https of SSL errors, but I’m running with default config with no SSL of something.
Anyone a solution?
Posts: 2
Participants: 1