this post was submitted on 24 Apr 2024
1 points (100.0% liked)

homeassistant

11808 readers
1 users here now

Home Assistant is open source home automation that puts local control and privacy first. Powered by a worldwide community of tinkerers and DIY enthusiasts. Perfect to run on a Raspberry Pi or a local server. Available for free at home-assistant.io

founded 1 year ago
MODERATORS
 

But I’ve been getting this error:

[supervisor.docker.interface] Can't install ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.4.4: 500 Server Error for http+docker://localhost/v1.44/images/create?tag=2024.4.4&fromImage=ghcr.io%2Fhome-assistant%2Fgeneric-x86-64-homeassistant&platform=linux%2Famd64: Internal Server Error ("Get "https://ghcr.io/v2/": net/http: request canceled while waiting for connection (Client.Timeout exceeded while awaiting headers)") [supervisor.homeassistant.core] Error on Home Assistant installation. Retrying in 30sec

I’ve tried changing DNS, but it didn’t help and I seem to get no other helpful results from searching. If anyone has any suggestions I’d appreciate it as this seems to be something my home could benefit from but it’s just not loading beyond the CLI

you are viewing a single comment's thread
view the rest of the comments
[–] redcalcium@lemmy.institute 0 points 4 months ago (1 children)

From the posted log, it appears to try to download ghcr.io/home-assistant/generic-x86-64-homeassistant:2024.4.4 docker image and failed due to http 500 server error .

Can you post how you were trying to install home assistant? E.g are you using docker compose?

[–] Successful_Try543@feddit.de 0 points 4 months ago* (last edited 4 months ago)

The title states:

Attempting to use Home Assistant OS

So OP uses the preconfigured "ready to go" solution with the supervisor doing the setup and upgrades. Which somehow is not succesfull in doing so.