To add to the continuing fiasco that is core-2022.12, to go with the hideous color changes and the doubling of CPU usage, I can no no longer install any updates.
This morning I got a notification of a new version core-2022.12.4 (currently on 12.3), so clicked install and nothing happed. So, SSH I to the box an do a ‘ha core update’ and after a few minutes of processing I get ‘command completed successfully’. However, still on the old version. So I rebooted the host and tried both methods again, still no luck
I also got a notification for an upgrade to the SSH add-on, same result…
Logger: homeassistant.core
Source: components/hassio/update.py:169
First occurred: 08:00:53 (2 occurrences)
Last logged: 08:02:20
Error executing service: <ServiceCall update.install (c:01GM57ZZ4EQ6EVD5TA52RHAJJ9): entity_id=['update.ssh_web_terminal_update'], backup=False>
Error executing service: <ServiceCall update.install (c:01GM582KHHK3XP7RR0G0JVZTSA): entity_id=['update.ssh_web_terminal_update'], backup=False>
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 167, in async_install
await async_update_addon(self.hass, slug=self._addon_slug, backup=backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 51, in _wrapper
raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: Can't install ghcr.io/hassio-addons/ssh/aarch64:13.0.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=13.0.0&fromImage=ghcr.io%2Fhassio-addons%2Fssh%2Faarch64&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/core.py", line 1763, in catch_exceptions
await coro_or_task
File "/usr/src/homeassistant/homeassistant/core.py", line 1782, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 213, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 678, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 943, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 715, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 154, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 413, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 169, in async_install
raise HomeAssistantError(f"Error updating {self.title}: {err}") from err
homeassistant.exceptions.HomeAssistantError: Error updating SSH & Web Terminal: Can't install ghcr.io/hassio-addons/ssh/aarch64:13.0.0: 500 Server Error for http+docker://localhost/v1.41/images/create?tag=13.0.0&fromImage=ghcr.io%2Fhassio-addons%2Fssh%2Faarch64&platform=linux%2Farm64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
So, any ideas ?