question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Docker Image not found (homeassistant/qemux86-64-homeassistant:0.98.0)

See original GitHub issue

Hi there

while updating to 0.98.0 I receive the messages:

19-08-29 13:11:15 INFO (MainThread) [hassio.homeassistant] Updated Home Assistant API token
19-08-29 13:11:27 INFO (MainThread) [hassio.homeassistant] Update Home Assistant to version 0.98.0
19-08-29 13:11:27 INFO (SyncWorker_1) [hassio.docker.interface] Update image homeassistant/qemux86-64-homeassistant:0.97.2 to homeassistant/qemux86-64-homeassistant:0.98.0
19-08-29 13:11:27 INFO (SyncWorker_1) [hassio.docker.interface] Pull image homeassistant/qemux86-64-homeassistant tag 0.98.0.
19-08-29 13:13:11 ERROR (SyncWorker_1) [hassio.docker.interface] Can't install homeassistant/qemux86-64-homeassistant:0.98.0 -> 404 Client Error: Not Found ("no such image: homeassistant/qemux86-64-homeassistant:0.98.0: No such image: homeassistant/qemux86-64-homeassistant:0.98.0").
19-08-29 13:13:11 WARNING (MainThread) [hassio.homeassistant] Update Home Assistant image fails
19-08-29 13:13:11 ERROR (MainThread) [asyncio] Task exception was never retrieved
future: <Task finished coro=<process_lock.<locals>.wrap_api() done, defined at /usr/src/hassio/hassio/utils/__init__.py:20> exception=HomeAssistantUpdateError()>
Traceback (most recent call last):
  File "/usr/src/hassio/hassio/utils/__init__.py", line 29, in wrap_api
    return await method(api, *args, **kwargs)
  File "/usr/src/hassio/hassio/homeassistant.py", line 335, in update
    raise HomeAssistantUpdateError()
hassio.exceptions.HomeAssistantUpdateError

Which is strange, because

  1. HA finds the version json (so internet access is established)
  2. I can lookup the docker repo on my ha host (official VHDX deployment),
  3. pull the image from another machine

Update to 0.97.2 with supervisor 179 worked.

Issue Analytics

  • State:closed
  • Created 4 years ago
  • Comments:5 (2 by maintainers)

github_iconTop GitHub Comments

1reaction
LukasQcommented, Aug 30, 2019

nope, just straight forward through GUI and through SSH. Both methods didn’t work. After the repair, both worked.

0reactions
frenckcommented, Mar 20, 2020

@HunterDG Please don’t dig up old issues. This one has been closed for months. Instead, create a new issue.

Furthermore, the openings post of this issue shows a stack trace as part of the problem, your logs do not and is most likely not even the issue or related.

In 99% of the case where a 404 is thrown, it means you are low on disk space. It needs enough space to be able to download, extract and install it next to the current running installation.

If it is still an issue after checking that, please file a new issue.

Thanks 👍

Read more comments on GitHub >

github_iconTop Results From Across the Web

docker images
If you specify REPOSITORY but no TAG , the docker images command lists all images in the given repository. For example, to list...
Read more >
docker image ls
docker image ls: List images. ... --all , -a, Show all images (default hides intermediate images) ... --no-trunc, Don't truncate output.
Read more >
Run your image as a container
Learn how to run the image as a container. ... When you run this command, you'll notice that you were not returned to...
Read more >
docker tag
docker tag: An image name is made up of slash-separated name components, ... If not present, the command uses Docker's public registry located...
Read more >
docker image prune
docker image prune: Remove all dangling images. If `-a` is specified, will also remove all images not referenced by any container.
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found