Hello,
I’m using Webos-cli to launch an application on a device. I’m connected to it with the ssh key (ares-device-info -d return my device info correctly). but when i try to launch the application "ares-install Name.ipk -d device-name " it has an error “ares-install ERR! Error: Command ‘/bin/rm -rf /media/developer/temp && /bin/mkdir -p /media/developer/temp’ exited with code=1 (signal: undefined)”.
I’m on a Windows environment and can launch it on other lg device.
Please check again with the latest version of CLI. If the problem persists, please let us know. Thank you.
Updating the CLI will fix the problem. Please use the latest version. Thank you.
I’m using 1.12.4-j27
VS Code extension is using WEBOS_CLI_TV environment variable.
Check WEBOS_CLI_TV environment variable and let the latest CLI is installed there.
Please make sure your environment variables are set correctly. The VS Code extension uses WEBOS_CLI_TV. Therefore, the CLI must be installed in the same path as WEBOS_CLI_TV. For more information, please refer to CLI Installation. Thank you.
I had the same issue and I’ve finally solved it. Comparing env vars content it appears that all of them are set after ide installation except of PATH. So just add “WEBOS_CLI_TV” value (most likely it’s C:\webOS_TV_SDK\CLI\bin), restart system and everything will work fine.