Cannot update Mosquitto broker

when I tried to update Mosquitto broker, I face this error messge:

Can’t install homeassistant/aarch64-addon-mosquitto:6.1.2: 404 Client Error for http+docker://localhost/v1.41/images/homeassistant/aarch64-addon-mosquitto:6.1.2/json: Not Found (“no such image: homeassistant/aarch64-addon-mosquitto:6.1.2: No such image: homeassistant/aarch64-addon-mosquitto:6.1.2”)

I’m running:
core-2022.5.4
supervisor-2022.05.2

  • there is no issue with internet connectivity. tried it with ping from ‘ssg & web terminal’ plug in.
  • there is no issue with DNS.
  • there is no issue with storage.

Sometimes there are issues with GitHub where these updates are downloaded from.
Wait a few hours and try again.

It’s been more than 3 days

So I mean the image definitely exists. But sometimes there can be connectivity issues that prevent pulling it.

Try running ha su repair. That does a lot of cleanup and repulling images (although can’t remember if it does all addon images). If that doesn’t work then you have a couple options:

  1. Uninstalling and reinstalling the addon or restoring from a backup will force an image re-pull
  2. Rebooting the host should as well I believe
  3. If you have set up access to the docker cli, just enter docker pull homeassistant/aarch64-addon-mosquitto:6.1.2

I have uninstalled some of the add-ons and I cloud not install them back and I have the same error!
And “docker pull” is not successful 🫤

Can you also post the result from “ha resolution info”?
This will show if there are DNS issues.

And also make sure you time and date is correct! HTTPS is very picky with time, so just a few minutes off and it will think its a hacking attempt.

The time looks good.

Please see the SCREENSHOTs


Ok, time and DNS looks good.
Have you tried pruning your docker images?

1 Like

I don’t think the error from the image itself. I think the issue with HA. Also, I am facing error 404 not 500.

No, it’s not with HA. HA does a docker pull to get images. If doing a docker pull in the cli doesn’t work then there’s no way it’s going to work in HA either.

I would suggest doing a docker system prune as wally recommended.

this is the result of docker system prune

1 Like

It turns out my ISP is having issues with cloud flare connection. I switched to another ISP and everything is working like a charm.
the command from CentralCommand docker pull homeassistant/aarch64-addon-mosquitto:6.1.2 helped me to identify the problem.

thanks for your help and suggestion.

1 Like