Docker is there no matter what. You can’t have the Supervisor without docker. The Supervisor is a docker container.
You either install the image on an SD which comes with docker ready to go, or you install it on some other OS and install docker yourself. The only choice people are making is the OS. People who say “i installed it on Docker” don’t know what actually makes their system different than the version they would flash to an SD card.
That said, you can connect directly to the pi using a keyboard and monitor and use “root” to enter the custom cli, and from there you can enter “login” to continue to the host os console.
Mine system is the pre-built HassOS image on and RPi 4. I don’t seem to get anything on the video ports, so the keyboard and monitor solution is not possible. SSH connections are refused.
The only solution seems to be to pull the plug and reboot the Pi.
I’ve only been using HA since last July, and I’ve had to do this a few times. About half the time, the system never comes back on line and I have to start over from scratch.
I’m tired of having to reload the system.
And only once has any of the restore from backup work at all, so I had to re-create my configuration.yaml and my node-red flows.
I have had to completely re-install the entire every couple of months.
This needs a systems solution; even just a way to cleanly restart the RPi.
Is GPIO shutdown enabled on HassOS to enable a hardware shutdown button?
Since yesterday, when trying to enter Supervisor I also receive the message “Unable to load the panel source: /api/hassio/app/entrypoint.js”. I did not install any updates, nor did I do anything else.
My install was via the SD card method on a Pi4.
I browsed all Google hits for “Unable to load the panel source: /api/hassio/app/entrypoint.js.”, but still do not know what to do, since I cannot SSH to my Pi any longer.
Same exactly as above. I would add that I am currently on 0.107.0 and I can SSH into the device but I get errors every time I try to do anything “connection refused”.
I also got this error.
I found out that the Docker was running in ‘Host’ mode.
When I changed my Docker to ‘Bridge’ mode, the error was gone.
Hope this helps somebody.
Same error here. Reinstalled several times, it’s okay for the evening, then next morning the same error Unable to load the panel source: /api/hassio/app/entrypoint.js. pops up. Extremely annoying.
I had the same from overnight - can’t get into Configurator and not a lot has loaded.
Reboot didn’t work.
Remove power cable from RPI for 20 minutes didn’t work.
I have worked around this, hoping its more than a temp fix though, by SSHing into the RPI on port 22222 and doing a restore from last backup:
ha snapshot -----> make a note of the slug id - restore point ha snapshot restore "2997e2ca"
Seems to have worked so far however root cause probably still remains
Had it as well a few releases ago. Reinstalled a few times, but didn’t succeed in getting rid of the issue. At some point I tried removing some integrations, and at some point the issue was gone. I believe that the MariaDB was the one causing the issue for me, but I’m totally not sure of this… Maybe it helps someone, maybe not…
Problem solved (with a rpi)
I did pull the power off the rpi, with no normal shutdown. (so just a ordinary powerbreak
After reboot HassIO did fixed himself and the error /entrypoint.js is gone.
It worked in my case and i have read in a post on the github of hassio
Good luck!
So, found a thread on github, that leans towards this issue being caused by other docker apps, specifically eyeing Watchtower. Seeing as I am moving more into HASS.io, vs individual docker apps deployed outside of the supervisor, I felt this wasn’t a big issue and removed watchtower. If/when I re-find the suggestion, Ill link it to this post. Ill truly feel this fixed the issue, if it holds for a few days.