Problems upgrading to 2022.3.3

Note before atempting the update I successfully ran: Check Home Assistant configuration, version: 3.10.0

I got the following message when I attempted to upgrade from 2022.2.9 → 2022.3.3

log entry:

2022-03-09 22:46:09 ERROR (MainThread) [homeassistant.components.hassio] Failed to to call /core/update - Unknown error, see supervisor

Additional logs:

22-03-09 22:29:31 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
22-03-09 22:38:12 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state CoreState.RUNNING
22-03-09 22:38:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.SECURITY/ContextType.CORE
22-03-09 22:38:12 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.SUPERVISOR
22-03-09 22:38:32 ERROR (MainThread) [supervisor.resolution.check] Error during processing IssueType.TRUST:
22-03-09 22:38:32 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.FREE_SPACE/ContextType.SYSTEM
22-03-09 22:38:32 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.CORE
22-03-09 22:38:42 ERROR (MainThread) [supervisor.utils.codenotary] Timeout while processing CodeNotary
22-03-09 22:38:52 ERROR (MainThread) [supervisor.resolution.check] Error during processing IssueType.TRUST:
22-03-09 22:38:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.PWNED/ContextType.ADDON
22-03-09 22:38:52 INFO (MainThread) [supervisor.resolution.checks.base] Run check for IssueType.TRUST/ContextType.PLUGIN
22-03-09 22:38:52 WARNING (MainThread) [supervisor.utils.codenotary] rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 35.168.17.115:443: i/o timeout"
22-03-09 22:39:12 ERROR (MainThread) [supervisor.resolution.check] Error during processing IssueType.TRUST:
22-03-09 22:39:12 INFO (MainThread) [supervisor.resolution.check] System checks complete
22-03-09 22:39:12 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state CoreState.RUNNING
22-03-09 22:39:12 WARNING (MainThread) [supervisor.utils.codenotary] rpc error: code = Unavailable desc = connection error: desc = "transport: Error while dialing dial tcp 35.168.17.115:443: i/o timeout"
22-03-09 22:39:42 ERROR (MainThread) [supervisor.utils.codenotary] Timeout while processing CodeNotary
22-03-09 22:39:42 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
22-03-09 22:39:42 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state CoreState.RUNNING
22-03-09 22:39:42 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
22-03-09 22:45:48 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2022.3.3
22-03-09 22:45:48 INFO (SyncWorker_2) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi4-homeassistant:2022.2.9 to ghcr.io/home-assistant/raspberrypi4-homeassistant:2022.3.3
22-03-09 22:45:48 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi4-homeassistant with tag 2022.3.3.
22-03-09 22:46:09 ERROR (MainThread) [supervisor.jobs] Unhandled exception:
Traceback (most recent call last):
File "/usr/src/supervisor/supervisor/jobs/decorator.py", line 106, in wrapper
return await self._method(*args, **kwargs)
File "/usr/src/supervisor/supervisor/homeassistant/core.py", line 229, in update
await _update(version)
File "/usr/src/supervisor/supervisor/homeassistant/core.py", line 207, in _update
await self.instance.update(
File "/usr/src/supervisor/supervisor/utils/__init__.py", line 33, in wrap_api
return await method(api, *args, **kwargs)
asyncio.exceptions.TimeoutError
22-03-09 22:46:19 ERROR (MainThread) [supervisor.utils.codenotary] Timeout while processing CodeNotary

I tried twice, failed both times.

Who is 35.168.17.115 ???

Resolution: Upgrade Supervisor to 2022.03.3 then RE-ATTEMPT upgrading HA-Core to 2022.3.3. SUCCESS!!

See post from @ih8gates below.

2 Likes

FYI - there was more info in the Supervisor (configuration → backups/addons/supervisor → supervisor)

There was a problem with Codenotary - a service that helps with the security of files.

1 Like

Ah ha! Just wait and try again. THANKS!