You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 1, 2024. It is now read-only.
After updating the HA supervisor, it seems that the options.json file is out of reached because the teslamate addon isn't run with the root user, as it is stated here : home-assistant/supervisor#2158
Here are the logs of my instance :
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
jq: error: Could not open file /data/options.json: Permission denied
/ha-bootstrap.sh: line 24: [: ==: unary operator expected
waiting for postgres at 127.0.0.1:5432 (2sec)
Yes, working as it should now. I tested by pulling locally your repo because it doesn't seems to be available by fetching it from Github.
Thank you very much for your help 👍
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Labels
bugSomething isn't workingteslamatePertaining to the Teslamate addon
After updating the HA supervisor, it seems that the
options.json
file is out of reached because the teslamate addon isn't run with the root user, as it is stated here : home-assistant/supervisor#2158Here are the logs of my instance :
Is it possible to set the user as root in https://github.com/matt-FFFFFF/hassio-addon-repository/blob/master/teslamate/Dockerfile#L40 to fix the issue ?
The text was updated successfully, but these errors were encountered: