Supervisor not loading since 2022.08.6 upgrade

Hi guys.

I am not able to launch my supervisor since it upgraded to version 2022.08.6. all the rest is working fine (automations, configurator, etc). I rebooted but nothing changed.

My current setup is the following:

  • System Health
arch armv7l
chassis embedded
dev false
docker true
docker_version 20.10.9
hassio true
host_os Home Assistant OS 7.1
installation_type Home Assistant OS
os_name Linux
os_version 5.10.63-v7
python_version 3.8.6
supervisor 2022.08.6
timezone Europe/Paris
version 0.117.1
virtualenv false

Lovelace

dashboards 1
mode storage
resources 0
views 2

I do not really understand why I have this so old HA version, I was almost sure of having updated it… Also, I did not yet activate my SSH nor Samba, so I cannot connect to my PI on remote. :frowning: :frowning:

From the logs, I see the following happening many times:

2022-09-12 21:27:33 ERROR (MainThread) [aiohttp.server] Error handling request
Traceback (most recent call last):
File “/usr/local/lib/python3.8/site-packages/aiohttp/web_protocol.py”, line 275, in data_received
messages, upgraded, tail = self._request_parser.feed_data(data)
File “aiohttp/_http_parser.pyx”, line 523, in aiohttp._http_parser.HttpParser.feed_data
aiohttp.http_exceptions.BadStatusLine: invalid HTTP method

I was thinking to the fact that I am connecting to my HA through http and not https, but it is not allowing me to connect through https.

I have no access in remote (no samba/ssh, that I cannot activate their add on now because my supervisor is KO) so I cannot try a ha core rebuild, and I have no access to my supervisor and so cannot reload a working snapshot.

Any tip guys? Can I activate SSH headless? through the conf files? any other idea would be welcomed!!! thanks!

I managed to open the shell with a screen/keyboard directly to the RPi. I have now a very stupid question. I am trying to restore a previous backup but the backup list is too big to be displayed on the screen and I only see the ones I did a year ago. Would any of you how to be able to display the previous one? I did not find any flag option allowing this in the ha backup info command… Thanks!!