Unable to load the panel source: /static//polyfills/custom-elements-es5-adapter.js
I can not access hass.io / configrator / terminal everything else seems to work
Same here (using the latest beta).
same here…
Should be fixed in 0.93.0b2
i’m running a docker on my nuc. so how to update when hassio page is not available?
is remove container and download new one the only option? or can i do something in terminal?
I have hassio running via docker on a rasbian installation. Already tried the hass.io commandline - doesn’t work. Is there any other way to trigger an update?
What command line did you use? I ALWAYS use ssh to update… You need ssh addon installed and running of course.
hassio ha update --version=0.93.0b2
Found out how to update for those of us running rasbian + docker for hassio/homeassistant.
- Get your HASSIO_TOKEN environment variable. This lives in the homeassistant container.
- Login to the console for the hassio_supervisor container.
- Use the following curl call to update homeassistant. Replace the HASSIO_TOKEN with what was copied from #1. Do not change 127.0.0.1
curl -X POST -H “X-HASSIO-KEY: HASSIO_TOKEN” http://127.0.0.1/homeassistant/update
Up and running again. Hope this helps out someone else. Complete hassio API @ /usr/src/hassio/API.md (hassio_supervisor container)
thanks you this worked great!!