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
54 stars 14 forks source link

Datalogger addon update to 1.1.0 fails #41

Closed Melantrix closed 2 years ago

Melantrix commented 2 years ago

The update (from 1.0.3) to 1.1.0 fails for me with the following message:

bin/ash -o pipefail -c pip install --no-cache-dir -r requirements.txt' returned a non-zero code: 127

Shouldn't it be bin/bash in stead of bin/ash?

sanderdw commented 2 years ago

Yes, if that happens you need to uninstall and reinstall/reconfigure the addon. As the addon is now pre build it seems that HA can't seamlessly update it. Let me know if it works.

Melantrix commented 2 years ago

Yea looks like that fixed it. Thanks!