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
When I try to install the virtual-ip2sl-addon it fails with the following error. Not sure if it is due to how it is logged, but it seem that the APP_DIR is not resolved.
This is on Home Assistant OS 11.1.
Logger: homeassistant.components.hassio
Source: components/hassio/websocket_api.py:138
Integration: Home Assistant Supervisor (documentation, issues)
First occurred: 17:25:49 (1 occurrences)
Last logged: 17:25:49
Failed to to call /addons/746b492e_virtual-ip2sl/install - The command '/bin/ash -o pipefail -c git clone https://github.com/rsnodgrass/virtual-ip2sl.git ${APP_DIR} && pip3 install --no-cache-dir -r "${APP_DIR}/requirements.txt" && rm -rf /root/.cache /var/cache' returned a non-zero code: 1
I also see some warnings in the supervisor logs, not sure how bad they are.
23-11-12 17:26:21 WARNING (SyncWorker_5) [supervisor.addons.validate] Add-on config 'auto_uart' is deprecated, use 'uart'. Please report this to the maintainer of Virtual IP2SL (IP to Serial)
23-11-12 17:26:21 WARNING (SyncWorker_5) [supervisor.addons.validate] Add-on config 'devices' use a deprecated format, the new format uses a list of paths only. Please report this to the maintainer of Virtual IP2SL (IP to Serial)
The text was updated successfully, but these errors were encountered:
When I try to install the virtual-ip2sl-addon it fails with the following error. Not sure if it is due to how it is logged, but it seem that the APP_DIR is not resolved.
This is on Home Assistant OS 11.1.
I also see some warnings in the supervisor logs, not sure how bad they are.
The text was updated successfully, but these errors were encountered: