Open pissten opened 6 months ago
👋 Welcome to the project! Thank you for raising your first issue. We will look into it as soon as possible.
and also this:
`22.04.2024 16:50:26 [info] Finished checking for image updates
22.04.2024 16:50:26 [info] Next check in 5 minutes
22.04.2024 16:50:43 [error] MqDockerUp stopped due to an error
22.04.2024 16:50:43 [error] object
22.04.2024 16:50:43 [error] SyntaxError: Unexpected end of JSON input
at JSON.parse (
mqdockerup@1.8.0 start ts-node src/index.ts`
This keeps the container going in endless restart cycle
any help on this matter would be truly appreciated
Also when trying to update containers from within HA, i press update and get this error in log:
[error] Pulling Error: Error: (HTTP code 403) unexpected - <html><body><h1>403 Forbidden</h1> Request forbidden by administrative rules.
I can't seem to get any of my containers to install/update through mqtt from HA.
In the logs i get this:
Failed to check for new Dockerhub image digest: AxiosError: Request failed with status code 404 22.04.2024 16:36:23 [error] Request failed with status code 404 Failed to check for new Dockerhub image digest: TypeError: Cannot read properties of undefined (reading 'split') 22.04.2024 16:36:28 [error] Cannot read properties of undefined (reading 'split')
This is my docker-compose:
`version: '3.9'
services: mqdockerup: image: micrib/mqdockerup:latest restart: always environment: MAIN_INTERVAL: "5m" MQTT_CONNECTIONURI: "mqtt://myhostip:1883" MQTT_USERNAME: "mqtt-user" MQTT_PASSWORD: "mqtt-password" ACCESSTOKENS_GITHUB: "ghp_XdQxxxxxxxxxxx" ACCESSTOKENS_DOCKERHUB: "dckr_pat_Oxxxxxxxxxxxxxx" DOCKER_HOST: "tcp://myhostip:2375" volumes:
/opt/mqdockerup/data:/app/data/ container_name: mqdockerup`
Any help would be truly appreciated!