You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: