ares-inspect luna-send 命令失败

ares-inspect luna-send command failed

我正在尝试调试我的 webos3 电视,但我不断收到以下错误:

ares-inspect --device web30 com.starz.lgtv.app_0.0.1_all.ipk 
ares-inspect ERR! ares-inspect: Error: luna-send command failed (not exist) 

文档中没有任何地方说明 luna-send 是什么,而且它是封闭源代码。我在 mac 上 运行 使用 webos 的 cli。我需要安装什么吗?

谢谢

通过反复试验,我发现您需要省略版本号才能正常工作:

ares-inspect --device web30 com.starz.lgtv.app --open

不要忘记打开检查器的 --open 参数。 :-)

文档没有明确说明您需要省略它,但在演示代码中推断:

http://webostv.developer.lge.com/sdk/using-webos-tv-cli/debugging-web-applications-cli/

这与省略版本或从文件名中删除后缀无关。您应该在此处使用 app id,与 appinfo.json 文件中的相同。

ares-inspect [OPTION...] [--app|-a] APP_ID

APP_ID = ID of the app whose information is to be viewed using Web Inspector.

参考http://webostv.developer.lge.com/sdk/tools/using-webos-tv-cli/