This repository was archived by the owner on Feb 24, 2026. It is now read-only.
Description I'm at a loss...
Add-on won't install, just errors out after a few seconds.
Error is as follows:
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:145
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 16:24:39 (2 occurrences)
Last logged: 16:32:06
Failed to to call /addons/f4f71350_ewelink_smart_home_slug/install - Docker build failed for f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.3 (exit code 1). Build output: #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 403B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/node:14-slim #2 DONE 0.2s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/7] FROM docker.io/library/node:14-slim@sha256:198142146b4c47193348f6415da769bdb5035c16fcab051c38c256a6b48f2e1c #4 CACHED #5 [internal] load build context #5 transferring context: 4.23MB 0.1s done #5 DONE 0.1s #6 [2/7] RUN apt-get update && apt-get install -y python build-essential #6 0.261 Ign:1 http://deb.debian.org/debian buster InRelease #6 0.306 Ign:2 http://deb.debian.org/debian-security buster/updates InRelease #6 0.331 Ign:3 http://deb.debian.org/debian buster-updates InRelease #6 0.350 Err:4 http://deb.debian.org/debian buster Release #6 0.350 404 Not Found [IP: 199.232.58.132 80] #6 0.368 Err:5 http://deb.debian.org/debian-security buster/updates Release #6 0.368 404 Not Found [IP: 199.232.58.132 80] #6 0.399 Err:6 http://deb.debian.org/debian buster-updates Release #6 0.399 404 Not Found [IP: 199.232.58.132 80] #6 0.406 Reading package lists... #6 0.417 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. #6 0.417 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. #6 0.417 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. #6 ERROR: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100 ------ > [2/7] RUN apt-get update && apt-get install -y python build-essential: 0.350 Err:4 http://deb.debian.org/debian buster Release 0.350 404 Not Found [IP: 199.232.58.132 80] 0.368 Err:5 http://deb.debian.org/debian-security buster/updates Release 0.368 404 Not Found [IP: 199.232.58.132 80] 0.399 Err:6 http://deb.debian.org/debian buster-updates Release 0.399 404 Not Found [IP: 199.232.58.132 80] 0.406 Reading package lists... 0.417 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. 0.417 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. 0.417 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. ------ �[33m1 warning found (use docker --debug to expand): �[0m - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13) Dockerfile:6 -------------------- 4 | FROM node:14-slim 5 | ENV CK_API_ENV=prod 6 | >>> RUN apt-get update && apt-get install -y python build-essential 7 | RUN mkdir -p /workspace/node_modules 8 | COPY ["./dist", "./package.json", "/workspace/"] -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100
Failed to to call /addons/f4f71350_ewelink_smart_home_slug/install - Docker build failed for f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.3 (exit code 1). Build output: #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 403B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/node:14-slim #2 DONE 0.2s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/7] FROM docker.io/library/node:14-slim@sha256:198142146b4c47193348f6415da769bdb5035c16fcab051c38c256a6b48f2e1c #4 CACHED #5 [internal] load build context #5 transferring context: 4.23MB 0.1s done #5 DONE 0.1s #6 [2/7] RUN apt-get update && apt-get install -y python build-essential #6 0.221 Ign:1 http://deb.debian.org/debian buster InRelease #6 0.238 Ign:2 http://deb.debian.org/debian-security buster/updates InRelease #6 0.257 Ign:3 http://deb.debian.org/debian buster-updates InRelease #6 0.275 Err:4 http://deb.debian.org/debian buster Release #6 0.275 404 Not Found [IP: 199.232.58.132 80] #6 0.293 Err:5 http://deb.debian.org/debian-security buster/updates Release #6 0.293 404 Not Found [IP: 199.232.58.132 80] #6 0.310 Err:6 http://deb.debian.org/debian buster-updates Release #6 0.310 404 Not Found [IP: 199.232.58.132 80] #6 0.315 Reading package lists... #6 0.324 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. #6 0.324 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. #6 0.324 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. #6 ERROR: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100 ------ > [2/7] RUN apt-get update && apt-get install -y python build-essential: 0.275 Err:4 http://deb.debian.org/debian buster Release 0.275 404 Not Found [IP: 199.232.58.132 80] 0.293 Err:5 http://deb.debian.org/debian-security buster/updates Release 0.293 404 Not Found [IP: 199.232.58.132 80] 0.310 Err:6 http://deb.debian.org/debian buster-updates Release 0.310 404 Not Found [IP: 199.232.58.132 80] 0.315 Reading package lists... 0.324 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. 0.324 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. 0.324 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. ------ �[33m1 warning found (use docker --debug to expand): �[0m - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13) Dockerfile:6 -------------------- 4 | FROM node:14-slim 5 | ENV CK_API_ENV=prod 6 | >>> RUN apt-get update && apt-get install -y python build-essential 7 | RUN mkdir -p /workspace/node_modules 8 | COPY ["./dist", "./package.json", "/workspace/"] -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100
Sorry for the wall of text.
Any help would be appreciated,
Thanks
Reactions are currently unavailable
I'm at a loss...
Add-on won't install, just errors out after a few seconds.
Error is as follows:
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:145
integration: Home Assistant Supervisor (documentation, issues)
First occurred: 16:24:39 (2 occurrences)
Last logged: 16:32:06
Failed to to call /addons/f4f71350_ewelink_smart_home_slug/install - Docker build failed for f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.3 (exit code 1). Build output: #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 403B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/node:14-slim #2 DONE 0.2s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/7] FROM docker.io/library/node:14-slim@sha256:198142146b4c47193348f6415da769bdb5035c16fcab051c38c256a6b48f2e1c #4 CACHED #5 [internal] load build context #5 transferring context: 4.23MB 0.1s done #5 DONE 0.1s #6 [2/7] RUN apt-get update && apt-get install -y python build-essential #6 0.261 Ign:1 http://deb.debian.org/debian buster InRelease #6 0.306 Ign:2 http://deb.debian.org/debian-security buster/updates InRelease #6 0.331 Ign:3 http://deb.debian.org/debian buster-updates InRelease #6 0.350 Err:4 http://deb.debian.org/debian buster Release #6 0.350 404 Not Found [IP: 199.232.58.132 80] #6 0.368 Err:5 http://deb.debian.org/debian-security buster/updates Release #6 0.368 404 Not Found [IP: 199.232.58.132 80] #6 0.399 Err:6 http://deb.debian.org/debian buster-updates Release #6 0.399 404 Not Found [IP: 199.232.58.132 80] #6 0.406 Reading package lists... #6 0.417 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. #6 0.417 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. #6 0.417 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. #6 ERROR: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100 ------ > [2/7] RUN apt-get update && apt-get install -y python build-essential: 0.350 Err:4 http://deb.debian.org/debian buster Release 0.350 404 Not Found [IP: 199.232.58.132 80] 0.368 Err:5 http://deb.debian.org/debian-security buster/updates Release 0.368 404 Not Found [IP: 199.232.58.132 80] 0.399 Err:6 http://deb.debian.org/debian buster-updates Release 0.399 404 Not Found [IP: 199.232.58.132 80] 0.406 Reading package lists... 0.417 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. 0.417 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. 0.417 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. ------ �[33m1 warning found (use docker --debug to expand): �[0m - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13) Dockerfile:6 -------------------- 4 | FROM node:14-slim 5 | ENV CK_API_ENV=prod 6 | >>> RUN apt-get update && apt-get install -y python build-essential 7 | RUN mkdir -p /workspace/node_modules 8 | COPY ["./dist", "./package.json", "/workspace/"] -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100
Failed to to call /addons/f4f71350_ewelink_smart_home_slug/install - Docker build failed for f4f71350/amd64-addon-ewelink_smart_home_slug:1.4.3 (exit code 1). Build output: #0 building with "default" instance using docker driver #1 [internal] load build definition from Dockerfile #1 transferring dockerfile: 403B done #1 DONE 0.0s #2 [internal] load metadata for docker.io/library/node:14-slim #2 DONE 0.2s #3 [internal] load .dockerignore #3 transferring context: 2B done #3 DONE 0.0s #4 [1/7] FROM docker.io/library/node:14-slim@sha256:198142146b4c47193348f6415da769bdb5035c16fcab051c38c256a6b48f2e1c #4 CACHED #5 [internal] load build context #5 transferring context: 4.23MB 0.1s done #5 DONE 0.1s #6 [2/7] RUN apt-get update && apt-get install -y python build-essential #6 0.221 Ign:1 http://deb.debian.org/debian buster InRelease #6 0.238 Ign:2 http://deb.debian.org/debian-security buster/updates InRelease #6 0.257 Ign:3 http://deb.debian.org/debian buster-updates InRelease #6 0.275 Err:4 http://deb.debian.org/debian buster Release #6 0.275 404 Not Found [IP: 199.232.58.132 80] #6 0.293 Err:5 http://deb.debian.org/debian-security buster/updates Release #6 0.293 404 Not Found [IP: 199.232.58.132 80] #6 0.310 Err:6 http://deb.debian.org/debian buster-updates Release #6 0.310 404 Not Found [IP: 199.232.58.132 80] #6 0.315 Reading package lists... #6 0.324 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. #6 0.324 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. #6 0.324 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. #6 ERROR: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100 ------ > [2/7] RUN apt-get update && apt-get install -y python build-essential: 0.275 Err:4 http://deb.debian.org/debian buster Release 0.275 404 Not Found [IP: 199.232.58.132 80] 0.293 Err:5 http://deb.debian.org/debian-security buster/updates Release 0.293 404 Not Found [IP: 199.232.58.132 80] 0.310 Err:6 http://deb.debian.org/debian buster-updates Release 0.310 404 Not Found [IP: 199.232.58.132 80] 0.315 Reading package lists... 0.324 E: The repository 'http://deb.debian.org/debian buster Release' does not have a Release file. 0.324 E: The repository 'http://deb.debian.org/debian-security buster/updates Release' does not have a Release file. 0.324 E: The repository 'http://deb.debian.org/debian buster-updates Release' does not have a Release file. ------ �[33m1 warning found (use docker --debug to expand): �[0m - JSONArgsRecommended: JSON arguments recommended for CMD to prevent unintended behavior related to OS signals (line 13) Dockerfile:6 -------------------- 4 | FROM node:14-slim 5 | ENV CK_API_ENV=prod 6 | >>> RUN apt-get update && apt-get install -y python build-essential 7 | RUN mkdir -p /workspace/node_modules 8 | COPY ["./dist", "./package.json", "/workspace/"] -------------------- ERROR: failed to build: failed to solve: process "/bin/sh -c apt-get update && apt-get install -y python build-essential" did not complete successfully: exit code: 100
Sorry for the wall of text.
Any help would be appreciated,
Thanks