2025-07-01 18:44:14.715 ERROR (MainThread) [homeassistant.setup] Setup failed for 'history': Could not setup dependencies: http
2025-07-01 18:44:14.715 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'energy'. Setup failed for dependencies: ['websocket_api', 'history']
2025-07-01 18:44:14.715 ERROR (MainThread) [homeassistant.setup] Setup failed for 'energy': Could not setup dependencies: websocket_api, history
2025-07-01 18:44:14.715 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'go2rtc'. Setup failed for dependencies: ['camera']
2025-07-01 18:44:14.715 ERROR (MainThread) [homeassistant.setup] Setup failed for 'go2rtc': Could not setup dependencies: camera
2025-07-01 18:44:14.715 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'media_source'. Setup failed for dependencies: ['http']
2025-07-01 18:44:14.715 ERROR (MainThread) [homeassistant.setup] Setup failed for 'media_source': Could not setup dependencies: http
2025-07-01 18:44:14.716 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'stream'. Setup failed for dependencies: ['http']
2025-07-01 18:44:14.716 ERROR (MainThread) [homeassistant.setup] Setup failed for 'stream': Could not setup dependencies: http
2025-07-01 18:44:14.717 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'analytics'. Setup failed for dependencies: ['api', 'websocket_api']
2025-07-01 18:44:14.717 ERROR (MainThread) [homeassistant.setup] Setup failed for 'analytics': Could not setup dependencies: api, websocket_api
2025-07-01 18:44:14.717 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'hacs'. Setup failed for dependencies: ['http', 'websocket_api', 'frontend', 'lovelace', 'repairs']
2025-07-01 18:44:14.717 ERROR (MainThread) [homeassistant.setup] Setup failed for custom integration 'hacs': Could not setup dependencies: http, websocket_api, frontend, lovelace, repairs
2025-07-01 18:44:14.718 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'shopping_list'. Setup failed for dependencies: ['http']
2025-07-01 18:44:14.718 ERROR (MainThread) [homeassistant.setup] Setup failed for 'shopping_list': Could not setup dependencies: http
2025-07-01 18:44:14.720 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'application_credentials'. Setup failed for dependencies: ['auth', 'websocket_api']
2025-07-01 18:44:14.720 ERROR (MainThread) [homeassistant.setup] Setup failed for 'application_credentials': Could not setup dependencies: auth, websocket_api
2025-07-01 18:44:14.720 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'system_health'. Setup failed for dependencies: ['http']
2025-07-01 18:44:14.720 ERROR (MainThread) [homeassistant.setup] Setup failed for 'system_health': Could not setup dependencies: http
2025-07-01 18:44:14.736 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'mobile_app'. Setup failed for dependencies: ['http', 'intent', 'person', 'webhook', 'websocket_api']
2025-07-01 18:44:14.736 ERROR (MainThread) [homeassistant.setup] Setup failed for 'mobile_app': Could not setup dependencies: http, intent, person, webhook, websocket_api
2025-07-01 18:44:14.755 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'default_config'. Setup failed for dependencies: ['assist_pipeline', 'bluetooth', 'cloud', 'conversation', 'dhcp', 'energy', 'go2rtc', 'history', 'logbook', 'media_source', 'mobile_app', 'my', 'ssdp', 'stream', 'usb', 'webhook', 'zeroconf']
2025-07-01 18:44:14.755 ERROR (MainThread) [homeassistant.setup] Setup failed for 'default_config': Could not setup dependencies: assist_pipeline, bluetooth, cloud, conversation, dhcp, energy, go2rtc, history, logbook, media_source, mobile_app, my, ssdp, stream, usb, webhook, zeroconf
2025-07-01 18:44:14.940 ERROR (MainThread) [homeassistant.config_entries] Error setting up entry Radio Browser for radio_browser
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/config_entries.py", line 749, in __async_setup_with_context
result = await component.async_setup_entry(hass, self)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/radio_browser/__init__.py", line 25, in async_setup_entry
session = async_get_clientsession(hass)
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 144, in async_get_clientsession
session = _async_create_clientsession(
hass,
...<3 lines>...
ssl_cipher=ssl_cipher,
)
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 203, in _async_create_clientsession
connector=_async_get_connector(hass, verify_ssl, family, ssl_cipher),
~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 383, in _async_get_connector
resolver=_async_get_or_create_resolver(hass),
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/singleton.py", line 57, in wrapped
hass.data[data_key] = func(hass)
~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 400, in _async_get_or_create_resolver
resolver = _async_make_resolver(hass)
File "/usr/src/homeassistant/homeassistant/helpers/aiohttp_client.py", line 411, in _async_make_resolver
return HassAsyncDNSResolver(async_zeroconf=zeroconf.async_get_async_zeroconf(hass))
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 114, in async_get_async_zeroconf
return _async_get_instance(hass)
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 121, in _async_get_instance
zeroconf = HaZeroconf(**_async_get_zc_args(hass))
~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/components/zeroconf/__init__.py", line 152, in _async_get_zc_args
adapters = network.async_get_loaded_adapters(hass)
File "/usr/src/homeassistant/homeassistant/components/network/__init__.py", line 55, in async_get_loaded_adapters
return async_get_loaded_network(hass).adapters
~~~~~~~~~~~~~~~~~~~~~~~~^^^^^^
File "/usr/src/homeassistant/homeassistant/components/network/network.py", line 32, in async_get_loaded_network
return hass.data[DATA_NETWORK]
~~~~~~~~~^^^^^^^^^^^^^^
KeyError: 'network'
2025-07-01 18:44:17.877 WARNING (MainThread) [homeassistant.bootstrap] Detected that frontend did not load. Activating recovery mode
2025-07-01 18:44:17.994 WARNING (MainThread) [homeassistant.helpers.config_validation] 2025-07-01 18:44:17.994 WARNING (MainThread) [homeassistant.helpers.config_validation] The 'base_url' option is deprecated, please remove it from your configuration
2025-07-01 18:44:17.996 WARNING (SyncWorker_7) [homeassistant.helpers.config_validation] 2025-07-01 18:44:17.996 WARNING (SyncWorker_7) [homeassistant.helpers.config_validation] The 'base_url' option is deprecated, please remove it from your configuration
2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.config] 2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.config] Invalid config for 'http': not a file for dictionary value 'http->ssl_certificate', got '/ssl/fullchain.pem', please check the docs at https://www.home-assistant.io/integrations/http
Invalid config for 'http': not a file for dictionary value 'http->ssl_key', got '/ssl/privkey.pem', please check the docs at https://www.home-assistant.io/integrations/http
2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] Setup failed for 'http': Invalid config.
2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'config'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] Setup failed for 'config': Could not setup dependencies: http
2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'diagnostics'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] Setup failed for 'diagnostics': Could not setup dependencies: http
2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.997 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'api'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Setup failed for 'api': Could not setup dependencies: http
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'auth'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Setup failed for 'auth': Could not setup dependencies: http
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'file_upload'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Setup failed for 'file_upload': Could not setup dependencies: http
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'websocket_api'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Setup failed for 'websocket_api': Could not setup dependencies: http
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'repairs'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Setup failed for 'repairs': Could not setup dependencies: http
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'onboarding'. Setup failed for dependencies: ['auth', 'http']
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Setup failed for 'onboarding': Could not setup dependencies: auth, http
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'search'. Setup failed for dependencies: ['websocket_api']
2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.998 ERROR (MainThread) [homeassistant.setup] Setup failed for 'search': Could not setup dependencies: websocket_api
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'lovelace'. Setup failed for dependencies: ['onboarding']
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Setup failed for 'lovelace': Could not setup dependencies: onboarding
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'frontend'. Setup failed for dependencies: ['api', 'auth', 'config', 'diagnostics', 'file_upload', 'http', 'lovelace', 'onboarding', 'repairs', 'search', 'websocket_api']
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Setup failed for 'frontend': Could not setup dependencies: api, auth, config, diagnostics, file_upload, http, lovelace, onboarding, repairs, search, websocket_api
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'hassio'. Setup failed for dependencies: ['http', 'repairs']
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Setup failed for 'hassio': Could not setup dependencies: http, repairs
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'webhook'. Setup failed for dependencies: ['http']
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Setup failed for 'webhook': Could not setup dependencies: http
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'cloud'. Setup failed for dependencies: ['auth', 'http', 'repairs', 'webhook']
2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:17.999 ERROR (MainThread) [homeassistant.setup] Setup failed for 'cloud': Could not setup dependencies: auth, http, repairs, webhook
2025-07-01 18:44:18.000 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:18.000 ERROR (MainThread) [homeassistant.setup] Unable to set up dependencies of 'recovery_mode'. Setup failed for dependencies: ['frontend', 'cloud']
2025-07-01 18:44:18.000 ERROR (MainThread) [homeassistant.setup] 2025-07-01 18:44:18.000 ERROR (MainThread) [homeassistant.setup] Setup failed for 'recovery_mode': Could not setup dependencies: frontend, cloud
root@desktop-c4cj044:~#```