Hello,
Excited to get my HA green and impressed it is self installing and updating, and now I get the following errors
It keeps looping like this. Any ideas? All the other posts do not include this version 2025.1.2
Thank you!
Hello,
Excited to get my HA green and impressed it is self installing and updating, and now I get the following errors
It keeps looping like this. Any ideas? All the other posts do not include this version 2025.1.2
Thank you!
Hmmm. That’s an odd one, have you by an chance tried unplugging and rebooting the Green that way?
If its still occurring, are you connecting it to the internet in any special way (firewalls, filtering, blocking, etc)
Finally got to to a factory reset with SD card and it is getting stuck in the same loop about downloading 2025.1.2 it has no firewalls, just plugged into the router directly.
Hmm, what’s your DNS settings? Per this thread, someone else fixed it by changing their DNS settings at the router level to Google DNS (8.8.8.8). Double checking another thread makes me think DNS (like most networking issues) is at fault.
Are you able to check the DNS settings in your router? If you’re comfortable with the command line, you should be able to follow a few of the commands listed in that thread such as
ha net info
For that command, you’re gonna need to plug the Green into a Monitor & keyboard. If you could provide a screenshot/image of what that outputs that would go a long way.
So DnS is now set to Google’s. Rebooted and then it loaded but only 2024.12.0 and keeps trying to update to 2024.12.3 to no avail. Just times out within the HA app on iOS. No keyboard. Can use currently, so cannot do that as of now
When its updating, is it giving any different error code or just the same “headers” error that you originally posted?
Sorry, in the middle of moving houses! Here is a screenshot when trying to update supervisor. Any ideas? Seems like core is current version.
Ok. So same error about headers.
Logger: homeassistant.components.websocket_api.http.connection
Source: components/websocket_api/commands.py:245
integration: Home Assistant WebSocket API (documentation, issues)
First occurred: 01:41:18 (6 occurrences)
Last logged: 23:34:29
[281472770973776] Unexpected exception
[281472630370320] Unexpected exception
[281472631316560] Unexpected exception
[281472614326352] Unexpected exception
[281472631310224] 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.13/site-packages/aiohasupervisor/supervisor.py", line 43, in update
await self._client.post(
...<3 lines>...
)
File "/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py", line 182, in post
return await self._request(
^^^^^^^^^^^^^^^^^^^^
...<7 lines>...
)
^
File "/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py", line 129, in _request
await self._raise_on_status(response)
File "/usr/local/lib/python3.13/site-packages/aiohasupervisor/client.py", line 76, in _raise_on_status
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.12.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.12.3&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/aarch64-hassio-supervisor/manifests/2024.12.3": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Faarch64-hassio-supervisor%3Apull&service=ghcr.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")
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(
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
...<7 lines>...
)
^
File "/usr/src/homeassistant/homeassistant/core.py", line 2795, in async_call
response_data = await coro
^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/core.py", line 2838, in _execute_service
return await target(service_call)
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1006, in entity_service_call
single_response = await _handle_entity_call(
^^^^^^^^^^^^^^^^^^^^^^^^^^
hass, entity, func, data, call.context
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
)
^
File "/usr/src/homeassistant/homeassistant/helpers/service.py", line 1078, 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 489, 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(
f"Error updating Home Assistant Supervisor: {err}"
) from err
homeassistant.exceptions.HomeAssistantError: Error updating Home Assistant Supervisor: Update of Supervisor failed: Can't install ghcr.io/home-assistant/aarch64-hassio-supervisor:2024.12.3: 500 Server Error for http+docker://localhost/v1.47/images/create?tag=2024.12.3&fromImage=ghcr.io%2Fhome-assistant%2Faarch64-hassio-supervisor&platform=linux%2Farm64: Internal Server Error ("Head "https://ghcr.io/v2/home-assistant/aarch64-hassio-supervisor/manifests/2024.12.3": Get "https://ghcr.io/token?scope=repository%3Ahome-assistant%2Faarch64-hassio-supervisor%3Apull&service=ghcr.io": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)")