Lost Access after update

I clicked the update button to get the newest version. Now I can’t access the front end at all. Tried connecting by DuckDNS entry, local address and ip address. I just get connection refused. Tried the SD card on my windows box and the card is readable.Is there any way I can get the logs to see what is going on? I do not belive I had SSH enabled.

Was able to get the log directly from SD card. Looks like possible issue loading frontend due to problem with LetsEncrypt running DuckDNS add-on. Any ideas how to fix?

2019-03-10 14:32:31 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 27). Please check the docs at https://home-assistant.io/components/http/
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Setup failed for http: Invalid config.
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of api. Setup failed for dependencies: http
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Setup failed for api: Could not set up all dependencies.
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of websocket_api. Setup failed for dependencies: http
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: Could not set up all dependencies.
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_log. Setup failed for dependencies: http
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Setup failed for system_log: Could not set up all dependencies.
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of auth. Setup failed for dependencies: http
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Setup failed for auth: Could not set up all dependencies.
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: http
2019-03-10 14:32:31 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: Could not set up all dependencies.
2019-03-10 14:32:32 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: api, websocket_api, http, system_log, auth, onboarding
2019-03-10 14:32:32 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: Could not set up all dependencies.
2019-03-10 14:32:33 WARNING (Recorder) [homeassistant.components.recorder] Ended unfinished session (id=74 from 2019-03-09 20:16:52.643716)
2019-03-10 14:32:33 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: http
2019-03-10 14:32:33 ERROR (MainThread) [homeassistant.setup] Setup failed for history: Could not set up all dependencies.

Adding my http: config

http:
api_password: mylittlesecret
base_url: https://myhome.duckdns.org:8123
ssl_certificate: /ssl/fullchain.pem
ssl_key: /ssl/privkey.pem

Same issue. Tried to update samba plugin while out of town. Now I can’t access hassio front end remotely.
Currently out of town so I can’t see if it opens locally. Router shows hassio device is up and running. Was running the Hassio version that was up to date as of last week.
Hopefully I’m not in the same boat as you but thought it would be worth it to list my issue as well in case this is a systemic issue.

I am in the exact same situation : updated to HA 2021.2 and couldn’t log back in :cry:

Neither the DuckDNS
https://xxx.duckdns.org:8123/
nor the local IP works
https://10.0.0.72:8123/

I took the SD card out of my RaspberryPi and inserted it into Windows.
I’m not sure what file to check for logs, how to check if my SD card is corrupted somehow or what to do from here.
I could wipe the SD card and start a fresh install from scratch but that would be painful (I do have Google Drive backups though)
Here is the content of my SD card - any suggestions ?

Ok, nevermind.
Everything’s back to normal this morning after I restarted my Raspberry Pi last night.
I’ll have to figure out how to clean those recurring errors in the logs though :

Error saving events: (sqlite3.DatabaseError) database disk image is malformed [SQL: INSERT INTO events (event_type, event_data, origin, time_fired, created, context_id, context_user_id, context_parent_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('state_changed', '{}', 'LOCAL', '2021-02-04 07:29:25.974527', '2021-02-04 07:29:25.974527', 'e24de8edfa805af83c8667024f434cc2', None, None)] (Background on this error at: http://sqlalche.me/e/13/4xp6)
8:30:26 AM – Recorder (ERROR) - message first occurred at February 3, 2021, 11:42:42 PM and shows up 1346 times
Error executing query: (sqlite3.DatabaseError) database disk image is malformed [SQL: INSERT INTO events (event_type, event_data, origin, time_fired, created, context_id, context_user_id, context_parent_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?)] [parameters: ('state_changed', '{}', 'LOCAL', '2021-02-04 07:29:36.045632', '2021-02-04 07:29:36.045632', '7c2ef0622d02bf96d42dbacc1afa28d3', None, None)] (Background on this error at: http://sqlalche.me/e/13/4xp6)
8:30:26 AM – Recorder (ERROR) - message first occurred at February 3, 2021, 11:42:42 PM and shows up 1467 times

It seems like your database is corrupted. You can just delete the existing database and do a reboot. New database will be created itself. But doing this, you will lost the history.

1 Like