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
{{ message }}
This repository has been archived by the owner on Oct 19, 2023. It is now read-only.
When running 'python lgtv.py auth ipaddress' I get back the following:
Traceback (most recent call last):
File "lgtv.py", line 2, in <module>
from ws4py.client.threadedclient import WebSocketClient
ImportError: No module named ws4py.client.threadedclient
I have Python 2.7.9 installed on a Raspberry Pi 3 B+. ws4py and wakeonlan are both installed (from requirements.txt). I've also pip install'ed requests, as I saw in another issue. Not sure what's going on here. I can ping the TV and go to its IP for the 'Hello World' message -- it does have the remote function enabled. Any advice? Really looking forward to getting this working!
The text was updated successfully, but these errors were encountered:
I notice that efpe's original project that you forked from requires npm install lgtv -g in his instructions but that's missing from yours. Is that a necessary step?
Hi there,
When running 'python lgtv.py auth ipaddress' I get back the following:
I have Python 2.7.9 installed on a Raspberry Pi 3 B+. ws4py and wakeonlan are both installed (from requirements.txt). I've also pip install'ed requests, as I saw in another issue. Not sure what's going on here. I can ping the TV and go to its IP for the 'Hello World' message -- it does have the remote function enabled. Any advice? Really looking forward to getting this working!
The text was updated successfully, but these errors were encountered: