Hass.io - Page not found [SOLVED]

Hi there,

the Release Notes say that you should “First update to Home-Assistant 0.49”.
Seems like Hass.io auto updated to 0.45. (only made a reboot before)
17-07-17 09:07:12 INFO (SyncWorker_0) [hassio.dock] Attach to image homeassistant/amd64-hassio-supervisor with version 0.45
Hass.io panel now only shows “Page not found”.
How can i update HA to 0.49 without the Hass.io panel?

Thanks in advance!

docker pull homeassistant/qemux86-64-homeassistant
docker restart homeassistant

Did it, Hass.io panel is back again.

That should fix from Paulus with reload the browser cache.

Otherwise do it not Manual, use HassIO API do not destroy things:

  • With ssh addon
    curl -X POST http://172.17.0.2/homeassistant/update
  • External over HomeAssistant proxy
    curl -X POST http://IP-HOMEASSISTANT:8123/api/hassio/homeassistant/update
  • External over HomeAssistant proxy with passwort
    curl -X POST -H "x-ha-access: YOUR_PASSWORD" http://IP-HOMEASSISTANT:8123/api/hassio/homeassistant/update

Your docker command have not realy help but hass.io can detect new image and update it, that is the reason while it have work and not while your command was correct in hass.io context.

1 Like

Hi,
I am also experiencing the ‘page not found’ error on a fresh install of hass io.
As I cannot access the panel I am unable to install the necessary software to enable me to ssh so the fix above will not work.

Can anyone help?

Thanks

Or maybe:
curl -X POST http://IP-HOMEASSISTANT:8123/api/hassio/homeassistant/restart

easy way poweroff/poweron

Thanks for the info.
May sound like a daft question but can you please explain how to issue the command over ha proxy?

We make a UI update to fix that with hass 0.49