hobbyquaker / lgtv2

Control LG WebOS TV using node.js :tv:
MIT License
334 stars 44 forks source link

Can't get app icons from TV #4

Closed hadi77ir closed 7 years ago

hadi77ir commented 7 years ago

When you send a "ssap://com.webos.applicationManager/listApps" request to TV, it gives you an array of all apps which contains URLs of icons too. But what is very interesting to me is that none of these links work! They are all dead links. I tried to sniff into my phone's LG TV Plus traffic to see how it gets app icons from TV, but no luck! Can someone help me with this?

Thanks.


Edit: Sorry, the solution was to use "listLaunchPoints" instead of "listApps".