conr | Apr 14 22:55:34 jubjub systemd[1]: Starting Home Assistant...
Apr 14 22:55:34 jubjub home-assistant-pre-start[23055]: find: ‘/var/lib/hass/blueprints’: No such file or directory
Apr 14 22:55:34 jubjub systemd[1]: Started Home Assistant.
Apr 14 22:55:36 jubjub hass[23059]: 2025-04-14 22:55:36.383 WARNING (MainThread) [homeassistant.bootstrap] Skipping pip installation of required modules. This may cause issues
Apr 14 22:55:37 jubjub hass[23059]: 2025-04-14 22:55:37.231 WARNING (MainThread) [homeassistant.components.lovelace] Lovelace is running in storage mode. Define resources via user interface
Apr 14 22:55:37 jubjub hass[23059]: 2025-04-14 22:55:37.240 ERROR (MainThread) [homeassistant.components.http] Failed to create HTTP server at port 8123: could not bind on any address out of [(':>
Apr 14 22:56:10 jubjub hass[23059]: 2025-04-14 22:56:10.435 ERROR (MainThread) [homeassistant.config_entries] Error occurred loading flow for integration hue: No module named 'aiohue'
Apr 14 22:56:10 jubjub hass[23059]: 2025-04-14 22:56:10.436 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved (None)
Apr 14 22:56:10 jubjub hass[23059]: Traceback (most recent call last):
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 3786, in _load_i>
Apr 14 22:56:10 jubjub hass[23059]: await integration.async_get_platform("config_flow")
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1107, in async_get_platf>
Apr 14 22:56:10 jubjub hass[23059]: platforms = await self.async_get_platforms((platform_name,))
Apr 14 22:56:10 jubjub hass[23059]: ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1184, in async_get_platf>
Apr 14 22:56:10 jubjub hass[23059]: import_future.result()
Apr 14 22:56:10 jubjub hass[23059]: ~~~~~~~~~~~~~~~~~~~~^^
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1154, in async_get_platf>
Apr 14 22:56:10 jubjub hass[23059]: await self.hass.async_add_import_executor_job(
Apr 14 22:56:10 jubjub hass[23059]: self._load_platforms, platform_names
Apr 14 22:56:10 jubjub hass[23059]: )
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/njpnqszjaj6k38cp4466ygn74n392xy1-python3-3.13.2/lib/python3.13/concurrent/futures/thread.py", line 59, in run
Apr 14 22:56:10 jubjub hass[23059]: result = self.fn(*self.args, **self.kwargs)
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1097, in _load_platforms
Apr 14 22:56:10 jubjub hass[23059]: platform_name: self._load_platform(platform_name)
Apr 14 22:56:10 jubjub hass[23059]: ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1271, in _load_platform
Apr 14 22:56:10 jubjub hass[23059]: cache[full_name] = self._import_platform(platform_name)
Apr 14 22:56:10 jubjub hass[23059]: ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1303, in _import_platform
Apr 14 22:56:10 jubjub hass[23059]: return importlib.import_module(f"{self.pkg_path}.{platform_name}")
Apr 14 22:56:10 jubjub hass[23059]: ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/util/loop.py", line 201, in protected_loo>
Apr 14 22:56:10 jubjub hass[23059]: return func(*args, **kwargs)
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/njpnqszjaj6k38cp4466ygn74n392xy1-python3-3.13.2/lib/python3.13/importlib/__init__.py", line 88, in import_module
Apr 14 22:56:10 jubjub hass[23059]: return _bootstrap._gcd_import(name[level:], package, level)
Apr 14 22:56:10 jubjub hass[23059]: ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
Apr 14 22:56:10 jubjub hass[23059]: File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
Apr 14 22:56:10 jubjub hass[23059]: File "/nix/store/6i40kvf15z3y5b7nc54v64lq588bb5lm-homeassistant-2025.3.4/lib/python3.13/site-packages/homeassistant/components/hue/__init__.py", line 3, in <>
Apr 14 22:56:10 jubjub hass[23059]: from aiohue.util import normalize_bridge_id
Apr 14 22:56:10 jubjub hass[23059]: ModuleNotFoundError: No module named 'aiohue'
Apr 14 22:56:10 jubjub hass[23059]: The above exception was the direct cause of the following exception:
Apr 14 22:56:10 jubjub hass[23059]: Traceback (most recent call last):
| 13:55:12 |