Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Error update to 2024.11.3 #5409

Closed
prourug opened this issue Nov 11, 2024 · 33 comments
Closed

Error update to 2024.11.3 #5409

prourug opened this issue Nov 11, 2024 · 33 comments

Comments

@prourug
Copy link

prourug commented Nov 11, 2024

Describe the issue you are experiencing

Error update to 2024.11.3

What type of installation are you running?

Home Assistant OS

Which operating system are you running on?

Debian

Steps to reproduce the issue

...

Anything in the Supervisor logs that might be useful for us?

Rejestrator: homeassistant.components.websocket_api.http.connection
Źródło: components/websocket_api/commands.py:245
integracja: Home Assistant WebSocket API (dokumentacja, Problemy)
Pierwsze zdarzenie: 12:17:27 (1 zdarzenia)
Ostatnio zalogowany: 12:17:27

[139842779117264] Unexpected exception
Traceback (most recent call last):
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 262, in async_install
    await self.coordinator.supervisor_client.supervisor.update()
  File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/supervisor.py", line 43, in update
    await self._client.post(
  File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/client.py", line 173, in post
    return await self._request(
           ^^^^^^^^^^^^^^^^^^^^
  File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/client.py", line 122, in _request
    raise exc_type(result.message, result.job_id)
aiohasupervisor.exceptions.SupervisorBadRequestError: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("toomanyrequests: retry-after: 769.764µs, allowed: 44000/minute")

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 245, in handle_call_service
    response = await hass.services.async_call(
               ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call
    response_data = await coro
                    ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
    return await target(service_call)
           ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
    single_response = await _handle_entity_call(
                      ^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
    result = await task
             ^^^^^^^^^^
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 157, in async_install
    await entity.async_install_with_progress(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/update/__init__.py", line 502, in async_install_with_progress
    await self.async_install(version, backup)
  File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 264, in async_install
    raise HomeAssistantError(
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Famd64-hassio-supervisor&platform=linux%2Famd64: Internal Server Error ("toomanyrequests: retry-after: 769.764µs, allowed: 44000/minute")b wklej tutaj kod

System Health information

Supervisor diagnostics

Additional information

@prourug prourug added the bug label Nov 11, 2024
@Briadark
Copy link

duplicate of #5406

@Krzysztonek
Copy link

Same issue here:

obraz

@Johnyboy1984
Copy link

Logger: homeassistant.components.websocket_api.http.connection
Quelle: components/websocket_api/commands.py:245
Integration: Home Assistant WebSocket API (Dokumentation, Probleme)
Erstmals aufgetreten: 12:36:28 (2 Vorkommnisse)
Zuletzt protokolliert: 12:38:54

[546954904768] Unexpected exception
[546950629264] Unexpected exception
Traceback (most recent call last):
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 262, in async_install
await self.coordinator.supervisor_client.supervisor.update()
File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/supervisor.py", line 43, in update
await self._client.post(
File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/client.py", line 173, in post
return await self._request(
^^^^^^^^^^^^^^^^^^^^
File "/usr/local/lib/python3.12/site-packages/aiohasupervisor/client.py", line 122, in _request
raise exc_type(result.message, result.job_id)
aiohasupervisor.exceptions.SupervisorBadRequestError: Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.11.3: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.11.3/json: Not Found ("No such image: ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.11.3")

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 245, in handle_call_service
response = await hass.services.async_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2802, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2845, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1007, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1079, in _handle_entity_call
result = await task
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 157, in async_install
await entity.async_install_with_progress(version, backup)
File "/usr/src/homeassistant/homeassistant/components/update/init.py", line 502, in async_install_with_progress
await self.async_install(version, backup)
File "/usr/src/homeassistant/homeassistant/components/hassio/update.py", line 264, 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:2024.11.3: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.11.3/json: Not Found ("No such image: ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.11.3")

@eloi24
Copy link

eloi24 commented Nov 11, 2024

same here:

2024-11-11 12:38:39.516 ERROR (MainThread) [supervisor.docker.interface] Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("toomanyrequests: retry-after: 545.442µs, allowed: 44000/minute")
2024-11-11 12:38:39.525 ERROR (MainThread) [supervisor.supervisor] Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.11.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.11.3&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("toomanyrequests: retry-after: 545.442µs, allowed: 44000/minute")

@ChrisMarriott38
Copy link

Same here
image

@hlavij
Copy link

hlavij commented Nov 11, 2024

Hello,
I have the same issue. I have tried update from GUI and also from HAOS CLI, the same results:
I am running HAOS in Hyper-V.

Screenshot 2024-11-11 124447

@Aaroneisele55
Copy link

Same here on my Raspberry Pi 4 with HAOS:

Screenshot_20241111_125259_Home Assistant

@R4zv4n3
Copy link

R4zv4n3 commented Nov 11, 2024

Hello,
I am having the same issue, tried GUI and CLI, I am running HAOS in proxmox.

haupdate

@RW-Allen
Copy link

Have the same issue. Running on an Home Assistant Green. Tried a reboot, but issue persists.

@PantACRO4life
Copy link

same issue, haos in proxmox

@nathan-swannet
Copy link

Same issue here

@MaLangenfeld
Copy link

same issue.
Ruuning HomeAssistant on Proxmox 8.2.2

@bushbrother
Copy link

looks like rate limits hit somewhere, I get same issue

@zefixx1
Copy link

zefixx1 commented Nov 11, 2024

same here under Proxmox-VM
IMG_3459

@richardmx5guys
Copy link

richardmx5guys commented Nov 11, 2024

Same as zefixx1. But i am running HAOS standalone.

@brackman1
Copy link

same problem here on supervised haos.

@cardinal808
Copy link

same problem here, Running HA OS under proxmox-VM

@CVKBaca
Copy link

CVKBaca commented Nov 11, 2024

same problem here on supervised haos
image

@metbril
Copy link

metbril commented Nov 11, 2024

Duplicate of #5405 ?!

image

@steps56
Copy link

steps56 commented Nov 11, 2024

Same Error, Update not possible.
This failing desaster never ever happened before... isn't any Update not tested before spreading it out ???
I am hardly astonished about todays desaster Update.
One step again to stopp any future updates of anything and leaving the HA setup untouched, but working ☝️.

@steps56
Copy link

steps56 commented Nov 11, 2024

Duplicate of #5405 ?!

image

Should be duplicated 1000 times more 😉

@Lietziboyy
Copy link

same issue on haos on proxmox vm

@kylewilliams321
Copy link

Same issue waiting for resolution

1 similar comment
@moetazA
Copy link

moetazA commented Nov 11, 2024

Same issue waiting for resolution

@geotibi
Copy link

geotibi commented Nov 11, 2024

same for me

@livetoautomate
Copy link

livetoautomate commented Nov 11, 2024

Same. Problem is that the file cant be downloaded, even via browser.

From Browser: See below

{
"errors": [
{
"code": "TOOMANYREQUESTS",
"message": "retry-after: 3.874µs, allowed: 44000/minute"
}
]
}

@kic883
Copy link

kic883 commented Nov 11, 2024

same here
image

@jdeath
Copy link

jdeath commented Nov 11, 2024

Worst is it keeps you from updating the addon store. Not sure why they have to lock addon store update when a supervisor update is posted. And it does not let you skip. If it was ok to run a day ago, surely it can be delayed a day!

@steps56
Copy link

steps56 commented Nov 11, 2024

A day, showing how important backups are.
I will block now min. the yesterday backup of my 2 HA Raspis.
So I am able to freeze a working system.
May be I will set up a update skipping.automatiln again, as I have setup in the past for the often problematic SolaX Integration 🤷🏼‍♂️.

@MikeBP13
Copy link

Same error here...

@agners
Copy link
Member

agners commented Nov 11, 2024

Duplicate of #5405, so closing.

@agners agners closed this as not planned Won't fix, can't repro, duplicate, stale Nov 11, 2024
@Knochenfahrer
Copy link

Ebenso Updateproblem mit HA auf Ubuntu System ,
!!!!!!! Fehlermeldung:
Die Aktion update/install konnte nicht ausgeführt werden. Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3: 404 Client Error for http+docker://localhost/v1.47/images/ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3/json: Not Found ("No such image: ghcr.io/home-assistant/amd64-hassio-supervisor:2024.11.3

was kann man da tun ? auf neues Update warten ? Habe schon anderen DNS verwendet, supervisor repair, supervior neustart usw. bringt alles nichts

@steps56
Copy link

steps56 commented Nov 11, 2024

Ich habe ab eben die Updatemöglichkeit in HA dem core und superviser entzogen/deaktiviert.
Damit erstmal auf Sicht kpl. Schluss mit dem permanenten Updatezirkus.
(Wenn ich dann noch den verbalen Hype um manches Gedöns dazu lese, auf der HA Seite....🙄)

Ich möchte ein geräuschlos im Hintergrund unauffällig und geschmeidiges bzw 2 Systeme haben und mich nicht quasi "hauptberuflich" mit ständigem HA Gedöns beschäftigen.
Läuft nun.quasi Stand heute softwaremäßig eingefroren und damit so, wie es sein soll.

@github-actions github-actions bot locked and limited conversation to collaborators Dec 13, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests