Error updating to 0.101.2 (HomeAssistant update fails -)

I have a problem, I can’t update my home assistant, i tried several times and i can’t, i tried a “default” configuration.yaml and the same :frowning: any help?

19-11-07 11:20:25 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.101.2
19-11-07 11:20:25 INFO (SyncWorker_14) [hassio.docker.interface] Update image homeassistant/raspberrypi3-homeassistant:0.100.2 to homeassistant/raspberrypi3-homeassistant:0.101.2
19-11-07 11:20:25 INFO (SyncWorker_14) [hassio.docker.interface] Pull image homeassistant/raspberrypi3-homeassistant tag 0.101.2.
19-11-07 11:24:09 INFO (MainThread) [hassio.hassos] Syncing configuration from USB with HassOS.
19-11-07 11:24:09 INFO (MainThread) [hassio.host.services] Restart local service hassos-config.service
19-11-07 11:24:09 INFO (MainThread) [hassio.utils.gdbus] Call org.freedesktop.systemd1.Manager.RestartUnit on /org/freedesktop/systemd1
19-11-07 11:27:55 INFO (SyncWorker_14) [hassio.docker.interface] Stop homeassistant application
19-11-07 11:28:57 INFO (SyncWorker_14) [hassio.docker.interface] Clean homeassistant application
19-11-07 11:28:59 INFO (SyncWorker_4) [hassio.docker.homeassistant] Start homeassistant homeassistant/raspberrypi3-homeassistant with version 0.101.2
19-11-07 11:29:29 INFO (MainThread) [hassio.homeassistant] Home Assistant pip installation in progress
19-11-07 11:30:45 INFO (MainThread) [hassio.homeassistant] Home Assistant pip installation done
19-11-07 11:30:55 INFO (MainThread) [hassio.homeassistant] Home Assistant pip installation in progress
19-11-07 11:32:05 INFO (MainThread) [hassio.homeassistant] Home Assistant pip installation done
19-11-07 11:35:23 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/hassio-addons/repository repository
19-11-07 11:35:23 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/vkorn/hassio-addons repository
19-11-07 11:35:23 INFO (MainThread) [hassio.store.git] Update add-on https://github.com/home-assistant/hassio-addons repository
19-11-07 11:35:23 INFO (MainThread) [hassio.updater] Fetch update data from https://version.home-assistant.io/stable.json
19-11-07 11:35:25 INFO (MainThread) [hassio.store] Load add-ons from store: 67 all - 1 new - 0 remove
19-11-07 11:42:10 WARNING (MainThread) [hassio.homeassistant] Don't wait anymore of Home Assistant startup!
19-11-07 11:42:10 CRITICAL (MainThread) [hassio.homeassistant] HomeAssistant update fails -> rollback!
19-11-07 11:42:10 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.100.2
1 Like

Try hashing out (#) the API password. It seems to have been causing issues for some people.

Thank you so much, that fixed the issue, now it’s working Thanks a lot, i don’t even remember for what it’s api_password for, should i keep it commented or uncomment? i read that it’s depreceated and moved to auth_providers

Hi guys,

I replaced the API password with auth_providers under homeassistant in the config and rebooted the system, but I’m still unable to update. I always get the rollback. Do you have any clue what could be causing this?

Currently running hassio version 0.100.3 and trying to update to 0.101.3

Thanks in advance.

try removing auth_providers , and just comment the api_password field that worked for me, then you can login with http://hassio.local:8123/ and add the auth_providers

1 Like

Thx zenyagami that worked. I commented it out, rebooted and upgraded without issues.

1 Like

Does this mean you can still use the old API password method but just need to move the stuff configuration file?

Yes, check the auth_providers documentation you can add your old api resource there (it’s easier just to add home assistant type)

homeassistant:
  auth_providers:
    - type: homeassistant
    - type: legacy_api_password
      api_password: !secret http_password

here it’s the link auth_providers

1 Like

Thanks!

Documentation is confusing here. The release notes of 101 say it’s depreciated but the docs you refer to still mention “However, this feature is deprecated and will be removed in a future release so you should set up one of the newer authentication techniques.”

No I don’t. I use type: homeassistant