A couple days ago I got notifications about new versions of Core, Supervisor, and OS being available. I updated Core and Supervisor without issue, but for OS I get the following (whether I try to update in the web/app UI or via ha os update
:
22-09-20 16:16:29 ERROR (MainThread) [supervisor.os.manager] Can't fetch OTA update from https://github.com/home-assistant/operating-system/releases/download/9.0/haos_ova-9.0.raucb: Response payload is not completed
As reported by About, I am running:
Home Assistant 2022.9.5
Supervisor 2022.09.1
Operating System 8.5
Frontend 20220907.2 - latest
Searching around for Response payload is not completed
, it seems to be a pretty idiosyncratic issue—each query has a different answer (or, often, no answer at all). I did try the various things I saw mentioned:
- Restarted Supervisor
- Restarted the app
- Restarted the VM
- Restarted the hypervisor
all to no effect. (One reporter solved their issue by “rebooting the router”, but I’m not clear what that means in this context. The hypervisor’s bridge VLAN? The hypervisor OS? My cable modem?)
On both the HA OS VM and another Linux VM, if I try to do curl -O https://github.com/home-assistant/operating-system/releases/download/9.0/haos_ova-9.0.raucb
, I get an empty file. If I try a different valid release filename (say, curl -O https://github.com/home-assistant/operating-system/releases/download/9.0/haos_generic-aarch64-9.0.raucb
), I also get an empty file.
If I try a nonexistent file (say, curl -O https://github.com/home-assistant/operating-system/releases/download/9.0/thisDoesNotExist
I get a file consisting of simply Not Found
. So I do have connectivity to GitHub.
(If I try these on separate devices, rather than VM’s, I also get an empty file or Not Found
. The only way I’ve actually downloaded a release is using a full-fledged browser.)
So:
- How might I go about continuing to troubleshoot this?
- I assume running the latest 9.5 Core and 9.1 Supervisor with an older 8.5 OS is not a recommended configuration—but what issues, if any, am I likely to run into while in this state?