cpyarger / Home-Assistant-Addons

A hass.io addon for a software defined radio tuned to listen for Utility Meter RF transmissions and republish the data via Home Assistant's API
MIT License
9 stars 4 forks source link

Can't install ITD Addon #23

Open DieterKoblenz opened 1 year ago

DieterKoblenz commented 1 year ago

Describe the bug When I try to install this Addon I get: The command '/bin/ash -o pipefail -c apk add --no-cache --virtual build-deps alpine-sdk cmake libusb-dev libusb jq coreutils wget bash make musl-dev go git gcc usb-modeswitch dbus bluez pulseaudio-utils' returned a non-zero code: 16

To Reproduce Steps to reproduce the behavior:

  1. Go to Addon
  2. Click install
  3. Watch error

Expected behavior Normal installation

Screenshots If applicable, add screenshots to help explain your problem.

Desktop (please complete the following information): Home Assistant 2023.1.4 Supervisor 2022.12.1 Operating System 9.4 Frontend-versie: 20230110.0 - latest

Smartphone (please complete the following information):

Additional context Add any other context about the problem here.

pasyn commented 1 year ago
  1. What device is your HA server running on?

  2. Perform a full reboot of HA and then try to install the addon again.

  3. If still not working, install the terminal addon and run the following command

apk add --no-cache --virtual build-deps alpine-sdk cmake libusb-dev libusb jq coreutils wget bash make musl-dev go git gcc usb-modeswitch dbus bluez pulseaudio-utils

Post the output please.