Spent several hours earlier today trying to make it work with USB method with no result (re-formatted it several times, made sure I used Linux line endings and ANSI encoding - to no avail). Only direct keyboard and TV attached seem to have worked.
One thing I am still left confused about - since I joined a beta channel a few months ago (after another major issue with ZWave), I was under a strong impression that I still had the last say in what gets updated. I am 99% sure I rejected any and all updates over the last 2 weeks as I simply was way too busy with work stuff. If I was NOT a part of a beta channel, would this issue still have occurred? I was hoping I finally got everything up and running in a stable way and this one was certainly not what I expectedâŚ
Supervisor auto updates by default. You can turn that off if you want, see the thread in my post right above yours. But itâs on by default, the ability to turn auto updates for it off is a recent addition.
You appear to be doing this from the terminal in the VSCode addon. That wonât work, that terminal does not have docker access. Please follow the directions here to get access to a terminal which does have docker access to run this fix.
Thereâs no username and password required for any of this. If youâre seeing a username and password prompt then you mustve done something wrong or be in the wrong place. Please follow the directions at the top.
ok finally managed to get terminal access. but it was a lot of pain. I know some beta versions may get bugs but i think HA guys need to figure out an easier way to iron out a bug and not let a user specially who are beginners go through all this hassle. anyways opted myself out from beta tester. Although paul acknowledged the problem the solution should have been easier. lesson learnt: "Get the right Terminal integration into HA
I used the curl command, it extracts and works fine but I stil canât update the system. Add ons are not starting. The system is still a mess automations run poorly. And I didânt install any beta, just 2022.11.0.
This is really frustratingâŚ
I tried all 3 ways, I canât upload any backup, I canât install SSH & Web Terminal Add-on, at least I tried to connect a monitor into my raspberry but It doesnât work. Do you know if with 2022.12.0 version it is possible to fix it?
The actual issue that occurred which broke the release of supervisor in the post at the top was due to the version of dbus-fast bundled with it. That was the fix we were using initially to get systems out of it (updating dbus-fast inside the container). The curl command is much more generic, it simply forces supervisor to the latest stable version. So it could be used in the future as well in case of issues
Although fyi you should use ha supervisor restart instead of docker restart hassio_supervisor since the latter doesnât always cleanly stop the container and can create new issues. When I was working on that fix sometimes the docker restart would work and sometimes it caused a new problem and the host service remade the container. Which put me back where I started. ha supervisor restart always worked