savdagod / ha-addons

HA add-on repository
MIT License
4 stars 2 forks source link

HA add-on install fails -The command '/bin/ash -o pipefail -c wget "https://github.com/tidbyt/pixlet/releases/download/v${PIXLET_VERSION}/pixlet_${PIXLET_VERSION}_linux_${BUILD_ARCH}.tar.gz"' returned a non-zero code: 1 #1

Closed jonpaterson closed 1 month ago

jonpaterson commented 1 month ago

after adding the repo and attempting to install the add-on, the following is returned in HA

"The command '/bin/ash -o pipefail -c wget "https://github.com/tidbyt/pixlet/releases/download/v${PIXLET_VERSION}/pixlet_${PIXLET_VERSION}_linux_${BUILD_ARCH}.tar.gz"' returned a non-zero code: 1"

savdagod commented 1 month ago

Use the latest version of the addon. I’m assuming you’re installing from a raspberry pi and there were issues with that ${BUILD_ARCH} variable. Should be fixed now.

jonpaterson commented 1 month ago

This fixed it. The host was HA green. Working well!