Error 404 pulling docker image 81.2

Using the installer to install on fresh Ubuntu 18.04 since yesterday. Getting following errors on homeassistant supervisor.

18-11-02 11:18:48 WARNING (MainThread) [hassio.homeassistant] Error on install Home Assistant. Retry in 60sec

18-11-02 11:19:49 INFO (SyncWorker_0) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.81.2.

18-11-02 11:20:47 ERROR (SyncWorker_0) [hassio.docker.interface] Can’t install homeassistant/qemux86-64-homeassistant:0.81.2 -> 404 Client Error: Not Found (“no such image: homeassistant/qemux86-64-homeassistant:0.81.2: No such image: homeassistant/qemux86-64-homeassistant:0.81.2”).

Is there a problem with a missing tag, or am I doing something wrong?

Thanks

Anybody have any thoughts? I’ve rebuilt the environment a few time now and always stops at the same point with the same errors. Am also running hass.io on Ubuntu 16 on the same infra without problems.

I just wanted to chime in and say “me too”. It’s the same with 0.81.4. I can’t upgrade past 0.81.0. Previous upgrades has worked just fine.

1 Like

Thanks @albatorsk, are you getting the same error?.

Yes, it’s exactly the same error in my log.

Thanks, maybe someone able to do something about it will chime in.

It’s very quiet in these forums, not hopeful it’ll be fixed any time soon.

Just rebuilt the environment from scratch, still the same error with release 81.6.

18-11-05 00:35:04 INFO (SyncWorker_0) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.81.6.
18-11-05 00:36:08 ERROR (SyncWorker_0) [hassio.docker.interface] Can’t install homeassistant/qemux86-64-homeassistant:0.81.6 → 404 Client Error: Not Found (“no such image: homeassistant/qemux86-64-homeassistant:0.81.6: No such image: homeassistant/qemux86-64-homeassistant:0.81.6”).
18-11-05 00:36:08 WARNING (MainThread) [hassio.homeassistant] Error on install Home Assistant. Retry in 60sec
18-11-05 00:37:08 INFO (SyncWorker_4) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.81.6.

Seems to be a problem with the hass images?

Is there seriously nobody here that can help with this?

So you did install hassio? not home assistant in docker?

How did you install hassio? Did you use the generic linux install script?

I updated to 0.81.6 this morning and I’m running that qemux86-64 hassio image…

To confirm, yes I installed hass.io. I followed the instructions as per this page on a fresh Ubuntu installation, not an upgrade.

Be good to see if you could repro the problem on a fresh install, if possible?

have you tried ssh to update?
hassio ha update -o version=0.81.6

its a fresh install, there isn’t anything to update I’m afraid. Some times the installer doesn’t even get as far as creating the hass.io container. The supervisor sits looping with the above errors.

so you installed the dependencies and then followed the instructions to the letter?

Did you run the script command as root? (So sudo su) etc?

No, and Yes. Ubuntu 18.04 includes some of the prerequisites so didn’t need to install all, but yes I installed all missing pre-req’s and installed as root.

Weird. I think Frenck uses Ubuntu 18.04 but maybe not Hassio. I decided to run Debian so have never tried with Ubuntu.

fair enough. I am already running a separate instance on Ubuntu 16.04 so I know it works fine.

Ubuntu >18.04 has been a problem. You might try using frenck’s script which covers the DNS issues specifically.
https://gist.github.com/frenck/32b4f74919ca6b95b30c66f85976ec58

Otherwise, “image not found” commonly refers to a lack of space for the image (resulting in it “not found”). This probably is not the case on a new install.

2 Likes

Thanks for the response, not sure I have DNS issues though as name resolution works fine on the instance. Nevertheless, let me try Frenck’s script, and I’ll feed back.

Thank you for the help.

edit. Also, no disk space issues either. Plenty of free space.

So run through Frencks script on a fresh install, and same error. See below;

18-11-05 23:34:27 ERROR (SyncWorker_3) [hassio.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.81.6 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.81.6: No such image: homeassistant/qemux86-64-homeassistant:0.81.6").


18-11-05 23:34:27 WARNING (MainThread) [hassio.homeassistant] Error on install Home Assistant. Retry in 60sec

I understand that there is a problem, and its being investigated. Any idea of timeframes to a fix?

Thanks for the help.

I’ve been trying installing Hassio in a docker all day (first time) and finally got an error message saying just this.

18-11-10 15:05:25 WARNING (MainThread) [hassio.homeassistant] Error on install Home Assistant. Retry in 60sec
18-11-10 15:06:25 INFO (SyncWorker_5) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.81.6.
18-11-10 15:07:39 ERROR (SyncWorker_5) [hassio.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.81.6 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.81.6: No such image: homeassistant/qemux86-64-homeassistant:0.81.6").

Any help would be appriciated!

Seems to be a problem not with the fetching of the image but with extracting the image.
dockerd[25780]: time="2018-11-10T19:02:44.494489789Z" level=info msg="Attempting next endpoint for pull after error: failed to register layer: Error processing tar file(exit status 1): write /usr/local/lib/python3.6/site-packages/sphinx/search/non-minified-js/dutch-stemmer.js: no space left on device"

Not sure why this is happening since there seems to be about 10 GB left on the device and plenty of inodes left.