Thanks,
I see that previasly when I tried to update the core from CLI it doesnload it well, and was crashing at boot time:
2025-06-12 09:26:18.565 INFO (MainThread) [supervisor.docker.homeassistant] Starting Home Assistant ghcr.io/home-assistant/qemux86-64-homeassistant with version 2025.6.0
2025-06-12 09:26:18.565 INFO (MainThread) [supervisor.homeassistant.core] Wait until Home Assistant is ready
2025-06-12 09:26:23.570 ERROR (MainThread) [supervisor.homeassistant.core] Home Assistant has crashed!
2025-06-12 09:26:23.570 CRITICAL (MainThread) [supervisor.homeassistant.core] HomeAssistant update failed -> rollback!
2025-06-12 09:26:23.570 INFO (MainThread) [supervisor.resolution.module] Create new issue update_rollback - core / None
2025-06-12 09:26:23.571 INFO (MainThread) [supervisor.homeassistant.core] A backup of the logfile is stored in /config/home-assistant-rollback.log
2025-06-12 09:26:23.571 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2025.5.2
2025-06-12 09:26:23.571 INFO (MainThread) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/qemux86-64-homeassistant:2025.6.0 to ghcr.io/home-assistant/qemux86-64-homeassistant:2025.5.2
2025-06-12 09:26:23.571 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/qemux86-64-homeassistant with tag 2025.5.2.
2025-06-12 09:26:24.467 INFO (SyncWorker_2) [supervisor.docker.manager] Cleaning homeassistant application
Now when I’m doing ha update core
it ends super fast and in the log I see this:
2025-06-12 12:32:26.320 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/qemux86-64-homeassistant:2025.06: 500 Server Error for
http+docker://localhost/v1.48/images/create?tag=2025.06&fromImage=ghcr.io%2Fhome-assistant%2Fqemux86-64-homeassistant&platform=linux%2Famd64:
Internal Server Error ("manifest unknown")
Looking into the home-assistant-rollback.log, those are the last lines in it.
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 644, in async_render
render_result = _render_with_context(self.template, compiled, **kwargs)
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 2934, in _render_with_context
return template.render(**kwargs)
~~~~~~~~~~~~~~~^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 1295, in render
self.environment.handle_exception()
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~^^
File "/usr/local/lib/python3.13/site-packages/jinja2/environment.py", line 942, in handle_exception
raise rewrite_traceback_stack(source=source)
File "<template>", line 1, in top-level template code
File "/usr/local/lib/python3.13/site-packages/jinja2/sandbox.py", line 401, in call
return __context.call(__obj, *args, **kwargs)
~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.13/site-packages/jinja2/runtime.py", line 784, in _invoke
rv = self._func(*arguments)
File "tools.jinja", line 46, in template
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1996, in forgiving_round
raise_no_default("round", value)
~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 1972, in raise_no_default
raise ValueError(
...<2 lines>...
)
ValueError: Template error: round got invalid input 'None' when rendering template '{% from 'tools.jinja' import address_distance_battery %} {{ address_distance_battery('sensor.tami_android_battery_level', 'sensor.tami_travel_time', 'se
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 761, in async_render_to_info
render_info._result = self.async_render( # noqa: SLF001
~~~~~~~~~~~~~~~~~^^^^^^^^^^^^^^^^^
variables, strict=strict, log_fn=log_fn, **kwargs
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/template.py", line 646, in async_render
raise TemplateError(err) from err
homeassistant.exceptions.TemplateError: ValueError: Template error: round got invalid input 'None' when rendering template '{% from 'tools.jinja' import address_distance_battery %} {{ address_distance_battery('sensor.tami_android_batter
2025-06-12 09:24:07.204 ERROR (MainThread) [homeassistant.components.template.template_entity] TemplateError('ValueError: Template error: round got invalid input 'None' when rendering template '{% from 'tools.jinja' import address_dista
2025-06-12 09:24:53.164 ERROR (MainThread) [homeassistant.components.xiaomi_miio] Timeout fetching Roborock S7 data
2025-06-12 09:24:59.321 WARNING (Recorder) [homeassistant.components.sensor.recorder] Entity sensor.washer_plug_watt from integration template has state class total_increasing, but its state is not strictly increasing. Triggered by stat
2025-06-12 09:25:02.136 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 404
2025-06-12 09:25:16.425 ERROR (MainThread) [homeassistant.components.google_assistant.http] Request for https://homegraph.googleapis.com/v1/devices:reportStateAndNotification failed: 404
2025-06-12 09:25:38.730 WARNING (MainThread) [custom_components.tuya_local.device] Induction Energy Meter receive loop has terminated
2025-06-12 09:25:41.601 WARNING (MainThread) [custom_components.tuya_local.device] Oven Energy receive loop has terminated
Any way to see why it was crashing at boot time?
Thanks,
Tal.