Supervisor update 0.117.5 to 0.117.6 Fails

HassOS: 4.16
Supervisor version: 2020.11.0

Update from Supervisor version 0.117.5 >> 0.117.6 fails with the following error logged:
I attempted this update using Chrome and Internet Explorer. Same error message.

20-11-12 05:42:08 INFO (MainThread) [supervisor.homeassistant.core] Updating Home Assistant to version 0.117.6
20-11-12 05:42:08 INFO (SyncWorker_3) [supervisor.docker.interface] Updating image homeassistant/qemux86-64-homeassistant:0.117.5 to homeassistant/qemux86-64 homeassistant:0.117.6
20-11-12 05:42:08 INFO (SyncWorker_3) [supervisor.docker.interface] Downloading docker image homeassistant/qemux86-64-homeassistant with tag 0.117.6.
20-11-12 05:48:48 ERROR (SyncWorker_3) [supervisor.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.117.6 -> 500 Server Error: Internal Server Error ("error parsing HTTP 408 response body: invalid character '<' looking for beginning of value: "<html><body><h1>408 Request Time-out</h1>\nYour browser didn't send a complete request in time.\n</body></html>\n\n"").
20-11-12 05:48:48 WARNING (MainThread) [supervisor.homeassistant.core] Updating Home Assistant image failed

That’s the home assistant version.

The supervisor version is 2020.11.0.

You can try updating from the command line:

ha core update --version=0.117.6

Thanks for the reply.
Not sure I understand. Am I running the wrong Supervisor?

I’m fairly new to Home Assistant. I just migrated my installation from a Ubuntu installation to a virtualbox VDMK image this past weekend. Prior to the migration I was running HA on Ubuntu and able to so Supervisor updates with no issue.

No, you just called 0.117.x the supervisor version. That is the home assistant version, not the supervisor version (completely different things).

Try using the SSH addon to run this command:

ha core update --version=0.117.6

Will give this a try. Thanks

1 Like

That works! Grate solution.

Tried doing this from the cmd line “ha core update --version=0.117.6” same result.

ISSUE RESOLVED:
I am running HA as a VirtualBox image. During the Supervisor upgrade the system ran out of disk space. I shutdown the VM, allocated additional space, restarted and performed the update again which completed successfully.
I am learning HA and will learn from my mistakes.
Hopefully I hope this might help someone in the future.
Thanks for everyone’s reply and suggestions.