No access to UI, keyerror network in logs, Observer is ok

Hi all, I have “moved” from one NUC to another and reinstalled HA Supervised running on Debian 12. The installation seemed to go fine and I logged in after and tried to restore my backup from the old NUC via USB. The restore never finished and I have been trying to diagnose the problem ever since.

The Observer on 192.168.1.54:4357 says “Connected, Supported, Healthy” but the HA Core logs are all errors.

Please advise.

Hello usernamepasswordBS,

My advice it to install Container or HAOS instead, as updates and support for supervised will end in a couple of months.

Yeah I know support is ending but I would like to try and fix this partly because it happened last time I “moved” from one machine to another and I had to give up and rebuild my HA from scratch and I want to avoid that and also I just want to understand better.

1 Like

Try to fix the errors in the log.

The log is ONLY errors, I don’t even know how to start !!

Neither do I from your text.

I could upload a screenshot but I was worried it might be the wrong thing to do, it will be a bit big.

But anyway, how can the Observer say everything’s fine ? I don’t get it.

I could be mistaken, but I thought the Observer only checks if the Supervisor container and the other containers that make up the HA OS/Supervised system are running. It does not check for errors inside the HA Core container.

We need the log messages to make a qualified guess on the cause

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:~#```

Are you sure this is the same configuration.yaml as on your old NUC ? It contains some items that were deprecated ages ago.

I installed a fresh Debian and HA on the new NUC then tried to restore the backup taken from the old NUC that same day, after updating HA.

Is the old nuc still running ? Or did you wipe it already ?

It’s still here, not wiped

Then try to copy your old configuration.yaml to the new HA instance.

Via ssh ? I think I could manage that.

It’s supervised, so you have to know how to copy. I always use samba.

Ah…not sure about that then.

Try with ssh