Hassio/local:8123 will not load after updating it earlier today

Hi

As mentioned in the topic, I cant load hassio.local:8123 after updating to the newest build today.

Every addon is still accessable through hassio.local:PORT.

I’ve tried rebooting from terminal and configurator and ofcourse a physical reboot. I’ve also tried connecting from more than one device and several browsers.

It’s running on a RPI 3 B+

What could have caused this?

If you need me to pull some data, I’ll do that, just tell me where :wink:

What version did you update from and to? Did you check the release notes for breaking changes beforehand?

Do you still have SSH or Samba share access to check the logs for errors? If so, post up any contents.

I was goin from 0.71.1 to 0.71.2.

I never got to set up SSH but Samba still works.

What log do you need `?

home-assistant.log

Also, notice you are using the .local address. Have you tried accessing using the IP directly? ie http://192.168.1.2:8123

Yes, I’ve also tried the local ip :slight_smile:

Here’s the log:

2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.config] Invalid config for [http]: not a file for dictionary value @ data['http']['ssl_certificate']. Got '/ssl/fullchain.pem'
not a file for dictionary value @ data['http']['ssl_key']. Got '/ssl/privkey.pem'. (See /config/configuration.yaml, line 26). Please check the docs at https://home-assistant.io/components/http/
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_log. Setup failed for dependencies: http
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Setup failed for system_log: Could not set up all dependencies.
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of auth. Setup failed for dependencies: http
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Setup failed for auth: Could not set up all dependencies.
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: http
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of api. Setup failed for dependencies: http
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Setup failed for api: Could not set up all dependencies.
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of websocket_api. Setup failed for dependencies: http
2018-10-04 11:46:18 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: Could not set up all dependencies.
2018-10-04 11:46:19 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: api, websocket_api, http, system_log, auth, onboarding
2018-10-04 11:46:19 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2018-10-04 11:46:21 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: http
2018-10-04 11:46:21 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not set up all dependencies.
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of config. Setup failed for dependencies: http
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Setup failed for config: Could not set up all dependencies.
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: Could not set up all dependencies.
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of cloud. Setup failed for dependencies: http
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: Could not set up all dependencies.
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of tts. Setup failed for dependencies: http
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: Could not set up all dependencies.
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of conversation. Setup failed for dependencies: http
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Setup failed for conversation: Could not set up all dependencies.
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of panel_iframe. Setup failed for dependencies: frontend
2018-10-04 11:46:23 ERROR (MainThread) [homeassistant.setup] Setup failed for panel_iframe: Could not set up all dependencies.
2018-10-04 11:46:24 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of hassio. Setup failed for dependencies: http
2018-10-04 11:46:24 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: Could not set up all dependencies.
2018-10-04 11:46:34 WARNING (SyncWorker_7) [netdisco.ssdp] Error fetching description at http://192.168.1.101:49153/wps_device.xml
2018-10-04 12:46:23 ERROR (MainThread) [homeassistant.components.updater] Got unexpected response: None

Looks like your cert files either aren’t available or your path is wrong.

Can you post the http: section of your config file? Also check that the cert files are in the specified directory.

You can also try # commenting out all the SSL info for now and see if you can get to the front end and then work from there.

I tried that when I saw the log, not working either :frowning:

With the http section commented out what does the log say?

The log doesnt change

Even with a restart? It should ignore those lines and you shouldn’t be getting that error anymore.

It’s just as weird for you as it is for me :thinking:

I’ll try again later. If i doesnt work I’ll flash the SD and start over.

I saw the same problem but after repeat clicking on the Hass.io menu item it finally appeared. I just kept on clicking out of frustration and didn’t really expect it to appear but was pleasantly surprised when it did. I don’t know why.