!QhvgabMQzwEQeWehhZ:lossy.network

NixOS Home Automation

500 Members
Declarative Home Automation and other Sidequests | https://wiki.nixos.org/wiki/Home_Assistant134 Servers

Load older messages


SenderMessageTime
11 May 2025
@hexa:lossy.network@hexa:lossy.network
Failed to create HTTP server at port 8123: could not bind on any address out of [(':>
13:55:30
@hexa:lossy.network@hexa:lossy.networksus13:55:31
@hexa:lossy.network@hexa:lossy.network what is your setting for services.home-assistant.config.http.server_host 13:56:19
@hexa:lossy.network@hexa:lossy.network * what is your setting for services.home-assistant.config.http.server_host? 13:56:21
@conr:mozilla.orgconr
        http = {
          server_host = "127.0.0.1";
          trusted_proxies = [ "127.0.0.1" ];
          use_x_forwarded_for = true;
        };
13:56:55
@conr:mozilla.orgconr *
        http = {
          server_host = "127.0.0.1";
          trusted_proxies = [ "127.0.0.1" ];
          use_x_forwarded_for = true;
        };

should it be localhost?

13:57:26
@hexa:lossy.network@hexa:lossy.networknot necessarily, no13:57:37
@hexa:lossy.network@hexa:lossy.network
ss -lpn | grep 8123
13:57:50
@hexa:lossy.network@hexa:lossy.networkwhat is the output of that command?13:57:58
@conr:mozilla.orgconr tcp LISTEN 0 128 127.0.0.1:8123 0.0.0.0:* 13:58:10
@hexa:lossy.network@hexa:lossy.networkas root13:58:17
@conr:mozilla.orgconr
tcp   LISTEN 0      128                                          127.0.0.1:8123             0.0.0.0:*    users:((".hass-wrapped",pid=36084,fd=9))                           
13:58:42
@hexa:lossy.network@hexa:lossy.networkthat is another pid than the one from your log13:58:55
@hexa:lossy.network@hexa:lossy.networksystemctl status 3608413:58:59
@conr:mozilla.orgconr * tcp LISTEN 0 128 127.0.0.1:8123 0.0.0.0:* users:((".hass-wrapped",pid=36084,fd=9)) 13:59:00
@hexa:lossy.network@hexa:lossy.networkdoes that show you the home-assistant.service unit?13:59:09
@hexa:lossy.network@hexa:lossy.networkoh, you dug in an old log13:59:19
@hexa:lossy.network@hexa:lossy.networkfml13:59:20
@hexa:lossy.network@hexa:lossy.networkapril 14th13:59:23
@conr:mozilla.orgconr that's what returned with journalctl -u home-assistant 14:00:44
@hexa:lossy.network@hexa:lossy.networkyeah, but that is like the start of your log14:03:36
@mjm:midna.devmjm journalctl -eu home-assistant 14:07:58
@conr:mozilla.orgconr
May 11 08:55:32 jubjub hass[36084]:     await self.hass.async_add_import_executor_job(
May 11 08:55:32 jubjub hass[36084]:         self._load_platforms, platform_names
May 11 08:55:32 jubjub hass[36084]:     )
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/aicda9v5hprnbik4rwi4ajfv4ab0r5hk-python3-3.13.3/lib/python3.13/concurrent/futures/thread.py", line 59, in run
May 11 08:55:32 jubjub hass[36084]:     result = self.fn(*self.args, **self.kwargs)
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1075, in _load_platforms
May 11 08:55:32 jubjub hass[36084]:     platform_name: self._load_platform(platform_name)
May 11 08:55:32 jubjub hass[36084]:                    ~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1249, in _load_platform
May 11 08:55:32 jubjub hass[36084]:     cache[full_name] = self._import_platform(platform_name)
May 11 08:55:32 jubjub hass[36084]:                        ~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/loader.py", line 1281, in _import_platform
May 11 08:55:32 jubjub hass[36084]:     return importlib.import_module(f"{self.pkg_path}.{platform_name}")
May 11 08:55:32 jubjub hass[36084]:            ~~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/util/loop.py", line 201, in protected_loo>
May 11 08:55:32 jubjub hass[36084]:     return func(*args, **kwargs)
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/aicda9v5hprnbik4rwi4ajfv4ab0r5hk-python3-3.13.3/lib/python3.13/importlib/__init__.py", line 88, in import_module
May 11 08:55:32 jubjub hass[36084]:     return _bootstrap._gcd_import(name[level:], package, level)
May 11 08:55:32 jubjub hass[36084]:            ~~~~~~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 1310, in _find_and_load_unlocked
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 1387, in _gcd_import
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 1360, in _find_and_load
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 1331, in _find_and_load_unlocked
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 935, in _load_unlocked
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap_external>", line 1026, in exec_module
May 11 08:55:32 jubjub hass[36084]:   File "<frozen importlib._bootstrap>", line 488, in _call_with_frames_removed
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/components/homekit_controller/__init__.py>
May 11 08:55:32 jubjub hass[36084]:     import aiohomekit
May 11 08:55:32 jubjub hass[36084]: ModuleNotFoundError: No module named 'aiohomekit'
May 11 08:55:32 jubjub hass[36084]: The above exception was the direct cause of the following exception:
May 11 08:55:32 jubjub hass[36084]: Traceback (most recent call last):
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 1455, in async_i>
May 11 08:55:32 jubjub hass[36084]:     flow, result = await self._async_init(flow_id, handler, context, data)
May 11 08:55:32 jubjub hass[36084]:                    ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 1480, in _async_>
May 11 08:55:32 jubjub hass[36084]:     flow = await self.async_create_flow(handler, context=context, data=data)
May 11 08:55:32 jubjub hass[36084]:            ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 1698, in async_c>
May 11 08:55:32 jubjub hass[36084]:     handler = await _async_get_flow_handler(
May 11 08:55:32 jubjub hass[36084]:               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:         self.hass, handler_key, self._hass_config
May 11 08:55:32 jubjub hass[36084]:         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
May 11 08:55:32 jubjub hass[36084]:     )
May 11 08:55:32 jubjub hass[36084]:     ^
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 3790, in _async_>
May 11 08:55:32 jubjub hass[36084]:     await _load_integration(hass, domain, hass_config)
May 11 08:55:32 jubjub hass[36084]:   File "/nix/store/dir0iv5chazsxzl80fkk8zq26nziz59w-homeassistant-2025.4.4/lib/python3.13/site-packages/homeassistant/config_entries.py", line 3776, in _load_i>
May 11 08:55:32 jubjub hass[36084]:     raise data_entry_flow.UnknownHandler from err
May 11 08:55:32 jubjub hass[36084]: homeassistant.data_entry_flow.UnknownHandler
14:09:01
@conr:mozilla.orgconri think it might be a firewall issue, i'm checking now.14:09:12
@hexa:lossy.network@hexa:lossy.networkthat's cut off at the top14:09:24
@hexa:lossy.network@hexa:lossy.networkbut it discovered some homekit equipment14:09:40
@conr:mozilla.orgconrhmm i can ping the unifi gateway form HA but it only returns once.14:19:09
@conr:mozilla.orgconr
May 11 09:13:24 jubjub hass[36084]: 2025-05-11 09:13:24.941 ERROR (MainThread) [homeassistant.components.unifi] Error connecting to the UniFi Network at 10.71.1.1:
May 11 09:27:57 jubjub hass[36084]: 2025-05-11 09:27:57.815 ERROR (MainThread) [homeassistant.components.unifi] Error connecting to the UniFi Network at 10.71.1.1:

I just get this error in the logos everytime i try to connect

14:29:00
@k900:0upti.meK900That is a very helpful error 14:31:26
@k900:0upti.meK900At this point you might want to try wireshark14:31:47

Show newer messages


Back to Room ListRoom Version: 6