Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"AxiosError: Request failed with status code 404" on all docker containers #107

Open
aheath70 opened this issue Aug 2, 2023 · 0 comments

Comments

@aheath70
Copy link

aheath70 commented Aug 2, 2023

I am getting the following error, running docker container version of mqdockerup v1.2.3.

Is this something that I am doing wrong? The host that docker is running on has connectivity to internet and is able to ping dockerhub. I tried to run a console from within the docker container itself, but that errors. Any pointers on what else I can check? MQTT sensors are all coming through fine in HA, but the update sensor for all containers show latest version as null.

> mqdockerup@1.2.3 start
> ts-node src/index.ts
  __  __       ____             _             _   _       
 |  \/  | __ _|  _ \  ___   ___| | _____ _ __| | | |_ __  
 | |\/| |/ _` | | | |/ _ \ / __| |/ / _ \ '__| | | | '_ \ 
 | |  | | (_| | |_| | (_) | (__|   <  __/ |  | |_| | |_) |
 |_|  |_|\__, |____/ \___/ \___|_|\_\___|_|   \___/| .__/ 
            |_|                                    |_|    
Starting MqDockerUp V1.2.3 ... 
02.08.2023 12:41:32 [info] 	Connected to the database.
02.08.2023 12:41:32 [info] 	MQTT client successfully connected
02.08.2023 12:41:32 [info] 	Checking for removed containers...
02.08.2023 12:41:32 [info] 	Database initialized successfully
02.08.2023 12:41:32 [info] 	Checking for containers...
02.08.2023 12:41:32 [info] 	Checking for image updates...
Failed to check for new Dockerhub image digest: AxiosError: Request failed with status code 404
02.08.2023 12:41:33 [error] 	Request failed with status code 404
02.08.2023 12:41:33 [warn] 	Failed to find new digest for image docker.io/micrib/mqdockerup:latest
Failed to check for new Dockerhub image digest: AxiosError: Request failed with status code 404
02.08.2023 12:41:34 [error] 	Request failed with status code 404
02.08.2023 12:41:34 [warn] 	Failed to find new digest for image docker.io/cloudflare/cloudflared:latest
Failed to check for new Dockerhub image digest: AxiosError: Request failed with status code 404
02.08.2023 12:41:35 [error] 	Request failed with status code 404
02.08.2023 12:41:35 [warn] 	Failed to find new digest for image docker.io/fmartinou/whats-up-docker:latest
02.08.2023 12:41:36 [info] 	Image portainer/agent:latest is up-to-date
Failed to check for new Dockerhub image digest: AxiosError: Request failed with status code 404
02.08.2023 12:41:37 [error] 	Request failed with status code 404
02.08.2023 12:41:37 [warn] 	Failed to find new digest for image docker.io/haugene/transmission-openvpn:latest
Failed to check for new Dockerhub image digest: AxiosError: Request failed with status code 404
02.08.2023 12:41:38 [error] 	Request failed with status code 404
02.08.2023 12:41:38 [warn] 	Failed to find new digest for image docker.io/lscr.io/linuxserver/duckdns:latest
Failed to check for new Dockerhub image digest: AxiosError: Request failed with status code 404
02.08.2023 12:41:39 [error] 	Request failed with status code 404
02.08.2023 12:41:39 [warn] 	Failed to find new digest for image docker.io/bbernhard/signal-cli-rest-api:latest
Failed to check for new Dockerhub image digest: TypeError: Cannot read properties of undefined (reading 'split')
02.08.2023 12:41:40 [error] 	Cannot read properties of undefined (reading 'split')
02.08.2023 12:41:40 [warn] 	Failed to find new digest for image philhawthorne/ha-dockermon:latest
02.08.2023 12:41:40 [info] 	Finished checking for image updates
02.08.2023 12:41:40 [info] 	Next check in 5 minutes
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant