mario026
(Mariusz)
11 Listopad 2024 10:59
1
Witam! przy próbie aktualizacji supervisor-a dostaję taki komunikat
niepowodzenie wykonania akcji update/install. 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")
Ktoś się z tym też spodkał?
prourug
(p.a)
11 Listopad 2024 11:20
2
Pewnie nie pomogę, ale też nie mogę przeprowadzić Update
W logach info jak poniżej.
Edit
Poniżej link do posta na angielskojęzycznym forum
https://community.home-assistant.io/t/cannot-install-supervisor-2024-11-3-hassos/793231
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
szopen
11 Listopad 2024 11:25
3
tam jest issue, gdzie się należy dopisywać (w tej chwili wystarczy klikać łapkę w pierwszym poście, bo jak widać Supervisor został spaprany na całego), no chyba, że macie jakieś istotne informacje, których jeszcze tam nie ma
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_
prourug
(p.a)
11 Listopad 2024 11:31
4
Poszło zgłoszenie na github.
mario026
(Mariusz)
11 Listopad 2024 11:49
5
No to pozostaje tylko teraz czekać.
Ps. Myślałem że ja mam tylko ten problem
Dzień dobry, właśnie też nadziałem się na tę aktualizację i pomyślałem, że po długim okresie bez kłopotów przyszedł czas na mnie. Ale widzę, że problem jest ogólnoświatowy .
artpc
(artur)
11 Listopad 2024 13:36
7
Jak dobrze kojarzę już kiedyś był taki problem, w samej aktualizacji był zły odnośnik do obrazu. Zaktualizowany, oczywiście z błędem, z konsoli cli
restart supervisor, po czym repair supervisor.
tom42
11 Listopad 2024 14:20
8
U mnie też nie działało ale po jakiejś godzinie zainstalowałem bez problemu
szopen
11 Listopad 2024 15:13
9
No właśnie - już po wszystkim, generalnie Supervisor sam się aktualizuje “pod spodem”, więc większości jego aktualizacji nawet nie zauważamy.
A u mnie teraz nie wyświetla się informacja o dostepnej aktualizacji. Nadal mam poprzednią wersję. Wycofano aktualizację?
artpc
(artur)
11 Listopad 2024 15:51
11
Ale strach przed obiadem był
Nigdy nie klikam aktualizacji supervisor, sama znikała po jakimś czasie.
szopen
11 Listopad 2024 16:09
12
Trudno wyczuć, 1 z 4 instalacji zaktualizowała mi się do 2024.11.3, pozostałe nie.
edit wersja nie jest wycofana
edit2
obraz jest, ale aktualizacja jest wycofana
artpc
(artur)
11 Listopad 2024 19:18
14
W konsoli/cli ha supervisor repair
Lukasz_T
(Lukasz T)
11 Listopad 2024 19:26
15
U mnie tez ten sam bład wyskoczyl
zientas
(Tomasz Z)
11 Listopad 2024 19:29
16
niestety nie mam zainstalowanego ssh ani konsoli w HA, a teraz z tym błędem sie nie da. Albo nie mam wiedzy jak się tam dostać.
HA zainstalowane na proxmox
szopen
11 Listopad 2024 19:43
17
Ręce opadają…
Masz konsolę VM dostępną w proxmoxie - tam jest właśnie CLI HA
w takiej sytuacji w dostępnej konsoli VM logujesz się jako root bez hasła (jeśli mnie pamięć nie myli, może nawet nie trzeba nawet wpisywać nazwy użytkownika, bo od miesięcy z tego nie korzystałem i nie pamiętam, a mam same instalacje bare-metal więc szkoda mi tracić czasu na to), aby się dostać do HA, wtedy masz prompt
ha >
a w poleceniach pomijasz początkowe ha
czyli zamiast
ha supervisor repair
będzie to polecenie
supervisor repair
1 polubienie
zientas
(Tomasz Z)
11 Listopad 2024 19:56
18
po wydaniu polecenia i restarcie HA nadal ten sam komunikat.
po wydaniu polecenia było:
szopen
11 Listopad 2024 20:14
19
Przecież restart HA nie restartuje supervisora…
supervisor --help
i zobacz sobie jaki masz zestaw możliwych poleceń
zientas
(Tomasz Z)
11 Listopad 2024 20:29
20
zresetowałem system HAOS i błąd zniknął, dzięki za pomoc. mam nadzieję że przyda się innym.