PLEASE HELP. Cant even install

Ive had HA running perfect for months. I went to move it to another server and I can not figure out what is going on. Nothing in my house works now.

I even tried installing without putting my config files in, just letting it run. As soon as it starts my logs get flooded with the below.

I run a vm ubuntu server. Usally docker but Ive tried manually installing too.

File "/usr/local/lib/python3.6/site-packages/aiohttp/web_protocol.py", line 271, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 295, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2018-01-16 19:36:54 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 271, in data_received
    messages, upgraded, tail = self._request_parser.feed_data(data)
  File "aiohttp/_http_parser.pyx", line 295, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method
2018-01-16 19:36:56 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):

.61 is straight up broken with tons of stuff right now.

I suggest running Docker and installing version 60

I normally do run in docker. it happens there as well. I was installing 59.2, that what has been running solid lately for me. doesnt matter what i do, i rebooted everything netowrk in all

Then your issue has to be with your config. Do you have an extra space in there somewhere that is breaking it?

I run in Docker only, and have only had an issue one time with an update that rolled out that wasn’t working.

I am not even putting my config files in there. I was going to let it just start up like a brand new fresh install then add after it stays up.

are you doing --net=host?

yea, this is what I use. Ive used this same command a bunch of times though I dont think that is it.

sudo docker run -d --name=“home-assistant” -v /home/homeassistant/.homeassistant:/config -v /etc/localtime:/etc/localtime:ro --net=host homeassistant/home-assistant:0.59.2

My command is almost identical. I always use net=host. I’ve never seen Docker crash out like that considering it doesn’t have any requirements.

net=host is in there.

I know. I saw. I was telling you that I always do, because your comment suggested that I was indicating that was the problem. If you were not, I was going to suggest that you do.

I don’t know why your install is failing, unless you already have something running on that port.

yea this sucks man.

Perhaps you didn’t see my comment.

do you have something running on that port currently? another home assistant docker that didnt get removed?

nothing changed, i havent installed anything new recently on that server at all. Ive also tried two differnet servers…i know man i was hoping someone seen that error an had an idea ive ran through so much before postin

ok, so you have run netstat to make sure there is nothing trying to use the port?

if so, I don’t know what to tell you. an install with no config on Docker should just work.

i dont know how this happened but Im thinking an update. I updated my domain controllers just a couple days ago and somehow permissions and group policies were changed. I changed them back and its been up for 20 minutes. lets hope it stays, thanks for helping