I’m installing a new hassio etc on a Pi running docker (mainly because I find the hassio_supervisor interface too restrictive). I’m using the script at https://github.com/home-assistant/hassio-installer
It starts OK, installing hassio_dns
but fails with requested access to the resource is denied\nunauthorized: authentication required
when it tries to install home-assistant. Here’s the log.
Nov 1 16:06:22 docker4 hassio-supervisor[1166]: #033[32m19-11-01 16:06:22 INFO (SyncWorker_2) [hassio.docker.interface] Pull image homeassistant/armv7l-homeassistant tag landingpage.#033[0m
Nov 1 16:06:24 docker4 dockerd[617]: time="2019-11-01T16:06:24.540792840Z" level=error msg="Not continuing with pull after error: errors:\ndenied: requested access to the resource is denied\nunauthorized: authentication required\n"
Nov 1 16:06:24 docker4 dockerd[617]: time="2019-11-01T16:06:24.541020962Z" level=info msg="Ignoring extra error returned from registry: unauthorized: authentication required"
Nov 1 16:06:24 docker4 hassio-supervisor[1166]: #033[31m19-11-01 16:06:24 ERROR (SyncWorker_2) [hassio.docker.interface] Can't install homeassistant/armv7l-homeassistant:landingpage -> 404 Client Error: Not Found ("pull access denied for homeassistant/armv7l-homeassistant, repository does not exist or may require 'docker login': denied: requested access to the resource is denied").#033[0m
Nov 1 16:06:24 docker4 hassio-supervisor[1166]: #033[33m19-11-01 16:06:24 WARNING (MainThread) [hassio.homeassistant] Fails install landingpage, retry after 30sec#033[0m
I’ve used the same script successfully in the past.