hobbyquaker / lgtv2

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

Unable to connect after recent LGTV software update <solved> #48

Closed richiewebgate closed 8 months ago

richiewebgate commented 8 months ago

lgtv2 can no longer connect to the LG TV on port 3000 after a recent firmware upgrade of the TVs webOS. Also the menu entry "LG Connect Apps" is no longer present :(

Can anyone confirm this?

webOS TV NANO916NA


UPDATE: Fixed by changing connection string to use secure socket on port 3001: wss://LGwebOSTV:3001 and adding wsconfig parameters: tlsOptions: {rejectUnauthorized: false}