Hello, trying to update Supervisor ftom 2022.12.1 to 2023.11.6 always fails and without that I cannot upgrade Core or downlaod any tools like FileEditor.
Logs gives the following Error:
2023-12-19 10:22:56.139 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /addons request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2023-12-19 10:22:56.141 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /addons -
2023-12-19 10:22:56.476 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /core/info request
2023-12-19 10:22:56.477 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /info request
2023-12-19 10:22:56.478 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /os/info request
2023-12-19 10:22:56.479 ERROR (MainThread) [homeassistant.components.hassio.handler] Timeout on /supervisor/info request
2023-12-19 10:22:56.479 ERROR (MainThread) [homeassistant.components.hassio] Error fetching hassio data: Error on Supervisor API:
2023-12-19 10:22:56.820 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /backups request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2023-12-19 10:22:56.820 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /backups -
2023-12-19 10:22:56.821 ERROR (MainThread) [homeassistant.components.hassio.handler] Client error on /host/info request Cannot connect to host 172.30.32.2:80 ssl:default [Connect call failed (‘172.30.32.2’, 80)]
2023-12-19 10:22:56.822 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /host/info -
2023-12-19 10:23:32.994 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /core/info - System is not ready with state: setup
2023-12-19 10:23:32.997 ERROR (MainThread) [homeassistant] Error doing job: Task exception was never retrieved
Traceback (most recent call last):
File “/usr/src/homeassistant/homeassistant/components/hassio/repairs.py”, line 157, in update
data = await self._client.get_resolution_info()
File “/usr/src/homeassistant/homeassistant/components/hassio/handler.py”, line 51, in _wrapper
raise HassioAPIError(data[“message”])
homeassistant.components.hassio.handler.HassioAPIError: System is not ready with state: setup
2023-12-19 10:23:32.998 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /supervisor/info - System is not ready with state: setup
Does anybody know what I need to do to fix this ? Would like to avoid wiping the docker image and new installation
Thanks in advancefor your help