Coder Social home page Coder Social logo

Comments (6)

fliphess avatar fliphess commented on July 23, 2024

Hey @caveman85

Are you still running into this?/

The error you mention is related to the ratelimit dockerhub has implemented, possibly because you've already pulled some containers for other addons...

This addon does not offer a hosted container image, the container is build on the machine from a baseimage with not too many layers, so if you experience this problem I think it's related to pulling multiple images in a short amount of time.

I think a retry after some time passing should help to work around this issue.....

from addon-otmonitor.

caveman85 avatar caveman85 commented on July 23, 2024

from addon-otmonitor.

fliphess avatar fliphess commented on July 23, 2024

Hey Sven!

I'll keep this response in english for easier reference when non-dutchies are running into the same issues....

If you keep running into this, I think there is something else going on in your setup that is causing the docker pull of the base container being rate-limited. Are you running some addon or tool that is frequently pulling docker containers from dockerhub?

from addon-otmonitor.

caveman85 avatar caveman85 commented on July 23, 2024

I've just tried again and now I got the error;

The command '/bin/bash -o pipefail +x -c apt-get update && apt-get install -y --no-install-recommends wget && wget -qO /tmp/otm.tgz https://github.com/hvxl/otmonitor/archive/master.tar.gz && tar xzf /tmp/otm.tgz --strip=1 -C . && rm /tmp/otm.tgz && wget -qO ./sdx.kit https://storage.googleapis.com/google-code-archive-downloads/v2/code.google.com/tclkit/sdx-20110317.kit && if [[ "${BUILD_ARCH}" = "aarch64" ]]; then URL_BASE="tclkit-aarch64"; fi && if [[ "${BUILD_ARCH}" = "amd64" ]]; then URL_BASE="tclkit-x64"; fi && if [[ "${BUILD_ARCH}" = "armhf" ]]; then URL_BASE="tclkit-ahf"; fi && if [[ "${BUILD_ARCH}" = "armv7" ]]; then URL_BASE="tclkit-ahf"; fi && if [[ "${BUILD_ARCH}" = "i386" ]]; then URL_BASE="tclkit"; fi && wget -qO tclkit https://otgw.tclcode.com/download/${URL_BASE} && cp tclkit runtime && chmod +x tclkit && ./tclkit sdx.kit wrap otmonitor -runtime runtime' returned a non-zero code: 5

I'm running HA core-2021.11.0

from addon-otmonitor.

fliphess avatar fliphess commented on July 23, 2024

On what architecture are you running home assistant?

from addon-otmonitor.

caveman85 avatar caveman85 commented on July 23, 2024

On what architecture are you running home assistant?

Core Version
core-2021.11.0

Supervisor Version
supervisor-2021.10.8

Operating System
Ubuntu 20.04.3 LTS

Docker version
19.03.13

from addon-otmonitor.

Related Issues (20)

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.