Is there a way to force the update to 0.55.1 from 0.55
The update card isn’t showing in the hass.io menu item
Wait up to 24hrs
Not sure if it’s affecting everyone but the update caused my HA to not start up. Some other users are reporting the same.
BTW It’s showing for me now:
Same here. Mine won’t start after the update either.
I have the same problem
My Pi is a brick after installing 0.55.1… Don’t know what is wrong right now…
There’s an update scheduled to address the problem. In the short term, if you did upgrade, assuming you have installed the SSH add-on you can roll back by SSHing on and issuing the following command:
curl -d '{"version": "0.55"}' http://hassio/homeassistant/update
My installation also broke. Don’t update to 0.55.1!
Same here …
AttributeError: module ‘cryptography.hazmat.primitives.hashes’ has no att’RIPEMD160’
In the mean time can the releases file be reverted to prevent further updates?
Update - OK I saw 55.2 is already out.
Can i install the SSH add-on manually??
Not if your HassIO isn’t running as far as I know
Try this
Do you know how to resolve this problem if:
- You are a complete idiot who knows about this problem but somehow still manages to press “upgrade” and bork your install
- running hass.io on non-standard install (i.e. ubuntu)?
I can easily docker pull the 0.55 release, but hassio supervisor only tries to start 0.55.1…
Where is the file that tells the supervisor which version of homeassistant container to start?
In your case, SSH into your machine and execute this command:
curl -d '{"version": "0.55"}' http://172.30.32.2/homeassistant/update
Thanks - saw this in your other post.
This has got the supervisor to stop trying to start home-assistant 0.55.1 container, but it does not actually spawn a 0.55 ha container.
Is there an hassio api call that will tell the supervisor to create the ha container?
The curl command should tell supervisor to downgrade to 0.55… (and stop the spawning in that sense)
This has worked, but I have no homeassistant container…
OK found it:
curl -d {} http://172.30.32.2/homeassistant/start
Big thanks for the help
What URI is this?
I too am running HASSIO on Ubuntu 16.0.4 and want to upgrade to HASSIO 0.6.0 but am stumped. I managed to get into the docker container and run the pip3 upgrade and save out a new container 0.60 but am lost from there.
Your help would be much appreciated