I recently had a power outage and when booting everything back up hassio is no longer working properly. It won’t load the Hassio tab and the logs show this:
2019-04-17 12:18:35 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/ping request Cannot connect to host [172.30.32.2:80](http://172.30.32.2:80) ssl:None [Connection refused]
2019-04-17 12:18:35 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /homeassistant/options request Cannot connect to host [172.30.32.2:80](http://172.30.32.2:80) ssl:None [Connection refused]
2019-04-17 12:18:35 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /supervisor/options request Cannot connect to host [172.30.32.2:80](http://172.30.32.2:80) ssl:None [Connection refused]
2019-04-17 12:18:35 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /homeassistant/info request Cannot connect to host [172.30.32.2:80](http://172.30.32.2:80) ssl:None [Connection refused]
2019-04-17 12:18:35 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /discovery request Cannot connect to host [172.30.32.2:80](http://172.30.32.2:80) ssl:None [Connection refused]
2019-04-17 12:18:35 ERROR (MainThread) [homeassistant.components.hassio.discovery] Can't read discover info:
2019-04-17 12:18:59 ERROR (MainThread) [homeassistant.components.hassio.http] Client error on api app/entrypoint.js request Cannot connect to host [172.30.32.2:80](http://172.30.32.2:80) ssl:None [Connection refused]
I had recently upgraded to 0.91.3 and everything was working fine. I stripped everything out of the configuration.yaml file in the hopes of getting it working, but no luck. How can I fix this?