System information IPv4 addresses for end0: 192.168.3.22/24 IPv6 addresses for end0: fdbf:7e51:e09d:e645:6587:91c1:6650:2478/64, fe80::8577:c61a:1945:1e43/64
OS Version: Home Assistant OS 13.2 Home Assistant Core: 2024.11.1
root@homeassistant:/ # curl http://homeassistant.local:8123/
curl: (7) Failed to connect to homeassistant.local port 8123 after 7 ms: Error
supervisor log:
2024-11-16 18:07:04.800 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
Home Assistant observer
Supervisor: Connected
Supported: Supported
Healthy: Healthy
core log
s6-rc: info: service legacy-services successfully started
2024-11-16 18:19:30.504 ERROR (MainThread) [root] Uncaught exception
Traceback (most recent call last):
File "<frozen runpy>", line 198, in _run_module_as_main
File "<frozen runpy>", line 88, in _run_code
File "/usr/src/homeassistant/homeassistant/__main__.py", line 223, in <module>
sys.exit(main())
^^^^^^
File "/usr/src/homeassistant/homeassistant/__main__.py", line 209, in main
exit_code = runner.run(runtime_conf)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/runner.py", line 189, in run
return loop.run_until_complete(setup_and_run_hass(runtime_config))
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/asyncio/base_events.py", line 687, in run_until_complete
return future.result()
^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/runner.py", line 157, in setup_and_run_hass
hass = await bootstrap.async_setup_hass(runtime_config)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/bootstrap.py", line 312, in async_setup_hass
await hass.async_add_executor_job(conf_util.process_ha_config_upgrade, hass)
File "/usr/local/lib/python3.12/concurrent/futures/thread.py", line 58, in run
result = self.fn(*self.args, **self.kwargs)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/config.py", line 314, in process_ha_config_upgrade
if version_obj < AwesomeVersion("0.50"):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/awesomeversion/awesomeversion.py", line 156, in __lt__
raise AwesomeVersionCompareException(
awesomeversion.exceptions.AwesomeVersionCompareException: Can't compare <unknown > and <SimpleVer 0.50>
[10:19:32] INFO: Home Assistant Core finish process exit code 1
[10:19:32] INFO: Home Assistant Core service shutdown