question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Unable to install dev addon on RPI4

See original GitHub issue

Describe the bug

Unable to install the dev addon on a RPI4.

Steps to Reproduce

  1. Go to Supervisor -> Add-on Store -> Emulated HUE (dev)
  2. Click Install

Expected behavior

Nothing happens and the addon isn’t installed.

Logs

/var/log/syslog:

hassio-supervisor[1801]: #033[31m21-03-11 23:05:22 ERROR (SyncWorker_5) [supervisor.docker.addon] Can't build 7c966942/armv7-addon-emulated_hue_dev:dev-0.0.1: The command '/bin/sh -c wget -O /tmp/base.tar.gz "https://github.com/hass-emulated-hue/s6-overlay-base/archive/master.tar.gz"     && mkdir -p /tmp/base     && tar zxvf /tmp/base.tar.gz --strip 1 -C /tmp/base     && mv /tmp/base/* .' returned a non-zero code: 1#033[0m
hassio-supervisor[1801]: #033[31m21-03-11 23:05:22 ERROR (SyncWorker_5) [supervisor.docker.addon] Build log:
hassio-supervisor[1801]: Step 1/12 : FROM alpine:latest as downloader
hassio-supervisor[1801]:  ---> 9c74a18b2325
hassio-supervisor[1801]: Step 2/12 : WORKDIR /base
hassio-supervisor[1801]:  ---> Using cache
hassio-supervisor[1801]:  ---> 8923c21e14a8
hassio-supervisor[1801]: Step 3/12 : RUN wget -O /tmp/base.tar.gz "https://github.com/hass-emulated-hue/s6-overlay-base/archive/master.tar.gz"     && mkdir -p /tmp/base     && tar zxvf /tmp/base.tar.gz --strip 1 -C /tmp/base     && mv /tmp/base/* .
hassio-supervisor[1801]:  ---> Running in c9e6c7aea38a
hassio-supervisor[1801]: #033[91mwget: bad address 'github.com'
hassio-supervisor[1801]: #033[0m
hassio-supervisor[1801]: Removing intermediate container c9e6c7aea38a
hassio-supervisor[1801]: #033[0m

Hardware Info:

  • Architecture (Ex: x86, ARM): ARM
  • Addon version (Ex: stable or dev): dev
    • Value of “tag_commit_or_branch” if using dev: dev-0.0.1
  • OS (Ex: Windows 10, Ubuntu Buster): Raspbian (Buster)
  • Hardware (Ex: PC, Raspberry Pi 1/2/3/Zero): Raspberry Pi 4

Additional context

Issue Analytics

  • State:closed
  • Created 3 years ago
  • Comments:8 (4 by maintainers)

github_iconTop GitHub Comments

1reaction
alexyao2015commented, Mar 12, 2021

Great, it seems like v3.13 of alpine is having issues, so I’ve version pinned it to 3.12 for now so it hopefully doesn’t affect anyone else.

0reactions
nunodsrodriguescommented, Mar 12, 2021

Yes, on the host and now the addon up and running.

I found the solution here: https://github.com/dperson/openvpn-client/issues/365#issuecomment-787133320

Regards.

Read more comments on GitHub >

github_iconTop Results From Across the Web

Unable to install qt4-dev-tools on raspberry pi4
Hello everyone, i'm trying to install qt4-dev-tools on my raspberry pi4 by using the following line " sudo apt-get install qt4-dev-tools" .
Read more >
Can't apt-get install libssl-dev - Raspberry Pi Stack Exchange
On "Raspbian GNU/Linux 7 (wheezy)" you need to first do an "upgrade". So the following should work. sudo apt-get update sudo apt-get upgrade ......
Read more >
Install GStreamer 1.18 on Raspberry Pi 4 - Q-engineering
sudo apt-get install libx264-dev libjpeg-dev ... You can install this plugin by using the raspi-config tool. Find more information here.
Read more >
Guide: How to install Home Assistant supervised on Rpi4 with ...
Then reboot and wait a little bit, the Rpi will reboot a few times. Step 2: Install docker (important! Do not install portainer,...
Read more >
Running Visual Studio Code on Raspberry Pi OS
Running VS Code. After installing the VS Code package, you can run VS Code by typing code in a terminal or launching it...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found