akhan23wgu / amazon-alexa-lg-tv

⛔️ DEPRECATED Control your LG TV (webOS 2.0+) with Amazon Alexa
57 stars 21 forks source link

Errno 11001 getaddreinfo failed #5

Closed sphirst closed 6 years ago

sphirst commented 6 years ago

Get the following problem when putting "python lgtv.py auth [http://192.168.1.83]"

Traceback (most recent call last): File "lgtv.py", line 479, in ws = LGTVClient(sys.argv[2]) File "lgtv.py", line 209, in init self.__ip = resolveHost(hostname) File "lgtv.py", line 150, in resolveHost return socket.gethostbyname(hostname) socket.gaierror: [Errno 11001] getaddrinfo failed

akhan23wgu commented 6 years ago

Use "python lgtv.py auth 192.168.1.83"