SOLVED: RPi Can't install - 404 Client Error: Not Found

Hi.
I’m trying to install Hass.io on my RPi 3b I was never able to complete.

192.168.1.18:8123 says Preparing Hass.io (this can take up to 20 minutes).

I’ve managed to ssh from the documentation and running supervisor logs I can see the error:

ERROR (SyncWorker_6) [hassio.docker.interface] Can't install homeassistant/raspberrypi3-homeassistant:0.88.2 -> 404 Client Error: Not Found ("no such image: homeassistant/raspberrypi3-homeassistant:0.88.2: No such image: homeassistant/raspberrypi3-homeassistant:0.88.2").

I’ve read could be the SWAP partition being to small or the SD being out of space. I’m using a 16GB Micro SD card and created the image with balenaEtcher from hassos_rpi3-64-2.10.img.gz I’ve also tried hassos_rpi3-2.10.img.gz and I get the same problem.
Any idea how I can see my swap size or disk space available, or any way to understand whats happening?

My network config is:

[connection]
id=hassos-network
uuid=d73ed1a8-132d-4c33-9d66-bf30d778f83f
type=802-11-wireless

[802-11-wireless]
mode=infrastructure
ssid=XXXXXXXX
# Uncomment below if your SSID is not broadcasted
#hidden=true

[802-11-wireless-security]
auth-alg=open
key-mgmt=wpa-psk
psk=XXXXXXXX

[ipv4]
method=manual
address=192.168.1.18/24,192.168.1.1
dns=8.8.8.8;8.8.4.4;

[ipv6]
addr-gen-mode=stable-privacy
method=auto

Thanks for any help!!

Solved.
I’ve logged in already.
I think the problem was that the etcher was flashing the hassos image on the boot partition from the raspbian on this micro sd card. I’ve used another clean sd card and seems to be ok for now!

I’ve found this running login command inside the SSH console (you can use a keyboard and a HDMI screen to do this too) and after that I has able to run df -h where I could see the partition / full and with just 90MB of size.
@cogneato from the discord channel helped me.

1 Like