Updating from my current version 2022.05.3 to 2022.07 keeps failing. In the Core logs, I see this error:
Logger: homeassistant.components.websocket_api.http.connection
Source: components/hassio/update.py:256
Integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 11:46:15 AM (1 occurrences)
Last logged: 11:46:15 AM
[546861076144] Error updating Home Assistant Supervisor:
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 254, in async_install
await async_update_supervisor(self.hass)
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 42, in _wrapper
data = await funct(*argv, **kwargs)
File "/usr/src/homeassistant/homeassistant/components/hassio/__init__.py", line 385, in async_update_supervisor
return await hassio.send_command(command, timeout=None)
File "/usr/src/homeassistant/homeassistant/components/hassio/handler.py", line 255, in send_command
raise HassioAPIError()
homeassistant.components.hassio.handler.HassioAPIError
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 193, in handle_call_service
await hass.services.async_call(
File "/usr/src/homeassistant/homeassistant/core.py", line 1713, in async_call
task.result()
File "/usr/src/homeassistant/homeassistant/core.py", line 1750, in _execute_service
await cast(Callable[[ServiceCall], Awaitable[None]], handler.job.target)(
File "/usr/src/homeassistant/homeassistant/helpers/entity_component.py", line 204, in handle_service
await service.entity_service_call(
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 680, in entity_service_call
future.result() # pop exception if have
File "/usr/src/homeassistant/homeassistant/helpers/entity.py", line 930, in async_request_call
await coro
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 717, in _handle_entity_call
await result
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 152, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 411, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 256, in async_install
raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Supervisor:
The Supervisor logs will not display due to a:
Failed to get supervisor logs, 502: Bad Gateway
I also cannot run backups.
I’m running HassOS on an Rpi4. Please advise.
Thanks