Hello everyone,
I have a big problem with my Home Assistant and I don’t want to reinstall all the system but solve the problem with your help.
I have Home Assistant installed on raspberry with Linux raspberrypi 5.10.103-v7+, and Home Assistant install in docker.
Everithink works well untill tomotow when I updated Home Assistant to version the system sudo apt-get update and sudo apt get-upgrade 2022.9.4.
After this the addon I think woks, becvause I deceive data from nodered, but Home Assistant is not reachable on port 8123.
This is the log file:
2022-09-18 00:03:02.536 WARNING (SyncWorker_0) [homeassistant.loader] We found a custom integration hacs which has not been tested by Home Assistant. This component might cause stability problems, be sure to disable it if you experience issues with Home Assistant
2022-09-18 00:03:42.158 ERROR (MainThread) [homeassistant.setup] Error during setup of component http
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 235, in _async_setup_component
result = await task
File “/usr/src/homeassistant/homeassistant/components/http/init.py”, line 180, in async_setup
await server.async_initialize(
File “/usr/src/homeassistant/homeassistant/components/http/init.py”, line 267, in async_initialize
await async_setup_auth(self.hass, self.app)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 127, in async_setup_auth
user = await hass.auth.async_get_user(data[“content_user”])
File “/usr/src/homeassistant/homeassistant/auth/init.py”, line 196, in async_get_user
return await self._store.async_get_user(user_id)
File “/usr/src/homeassistant/homeassistant/auth/auth_store.py”, line 81, in async_get_user
await self._async_load()
File “/usr/src/homeassistant/homeassistant/auth/auth_store.py”, line 304, in _async_load
await self._async_load_task()
File “/usr/src/homeassistant/homeassistant/auth/auth_store.py”, line 310, in _async_load_task
data = await self._store.async_load()
File “/usr/src/homeassistant/homeassistant/helpers/storage.py”, line 116, in async_load
return await self._load_task
File “/usr/src/homeassistant/homeassistant/helpers/storage.py”, line 125, in _async_load
return await self._async_load_data()
File “/usr/src/homeassistant/homeassistant/helpers/storage.py”, line 174, in _async_load_data
data[“version”], data[“minor_version”], data[“data”]
KeyError: ‘data’
2022-09-18 00:03:42.917 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of api. Setup failed for dependencies: http
2022-09-18 00:03:43.841 ERROR (MainThread) [homeassistant.setup] Setup failed for api: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.846 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of auth. Setup failed for dependencies: http
2022-09-18 00:03:43.850 ERROR (MainThread) [homeassistant.setup] Setup failed for auth: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.855 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of config. Setup failed for dependencies: http
2022-09-18 00:03:43.857 ERROR (MainThread) [homeassistant.setup] Setup failed for config: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.862 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of diagnostics. Setup failed for dependencies: http
2022-09-18 00:03:43.866 ERROR (MainThread) [homeassistant.setup] Setup failed for diagnostics: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.870 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of file_upload. Setup failed for dependencies: http
2022-09-18 00:03:43.874 ERROR (MainThread) [homeassistant.setup] Setup failed for file_upload: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.877 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of repairs. Setup failed for dependencies: http
2022-09-18 00:03:43.880 ERROR (MainThread) [homeassistant.setup] Setup failed for repairs: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.885 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of websocket_api. Setup failed for dependencies: http
2022-09-18 00:03:43.890 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.896 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of image. Setup failed for dependencies: http
2022-09-18 00:03:43.906 ERROR (MainThread) [homeassistant.setup] Setup failed for image: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:03:43.913 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of search. Setup failed for dependencies: websocket_api
2022-09-18 00:03:43.918 ERROR (MainThread) [homeassistant.setup] Setup failed for search: (DependencyError(…), ‘Could not setup dependencies: websocket_api’)
2022-09-18 00:03:43.923 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of analytics. Setup failed for dependencies: api, websocket_api
2022-09-18 00:03:43.927 ERROR (MainThread) [homeassistant.setup] Setup failed for analytics: (DependencyError(…), ‘Could not setup dependencies: api, websocket_api’)
2022-09-18 00:03:43.931 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of person. Setup failed for dependencies: image
2022-09-18 00:03:43.934 ERROR (MainThread) [homeassistant.setup] Setup failed for person: (DependencyError(…), ‘Could not setup dependencies: image’)
2022-09-18 00:03:43.940 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: analytics, auth, http, person
2022-09-18 00:03:43.943 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: (DependencyError(…), ‘Could not setup dependencies: analytics, auth, http, person’)
2022-09-18 00:03:43.947 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: api, auth, config, diagnostics, file_upload, http, onboarding, repairs, search, websocket_api
2022-09-18 00:03:43.949 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: (DependencyError(…), ‘Could not setup dependencies: api, auth, config, diagnostics, file_upload, http, onboarding, repairs, search, websocket_api’)
2022-09-18 00:04:10.421 WARNING (MainThread) [homeassistant.components.recorder] The ‘purge_interval’ option near /config/configuration.yaml:259 is deprecated, please remove it from your configuration
2022-09-18 00:04:11.622 WARNING (Recorder) [homeassistant.components.recorder.util] The system could not validate that the sqlite3 database at //config/home-assistant_v2.db was shutdown cleanly
2022-09-18 00:04:12.409 WARNING (Recorder) [homeassistant.components.recorder.util] Ended unfinished session (id=540 from 2022-09-17 21:41:12.211485)
2022-09-18 00:04:12.591 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of webhook. Setup failed for dependencies: http
2022-09-18 00:04:12.595 ERROR (MainThread) [homeassistant.setup] Setup failed for webhook: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:12.600 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of hassio. Setup failed for dependencies: http
2022-09-18 00:04:12.605 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:12.611 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of cloud. Setup failed for dependencies: http, webhook
2022-09-18 00:04:12.614 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: (DependencyError(…), ‘Could not setup dependencies: http, webhook’)
2022-09-18 00:04:34.304 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of twilio. Setup failed for dependencies: webhook
2022-09-18 00:04:34.310 ERROR (MainThread) [homeassistant.setup] Setup failed for twilio: (DependencyError(…), ‘Could not setup dependencies: webhook’)
2022-09-18 00:04:34.314 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of mqtt. Setup failed for dependencies: http
2022-09-18 00:04:34.322 ERROR (MainThread) [homeassistant.setup] Setup failed for mqtt: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:34.327 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of history. Setup failed for dependencies: http
2022-09-18 00:04:34.330 ERROR (MainThread) [homeassistant.setup] Setup failed for history: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:34.334 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of logbook. Setup failed for dependencies: frontend, http
2022-09-18 00:04:34.341 ERROR (MainThread) [homeassistant.setup] Setup failed for logbook: (DependencyError(…), ‘Could not setup dependencies: frontend, http’)
2022-09-18 00:04:34.349 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of camera. Setup failed for dependencies: http
2022-09-18 00:04:34.352 ERROR (MainThread) [homeassistant.setup] Setup failed for camera: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:34.356 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of system_health. Setup failed for dependencies: http
2022-09-18 00:04:34.364 ERROR (MainThread) [homeassistant.setup] Setup failed for system_health: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:34.369 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of conversation. Setup failed for dependencies: http
2022-09-18 00:04:34.374 ERROR (MainThread) [homeassistant.setup] Setup failed for conversation: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:34.377 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of hacs. Setup failed for dependencies: http, websocket_api, frontend
2022-09-18 00:04:34.379 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration hacs: (DependencyError(…), ‘Could not setup dependencies: http, websocket_api, frontend’)
2022-09-18 00:04:34.386 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of tts. Setup failed for dependencies: http
2022-09-18 00:04:34.389 ERROR (MainThread) [homeassistant.setup] Setup failed for tts: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:04:34.395 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of map. Setup failed for dependencies: frontend
2022-09-18 00:04:34.398 ERROR (MainThread) [homeassistant.setup] Setup failed for map: (DependencyError(…), ‘Could not setup dependencies: frontend’)
2022-09-18 00:04:34.402 WARNING (MainThread) [homeassistant.setup] Setup of zone is taking over 10 seconds.
2022-09-18 00:04:34.405 WARNING (MainThread) [homeassistant.setup] Setup of group is taking over 10 seconds.
2022-09-18 00:05:27.564 WARNING (MainThread) [homeassistant.setup] Setup of automation is taking over 10 seconds.
2022-09-18 00:05:27.619 WARNING (MainThread) [homeassistant.setup] Setup of ffmpeg is taking over 10 seconds.
2022-09-18 00:05:27.683 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of manual_mqtt. Setup failed for dependencies: mqtt
2022-09-18 00:05:27.736 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform manual_mqtt.alarm_control_panel: (DependencyError(…), ‘Could not setup dependencies: mqtt’)
2022-09-18 00:05:28.487 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of twilio_call. Setup failed for dependencies: twilio
2022-09-18 00:05:28.532 ERROR (MainThread) [homeassistant.setup] Unable to prepare setup for platform twilio_call.notify: (DependencyError(…), ‘Could not setup dependencies: twilio’)
2022-09-18 00:05:28.537 ERROR (MainThread) [homeassistant.components.notify] Unknown notification service specified
2022-09-18 00:05:31.503 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating safe mode
2022-09-18 00:05:32.988 ERROR (MainThread) [homeassistant.setup] Error during setup of component http
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/setup.py”, line 235, in _async_setup_component
result = await task
File “/usr/src/homeassistant/homeassistant/components/http/init.py”, line 180, in async_setup
await server.async_initialize(
File “/usr/src/homeassistant/homeassistant/components/http/init.py”, line 267, in async_initialize
await async_setup_auth(self.hass, self.app)
File “/usr/src/homeassistant/homeassistant/components/http/auth.py”, line 127, in async_setup_auth
user = await hass.auth.async_get_user(data[“content_user”])
File “/usr/src/homeassistant/homeassistant/auth/init.py”, line 196, in async_get_user
return await self._store.async_get_user(user_id)
File “/usr/src/homeassistant/homeassistant/auth/auth_store.py”, line 81, in async_get_user
await self._async_load()
File “/usr/src/homeassistant/homeassistant/auth/auth_store.py”, line 304, in _async_load
await self._async_load_task()
File “/usr/src/homeassistant/homeassistant/auth/auth_store.py”, line 310, in _async_load_task
data = await self._store.async_load()
File “/usr/src/homeassistant/homeassistant/helpers/storage.py”, line 116, in async_load
return await self._load_task
File “/usr/src/homeassistant/homeassistant/helpers/storage.py”, line 125, in _async_load
return await self._async_load_data()
File “/usr/src/homeassistant/homeassistant/helpers/storage.py”, line 174, in _async_load_data
data[“version”], data[“minor_version”], data[“data”]
KeyError: ‘data’
2022-09-18 00:05:33.110 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of api. Setup failed for dependencies: http
2022-09-18 00:05:33.120 ERROR (MainThread) [homeassistant.setup] Setup failed for api: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.127 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of auth. Setup failed for dependencies: http
2022-09-18 00:05:33.134 ERROR (MainThread) [homeassistant.setup] Setup failed for auth: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.139 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of config. Setup failed for dependencies: http
2022-09-18 00:05:33.145 ERROR (MainThread) [homeassistant.setup] Setup failed for config: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.155 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of diagnostics. Setup failed for dependencies: http
2022-09-18 00:05:33.159 ERROR (MainThread) [homeassistant.setup] Setup failed for diagnostics: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.162 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of file_upload. Setup failed for dependencies: http
2022-09-18 00:05:33.167 ERROR (MainThread) [homeassistant.setup] Setup failed for file_upload: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.171 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of repairs. Setup failed for dependencies: http
2022-09-18 00:05:33.179 ERROR (MainThread) [homeassistant.setup] Setup failed for repairs: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.184 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of websocket_api. Setup failed for dependencies: http
2022-09-18 00:05:33.188 ERROR (MainThread) [homeassistant.setup] Setup failed for websocket_api: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.191 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of image. Setup failed for dependencies: http
2022-09-18 00:05:33.196 ERROR (MainThread) [homeassistant.setup] Setup failed for image: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.201 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of search. Setup failed for dependencies: websocket_api
2022-09-18 00:05:33.205 ERROR (MainThread) [homeassistant.setup] Setup failed for search: (DependencyError(…), ‘Could not setup dependencies: websocket_api’)
2022-09-18 00:05:33.207 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of analytics. Setup failed for dependencies: api, websocket_api
2022-09-18 00:05:33.212 ERROR (MainThread) [homeassistant.setup] Setup failed for analytics: (DependencyError(…), ‘Could not setup dependencies: api, websocket_api’)
2022-09-18 00:05:33.216 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of person. Setup failed for dependencies: image
2022-09-18 00:05:33.220 ERROR (MainThread) [homeassistant.setup] Setup failed for person: (DependencyError(…), ‘Could not setup dependencies: image’)
2022-09-18 00:05:33.225 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of onboarding. Setup failed for dependencies: analytics, auth, http, person
2022-09-18 00:05:33.229 ERROR (MainThread) [homeassistant.setup] Setup failed for onboarding: (DependencyError(…), ‘Could not setup dependencies: analytics, auth, http, person’)
2022-09-18 00:05:33.233 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of frontend. Setup failed for dependencies: api, auth, config, diagnostics, file_upload, http, onboarding, repairs, search, websocket_api
2022-09-18 00:05:33.236 ERROR (MainThread) [homeassistant.setup] Setup failed for frontend: (DependencyError(…), ‘Could not setup dependencies: api, auth, config, diagnostics, file_upload, http, onboarding, repairs, search, websocket_api’)
2022-09-18 00:05:33.242 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of webhook. Setup failed for dependencies: http
2022-09-18 00:05:33.245 ERROR (MainThread) [homeassistant.setup] Setup failed for webhook: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.249 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of hassio. Setup failed for dependencies: http
2022-09-18 00:05:33.255 ERROR (MainThread) [homeassistant.setup] Setup failed for hassio: (DependencyError(…), ‘Could not setup dependencies: http’)
2022-09-18 00:05:33.260 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of cloud. Setup failed for dependencies: http, webhook
2022-09-18 00:05:33.264 ERROR (MainThread) [homeassistant.setup] Setup failed for cloud: (DependencyError(…), ‘Could not setup dependencies: http, webhook’)
2022-09-18 00:05:33.271 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of safe_mode. Setup failed for dependencies: frontend, cloud
2022-09-18 00:05:33.275 ERROR (MainThread) [homeassistant.setup] Setup failed for safe_mode: (DependencyError(…), ‘Could not setup dependencies: frontend, cloud’)
Where could be the problem?