Giter Site home page Giter Site logo

Comments (13)

mupsje avatar mupsje commented on July 19, 2024 1

Thank you, it's working just fine now.
The update did indeed the fix

from whatsapp-ha-addon.

gajosu avatar gajosu commented on July 19, 2024

Hello, in order to help you, please provide the docker logs.

from whatsapp-ha-addon.

mupsje avatar mupsje commented on July 19, 2024
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:138
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 18 september 2023 om 09:37:44 (9 occurrences)
Last logged: 08:50:55

Failed to to call /addons/06c15c6e_whatsapp/install - The command '/bin/bash -o pipefail -c apt-get install -y chromium ffmpeg git' returned a non-zero code: 100
Failed to to call /store/repositories - Can't add https://github.com/gajosu/whatsapp-ha-addon, already in the store
Failed to to call /addons/f4fdf59d_whatsapp_addon/stats - Container addon_f4fdf59d_whatsapp_addon is not running
Failed to to call /addons/reload -
Failed to to call /addons/06c15c6e_whatsapp/install - string index out of range

E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/c/chromium/chromium-common_116.0.5845.110-1%7edeb11u1_amd64.deb  404  Not Found [IP: 199.232.150.132 80]
E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/c/chromium/chromium_116.0.5845.110-1%7edeb11u1_amd64.deb  404  Not Found [IP: 199.232.150.132 80]
E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/c/chromium/chromium-sandbox_116.0.5845.110-1%7edeb11u1_amd64.deb  404  Not Found [IP: 199.232.150.132 80]
E: Unable to fetch some archives, maybe run apt-get update or try with --fix-missing?

Removing intermediate container 4c0e2559f5b6

23-09-19 10:07:33 INFO (MainThread) [supervisor.homeassistant.api] Updated Home Assistant API token
23-09-19 10:09:27 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret github
23-09-19 10:14:34 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret github
23-09-19 10:19:41 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret github
23-09-19 10:24:47 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret github
23-09-19 10:29:54 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret github
23-09-19 10:30:04 INFO (MainThread) [supervisor.docker.addon] Starting build for 06c15c6e/amd64-addon-whatsapp:2.3.7

from whatsapp-ha-addon.

mupsje avatar mupsje commented on July 19, 2024

I think this is the problem

E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/c/chromium/chromium-common_116.0.5845.110-1%7edeb11u1_amd64.deb 404 Not Found [IP: 199.232.150.132 80]
E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/c/chromium/chromium_116.0.5845.110-1%7edeb11u1_amd64.deb 404 Not Found [IP: 199.232.150.132 80]
E: Failed to fetch http://deb.debian.org/debian-security/pool/updates/main/c/chromium/chromium-sandbox_116.0.5845.110-1%7edeb11u1_amd64.deb 404 Not Found [IP: 199.232.150.132 80]

from whatsapp-ha-addon.

gajosu avatar gajosu commented on July 19, 2024

I have updated the base image 5a9281b possibly this will fix the problem.

from whatsapp-ha-addon.

mupsje avatar mupsje commented on July 19, 2024

version 2.3.7 ? ?

thanks but still a problem..

image
23-09-21 20:52:05 INFO (MainThread) [supervisor.docker.addon] Starting build for 06c15c6e/amd64-addon-whatsapp:2.3.7
23-09-21 20:52:17 ERROR (MainThread) [supervisor.docker.addon] Can't build 06c15c6e/amd64-addon-whatsapp:2.3.7: The command '/bin/bash -o pipefail -c npm install npm@latest -g' returned a non-zero code: 127
23-09-21 20:52:17 ERROR (MainThread) [supervisor.docker.addon] Build log: 
Step 1/20 : FROM ghcr.io/hassio-addons/debian-base:7.1.0
 ---> 0c8b93657ca1
Step 2/20 : ENV PUPPETEER_SKIP_CHROMIUM_DOWNLOAD=true
 ---> Using cache
 ---> 350402e40884
Step 3/20 : RUN apt-get update && apt-get install -y curl gnupg2 && curl -sL https://deb.nodesource.com/setup_14.x | bash - && apt-get install -y nodejs git
 ---> Using cache
 ---> 76877d6838a5
Step 4/20 : RUN apt-get install -y chromium ffmpeg git
 ---> Using cache
 ---> 8b7815ae5411
Step 5/20 : COPY rootfs /
 ---> Using cache
 ---> e4aa26964315
Step 6/20 : WORKDIR /app
 ---> Using cache
 ---> 80ba433cc4b6
Step 7/20 : RUN npm install npm@latest -g
 ---> Running in 3b7ca8dd4306
/bin/bash: line 1: npm: command not found
Removing intermediate container 3b7ca8dd4306
23-09-21 20:53:46 INFO (MainThread) [supervisor.homeassistant.secrets] Request secret github

from whatsapp-ha-addon.

mupsje avatar mupsje commented on July 19, 2024

any update? @gajosu

from whatsapp-ha-addon.

gajosu avatar gajosu commented on July 19, 2024

sorry, I have not had time to check it thoroughly, I will check it this weekend.

from whatsapp-ha-addon.

mupsje avatar mupsje commented on July 19, 2024

any update? @gajosu

from whatsapp-ha-addon.

mupsje avatar mupsje commented on July 19, 2024

@gajosu still no fix?

from whatsapp-ha-addon.

gajosu avatar gajosu commented on July 19, 2024

I've just updated the node version to 18, this has allowed the workflow of the build to pass, it's possible that this change will solve your problem.

from whatsapp-ha-addon.

mupsje avatar mupsje commented on July 19, 2024

Hi @gajosu , still not able to install :(

from whatsapp-ha-addon.

gajosu avatar gajosu commented on July 19, 2024

In theory, the new base image solves the problem, I can release a minor version for you to try, possibly the previous image is being applied in the installation by caching.

from whatsapp-ha-addon.

Related Issues (6)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.