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

  • @redcalcium
    link
    English
    32 months ago

    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
      link
      fedilink
      English
      2
      edit-2
      2 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.

      • @redcalcium
        link
        English
        2
        edit-2
        2 months ago

        Never thought that home assistant os would actually use docker under the hood. I thought it’s running home assistant directly with supervisor method.

    • @captainlezbian@lemmy.worldOP
      link
      fedilink
      English
      22 months ago

      No i followed the x86 instructions from the website, so I was using an Ubuntu (ok I deviated to kubuntu because I wanted a drive with it anyways) flash drive to run disks to put the os on the internal ssd from the link found here

      • @redcalcium
        link
        English
        1
        edit-2
        2 months ago

        Is this the tutorial you followed? https://www.home-assistant.io/installation/generic-x86-64

        On which step did you encounter the error? The step where the home assistant os already written to the target disk and you’re told to restart the system with usb stick unplugged?

        http error 500 when downloading the container image might be a temporary error on github docker repo side. Try restarting the device and see if the error persist.