Mise à jour impossible depuis quelques temps (depuis core 2022.10.x)

Mon problème

Depuis quelques temps (plusieurs semaines), mon HA ne se met plus à jour :face_with_raised_eyebrow:
Avant de faire appel à vous, j’ai tenté de trouver un problème similaire, ainsi qu’une réinstallation complète avec la 2022.11.2 mais je suis de nouveau coincé sur celle-ci.
Impossible de le mettre à jour avec la .3, .4 et maintenant .5

Voici ce que me dise les journaux mais mon faible niveau de compréhension font que je ne peux pas aller plus loin :sweat:

22-12-04 08:52:28 ERROR (SyncWorker_1) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5/json: Not Found ("no such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5: No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5")
22-12-04 08:52:28 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

Si une âme charitable passe par là pour m’aiguiller, ce serait top :slightly_smiling_face:

Ma configuration


version core-2022.11.2
installation_type Home Assistant OS
dev false
hassio true
docker true
user root
virtualenv false
python_version 3.10.7
os_name Linux
os_version 5.15.61-v8
arch aarch64
timezone Europe/Paris
config_dir /config
Home Assistant Community Store
GitHub API ok
GitHub Content ok
GitHub Web ok
GitHub API Calls Remaining 4961
Installed Version 1.28.4
Stage running
Available Repositories 1158
Downloaded Repositories 6
Home Assistant Cloud
logged_in false
can_reach_cert_server ok
can_reach_cloud_auth ok
can_reach_cloud ok
Home Assistant Supervisor
host_os Home Assistant OS 9.3
update_channel stable
supervisor_version supervisor-2022.11.2
agent_version 1.4.1
docker_version 20.10.18
disk_total 493.1 GB
disk_used 6.8 GB
healthy true
supported true
board rpi3-64
supervisor_api ok
version_api ok
installed_addons File editor (5.4.2), Terminal & SSH (9.6.1), Duck DNS (1.15.0)
Dashboards
dashboards 1
resources 5
views 6
mode storage
Recorder
oldest_recorder_run 27 novembre 2022 à 12:26
current_recorder_run 3 décembre 2022 à 22:50
estimated_db_size 39.07 MiB
database_engine sqlite
database_version 3.38.5
___

Le log indique que ne trouve pas une image qui existe… Donc, peut-être que ton Pi n’a pas accès à Internet??

Bonjour,
Merci pour cette piste, j’y accède depuis l’extérieur via duckdns, je me dis que la bête communique tout de même sur le net. Me trompé-je ?
Encore merci

Je ne sais pas exactement ce que j’ai fait (j’ai joué avec l’accès extérieur) et maintenant j’ai :

22-12-04 22:17:19 INFO (MainThread) [supervisor.host.network] Updating local network information
22-12-04 22:17:53 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2022.11.5
22-12-04 22:17:53 INFO (SyncWorker_2) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.2 to ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5
22-12-04 22:17:53 INFO (SyncWorker_2) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant with tag 2022.11.5.
22-12-04 22:19:16 WARNING (MainThread) [supervisor.misc.tasks] Watchdog/Application found a problem with observer plugin!
22-12-04 22:19:40 INFO (MainThread) [supervisor.plugins.observer] Starting observer plugin
22-12-04 22:19:40 ERROR (MainThread) [supervisor.plugins.observer] Can't start observer plugin
22-12-04 22:19:40 ERROR (MainThread) [supervisor.misc.tasks] Observer watchdog reanimation failed!
22-12-04 22:20:37 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_protocol.py", line 433, in _handle_request
    resp = await request_handler(request)
  File "/usr/local/lib/python3.10/site-packages/sentry_sdk/integrations/aiohttp.py", line 126, in sentry_app_handle
    reraise(*_capture_exception(hub))
  File "/usr/local/lib/python3.10/site-packages/sentry_sdk/_compat.py", line 56, in reraise
    raise value
  File "/usr/local/lib/python3.10/site-packages/sentry_sdk/integrations/aiohttp.py", line 116, in sentry_app_handle
    response = await old_handle(self, request)
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_app.py", line 504, in _handle
    resp = await handler(request)
  File "/usr/local/lib/python3.10/site-packages/aiohttp/web_middlewares.py", line 117, in impl
    return await handler(request)
  File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 138, in system_validation
    return await handler(request)
  File "/usr/src/supervisor/supervisor/api/middleware/security.py", line 204, in token_validation
    return await handler(request)
  File "/usr/src/supervisor/supervisor/api/utils.py", line 62, in wrap_api
    answer = await method(api, *args, **kwargs)
  File "/usr/src/supervisor/supervisor/api/store.py", line 178, in store_info
    ATTR_ADDONS: [
  File "/usr/src/supervisor/supervisor/api/store.py", line 179, in <listcomp>
    self._generate_addon_information(self.sys_addons.store[addon])
  File "/usr/src/supervisor/supervisor/api/store.py", line 114, in _generate_addon_information
    ATTR_ADVANCED: addon.advanced,
  File "/usr/src/supervisor/supervisor/addons/model.py", line 221, in advanced
    return self.data[ATTR_ADVANCED]
  File "/usr/src/supervisor/supervisor/store/addon.py", line 19, in data
    return self.sys_store.data.addons[self.slug]
KeyError: 'a0d7b954_zerotier'
22-12-04 22:21:15 ERROR (SyncWorker_2) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5/json: Not Found ("no such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5: No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.11.5")
22-12-04 22:21:15 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

Peut-être que ça pourrait parler à quelqu’un :pray:

Salut.
As-tu testé un arrêt complet/électrique de ton installation?

Bonjour,
Merci pour cette nouvelle piste. Testé ce matin sans succès :disappointed:

Dans ce cas : backup, nouvelle installation et restauration

Je vais partir sur ça oui.
Merci

Bonjour tout le monde,
J’ai donc fait une reinstall complète hier (pas une restauration même vraiment une reinstall, j’ai gardé les quelques yaml, je n’ai pas grand chose et tout remis).
J’ai donc installé la 2022.12.1 hier matin et ce matin, la 2022.12.3 est disponible, je tente la mise à jour et… échec :sob:
Je boot sur la SD et les données sont sur un SDD mais je ne dois pas être le seul donc cette conf.

22-12-12 09:32:09 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2022.12.3
22-12-12 09:32:09 INFO (SyncWorker_5) [supervisor.docker.interface] Updating image [ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.1](http://ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.1) to [ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3](http://ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3)
22-12-12 09:32:09 INFO (SyncWorker_5) [supervisor.docker.interface] Downloading docker image [ghcr.io/home-assistant/raspberrypi3-64-homeassistant](http://ghcr.io/home-assistant/raspberrypi3-64-homeassistant) with tag 2022.12.3.
22-12-12 09:40:45 ERROR (SyncWorker_5) [supervisor.docker.interface] Can't install [ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3](http://ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3): 404 Client Error for http+docker://localhost/v1.41/images/[ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3/json](http://ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3/json): Not Found ("no such image: [ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3](http://ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3): No such image: [ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3](http://ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3)")
22-12-12 09:40:45 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

Edit: je n’arrive pas non plus à mettre en forme le texte…
EDIT : c’est fait

Alors comme la version 3 est toute nouvelle, il faut aussi attendre le temps de la réplication sur les repositories. Donc à tester dans quelques heures, voir si c’est toujours le cas

Merci pour la mise en forme :smiley:
Je vais attendre et je donnerai des nouvelles en espérant qu’elles soient positives.

Bon, bé, mêmes effets ce soir…

Erreur
22-12-12 19:32:12 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 2022.12.3
22-12-12 19:32:12 INFO (SyncWorker_3) [supervisor.docker.interface] Updating image ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.1 to ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3
22-12-12 19:32:12 INFO (SyncWorker_3) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/raspberrypi3-64-homeassistant with tag 2022.12.3.
22-12-12 19:34:39 ERROR (SyncWorker_3) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3: 404 Client Error for http+docker://localhost/v1.41/images/ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3/json: Not Found ("no such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3: No such image: ghcr.io/home-assistant/raspberrypi3-64-homeassistant:2022.12.3")
22-12-12 19:34:39 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

Bon, bé, mise à jour réussie suite à la maj de l’OS en 9.4.
C’est donc tombé en marche :roll_eyes: