sanderdw / hassio-addons

DSMR Reader Datalogger and Metabase Home Assistant Add-ons
https://community.home-assistant.io/search?q=%40sanderdw%20%23home-assistant-os
Other
53 stars 13 forks source link

Cannot install addon #52

Closed Tommatheussen closed 2 years ago

Tommatheussen commented 2 years ago

I can't seem to update the addon to the latest versions, I'm currently still using the 1.1.1 version (didn't have time to attempt upgrades earlier). This is the error message I'm getting:

homeassistant.exceptions.HomeAssistantError: Error updating DSMR Reader: The command '/bin/ash -o pipefail -c curl -J -L -o /tmp/bashio.tar.gz         "https://github.com/hassio-addons/bashio/archive/v0.14.3.tar.gz"     && mkdir /tmp/bashio     && tar zxvf         /tmp/bashio.tar.gz         --strip 1 -C /tmp/bashio         && mv /tmp/bashio/lib /usr/lib/bashio     && ln -s /usr/lib/bashio/bashio /usr/bin/bashio     && rm -f -r         /tmp/*' returned a non-zero code: 1

Running HA in a VM, using HassOS, other addons (from other repositories) seem to install fine. Any ideas?

sanderdw commented 2 years ago

Just remember your configuration, uninstall en reinstall it again.

For some reason it can't upgrade when deep technical things are changed :)

Tommatheussen commented 2 years ago

Yep, that seems to be working, thanks!