I’m trying to update the Supervisor on a RPi4 dedicated install, prior to other updates.
The log gives this:
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/update.py:260
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 15:33:30 (2 occurrences)
Last logged: 15:40:18
[547554746832] Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1/json: Not Found ("No such image: ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1")
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 258, in async_install
await async_update_supervisor(self.hass)
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 52, in _wrapper
raise HassioAPIError(data["message"])
homeassistant.components.hassio.handler.HassioAPIError: Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1/json: Not Found ("No such image: ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1")
The above exception was the direct cause of the following exception:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/websocket_api/commands.py", line 205, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1910, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1950, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 226, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 811, in entity_service_call
future.result() # pop exception if have
^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 1034, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 851, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 156, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 417, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 260, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1: 404 Client Error for http+docker://localhost/v1.42/images/ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1/json: Not Found ("No such image: ghcr.io/home-assistant/aarch64-hassio-supervisor:2023.07.1")
Any pointers as to how to fix gratefully received. I’ve tried re-booting etc. with no luck.