LucBe
November 11, 2024, 9:51am
25
Also here the same problem.
tom_l
November 11, 2024, 9:51am
26
In case you all did not see it:
WallyR:
It is a GitHub issue.
opened 09:00AM - 11 Nov 24 UTC
bug
### Describe the issue you are experiencing
Home Assistant Supervisor
Installe… d version 2024.11.2
Latest version 2024.11.3
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 9:49:21 AM (2 occurrences)
Last logged: 9:49:51 AM
[140507219199600] 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: 18µ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: 18µs, allowed: 44000/minute")
### What type of installation are you running?
Home Assistant OS
### Which operating system are you running on?
Home Assistant Operating System
### Steps to reproduce the issue
1. Updates says there is a Supervisor Update
2. Start installing the update
3. After a few seconds the error messages apairs
...
### Anything in the Supervisor logs that might be useful for us?
```txt
2024-11-11 06:37:37.504 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 06:37:37.509 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 06:37:37.510 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 06:40:50.358 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 07:10:50.911 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 07:17:55.523 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-11-11 07:17:56.644 INFO (MainThread) [supervisor.host.services] Updating service information
2024-11-11 07:17:56.668 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-11-11 07:17:57.312 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-11-11 07:17:57.331 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-11-11 07:37:01.454 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-11-11 07:37:37.514 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-11-11 07:37:37.516 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-11-11 07:37:37.520 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-11-11 07:37:37.529 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-11-11 07:37:37.531 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-11-11 07:37:37.533 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-11-11 07:37:37.542 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-11-11 07:37:37.580 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-11-11 07:37:37.582 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-11-11 07:37:37.583 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-11-11 07:37:37.584 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-11-11 07:37:37.588 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-11-11 07:37:37.589 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-11-11 07:37:37.590 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-11-11 07:37:38.022 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 07:37:38.023 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 07:37:38.023 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 07:38:27.814 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/thomasmauerer/hassio-addons repository
2024-11-11 07:38:27.829 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/music-assistant/home-assistant-addon repository
2024-11-11 07:38:27.837 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/home-assistant/addons repository
2024-11-11 07:38:27.848 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/hassio-addons/repository repository
2024-11-11 07:38:27.862 INFO (MainThread) [supervisor.store.git] Update add-on https://github.com/esphome/home-assistant-addon repository
2024-11-11 07:38:30.903 INFO (MainThread) [supervisor.store] Loading add-ons from store: 81 all - 0 new - 0 remove
2024-11-11 07:38:30.903 INFO (MainThread) [supervisor.store] Loading add-ons from store: 81 all - 0 new - 0 remove
2024-11-11 07:40:51.377 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 08:10:51.959 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 08:37:38.026 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-11-11 08:37:38.026 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-11-11 08:37:38.027 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-11-11 08:37:38.027 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-11-11 08:37:38.097 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-11-11 08:37:38.100 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-11-11 08:37:38.104 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-11-11 08:37:38.118 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-11-11 08:37:38.120 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-11-11 08:37:38.120 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-11-11 08:37:38.121 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-11-11 08:37:38.122 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-11-11 08:37:38.122 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-11-11 08:37:38.122 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-11-11 08:37:38.422 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 08:37:38.424 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 08:37:38.424 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 08:40:52.540 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 09:10:54.124 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 09:24:37.333 INFO (MainThread) [supervisor.host.info] Updating local host information
2024-11-11 09:24:38.415 INFO (MainThread) [supervisor.host.services] Updating service information
2024-11-11 09:24:38.431 INFO (MainThread) [supervisor.host.network] Updating local network information
2024-11-11 09:24:38.797 INFO (MainThread) [supervisor.host.sound] Updating PulseAudio information
2024-11-11 09:24:38.821 INFO (MainThread) [supervisor.host.manager] Host information reload completed
2024-11-11 09:37:01.628 INFO (MainThread) [supervisor.updater] Fetching update data from https://version.home-assistant.io/stable.json
2024-11-11 09:37:01.783 INFO (MainThread) [supervisor.misc.tasks] Found new Supervisor version 2024.11.3, updating
2024-11-11 09:37:01.784 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2024-11-11 09:37:01.838 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2024-11-11 09:37:02.173 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.11.3
2024-11-11 09:37:02.175 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2024.11.3.
2024-11-11 09:37:12.419 ERROR (MainThread) [supervisor.docker.interface] 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")
2024-11-11 09:37:12.420 INFO (MainThread) [supervisor.resolution.module] Create new issue update_failed - supervisor / None
2024-11-11 09:37:12.479 ERROR (MainThread) [supervisor.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")
2024-11-11 09:37:38.426 INFO (MainThread) [supervisor.resolution.check] Starting system checks with state running
2024-11-11 09:37:38.428 INFO (MainThread) [supervisor.resolution.checks.base] Run check for docker_config/system
2024-11-11 09:37:38.429 INFO (MainThread) [supervisor.resolution.checks.base] Run check for no_current_backup/system
2024-11-11 09:37:38.431 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_ipv6_error/dns_server
2024-11-11 09:37:38.432 INFO (MainThread) [supervisor.resolution.checks.base] Run check for ipv4_connection_problem/system
2024-11-11 09:37:38.433 INFO (MainThread) [supervisor.resolution.checks.base] Run check for dns_server_failed/dns_server
2024-11-11 09:37:38.435 INFO (MainThread) [supervisor.resolution.checks.base] Run check for trust/supervisor
2024-11-11 09:37:38.464 INFO (MainThread) [supervisor.resolution.checks.base] Run check for pwned/addon
2024-11-11 09:37:38.468 INFO (MainThread) [supervisor.resolution.checks.base] Run check for multiple_data_disks/system
2024-11-11 09:37:38.469 INFO (MainThread) [supervisor.resolution.checks.base] Run check for disabled_data_disk/system
2024-11-11 09:37:38.471 INFO (MainThread) [supervisor.resolution.checks.base] Run check for security/core
2024-11-11 09:37:38.475 INFO (MainThread) [supervisor.resolution.checks.base] Run check for free_space/system
2024-11-11 09:37:38.478 INFO (MainThread) [supervisor.resolution.check] System checks complete
2024-11-11 09:37:38.481 INFO (MainThread) [supervisor.resolution.evaluate] Starting system evaluation with state running
2024-11-11 09:37:38.797 INFO (MainThread) [supervisor.resolution.evaluate] System evaluation complete
2024-11-11 09:37:38.798 INFO (MainThread) [supervisor.resolution.fixup] Starting system autofix at state running
2024-11-11 09:37:38.798 INFO (MainThread) [supervisor.resolution.fixup] System autofix complete
2024-11-11 09:40:54.771 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
2024-11-11 09:49:20.149 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2024-11-11 09:49:20.280 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2024-11-11 09:49:20.494 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.11.3
2024-11-11 09:49:20.495 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2024.11.3.
2024-11-11 09:49:21.428 ERROR (MainThread) [supervisor.docker.interface] 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: 18µs, allowed: 44000/minute")
2024-11-11 09:49:21.502 ERROR (MainThread) [supervisor.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: 18µs, allowed: 44000/minute")
2024-11-11 09:49:38.610 INFO (MainThread) [supervisor.supervisor] Fetching AppArmor profile https://version.home-assistant.io/apparmor_stable.txt
2024-11-11 09:49:38.720 INFO (MainThread) [supervisor.host.apparmor] Adding/updating AppArmor profile: hassio-supervisor
2024-11-11 09:49:38.940 INFO (MainThread) [supervisor.supervisor] Update Supervisor to version 2024.11.3
2024-11-11 09:49:38.943 INFO (MainThread) [supervisor.docker.interface] Downloading docker image ghcr.io/home-assistant/amd64-hassio-supervisor with tag 2024.11.3.
2024-11-11 09:49:51.084 ERROR (MainThread) [supervisor.docker.interface] 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")
2024-11-11 09:49:51.109 ERROR (MainThread) [supervisor.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")
```
### System Health information
## System Information
version | core-2024.11.1
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.12.4
os_name | Linux
os_version | 6.6.54-haos
arch | x86_64
timezone | Europe/Amsterdam
config_dir | /config
<details><summary>Home Assistant Community Store</summary>
GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
HACS Data | ok
GitHub API Calls Remaining | 5000
Installed Version | 2.0.1
Stage | running
Available Repositories | 1461
Downloaded Repositories | 8
</details>
<details><summary>Home Assistant Cloud</summary>
logged_in | false
-- | --
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 13.2
-- | --
update_channel | stable
supervisor_version | supervisor-2024.11.2
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 56.0 GB
disk_used | 20.0 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization |
board | generic-x86-64
supervisor_api | ok
version_api | ok
installed_addons | File editor (5.8.0), Studio Code Server (5.17.3), MariaDB (2.7.1), Terminal & SSH (9.15.0), Duck DNS (1.18.0), NGINX Home Assistant SSL proxy (3.11.0), InfluxDB (5.0.1), Grafana (10.1.3), Tailscale (0.23.2), Samba Backup (5.2.0), Dnsmasq (1.8.1)
</details>
<details><summary>Dashboards</summary>
dashboards | 5
-- | --
resources | 1
views | 11
mode | storage
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | November 1, 2024 at 9:43 AM
-- | --
current_recorder_run | November 9, 2024 at 1:08 PM
estimated_db_size | 1245.77 MiB
database_engine | mysql
database_version | 10.11.6
</details>
<details><summary>Spotify</summary>
api_endpoint_reachable | ok
-- | --
</details>
### Supervisor diagnostics
Is HA OS. See first comment.
### Additional information
_No response_
opened 09:00AM - 11 Nov 24 UTC
bug
### Describe the issue you are experiencing
Encountered a 500 Server Error when… attempting to update Home Assistant Supervisor. The error message indicates that the Docker rate limit has been exceeded:
```
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: 17.225µs, allowed: 44000/minute")
```
### What type of installation are you running?
Home Assistant OS
### Which operating system are you running on?
Home Assistant Operating System
### Steps to reproduce the issue
Attempt to update the Home Assistant Supervisor via the UI or CLI.
Observe the 500 Server Error with a "toomanyrequests" message, indicating Docker Hub rate limits have been exceeded.
### Anything in the Supervisor logs that might be useful for us?
```txt
2024-11-11 18:47:13.954 ERROR (MainThread) [supervisor.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")
```
```
### System Health information
## System Information
version | core-2024.11.1
-- | --
installation_type | Home Assistant OS
dev | false
hassio | true
docker | true
user | root
virtualenv | false
python_version | 3.12.4
os_name | Linux
os_version | 6.6.54-haos
arch | x86_64
timezone | Australia/Brisbane
config_dir | /config
<details><summary>Home Assistant Community Store</summary>
GitHub API | ok
-- | --
GitHub Content | ok
GitHub Web | ok
HACS Data | ok
GitHub API Calls Remaining | 5000
Installed Version | 2.0.1
Stage | running
Available Repositories | 1466
Downloaded Repositories | 40
</details>
<details><summary>Home Assistant Cloud</summary>
logged_in | true
-- | --
subscription_expiration | 4 July 2025 at 10:00
relayer_connected | true
relayer_region | ap-southeast-1
remote_enabled | true
remote_connected | true
alexa_enabled | false
google_enabled | false
cloud_ice_servers_enabled | true
remote_server | ap-southeast-1-0.ui.nabu.casa
certificate_status | ready
instance_id | d85a8f57298b4d29992f380cca82e572
can_reach_cert_server | ok
can_reach_cloud_auth | ok
can_reach_cloud | ok
</details>
<details><summary>Home Assistant Supervisor</summary>
host_os | Home Assistant OS 13.2
-- | --
update_channel | stable
supervisor_version | supervisor-2024.11.2
agent_version | 1.6.0
docker_version | 27.2.0
disk_total | 40.6 GB
disk_used | 30.6 GB
healthy | true
supported | true
host_connectivity | true
supervisor_connectivity | true
ntp_synchronized | true
virtualization | kvm
board | ova
supervisor_api | ok
version_api | ok
installed_addons | Node-RED (18.1.1), Mosquitto broker (6.4.1), ESPHome (2024.10.3), Glances (0.21.1), Studio Code Server (5.17.3), Home Assistant Google Drive Backup (0.112.1)
</details>
<details><summary>Dashboards</summary>
dashboards | 7
-- | --
resources | 17
views | 70
mode | storage
</details>
<details><summary>Recorder</summary>
oldest_recorder_run | 10 November 2024 at 05:45
-- | --
current_recorder_run | 11 November 2024 at 10:17
estimated_db_size | 2543.34 MiB
database_engine | postgresql
database_version | 17.0
</details>
<details><summary>Spotify</summary>
api_endpoint_reachable | ok
-- | --
</details>
### Supervisor diagnostics
[config_entry-hassio-01JB3ARC0RV3YGF069MFX584T4.json](https://github.com/user-attachments/files/17699804/config_entry-hassio-01JB3ARC0RV3YGF069MFX584T4.json)
### Additional information
_No response_
Please don’t post “me too” just thumb up the issue(s).
27 Likes
I’m in the same boat, but with an added problem: I rebooted and now it won’t boot because I have an outdated supervisor.
Any ideas on how to boot with the version without updating?
1 Like
Although it apparently starts well, I cannot connect
nle
(nle)
November 11, 2024, 10:23am
33
Got the docker rate limit issue, but then I just logged in with my account docker login
to have “my own” rate limit, but now I get a 404.
Error: 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")
Hmm, trying to install 2024.11.2 gives me the "toomanyrequests: retry-after: 691.115µs, allowed: 44000/minute"
error.
I’ll jump over to the github issue.
DrThomas
(Thomas Uttich)
November 11, 2024, 10:49am
37
I got the same error unfortunately “ha supervisor repair” didn’t help. I am running on a VM in Uraid
jayjay
(JJ)
November 11, 2024, 10:54am
39
Same error here, have to wait it says for 44000 minutes hope that is a joke!
GilZock
November 11, 2024, 10:57am
40
Hi same error here (hardware Green Nabu Casa) ; we’ll see tomorrow…
a33z
November 11, 2024, 11:09am
42
Same here - hope they fix is quick HA is down on my side ;(
malosaa
(Hector)
November 11, 2024, 11:17am
44
Yep here too, i really was thinking it was a problem on my side.
But all my systems have the same issue, so must be github.
Reporting the same issues.