akhan23wgu / amazon-alexa-lg-tv

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

Alexa is not discovering the devices #13

Closed randv123 closed 5 years ago

randv123 commented 6 years ago

I have everything running after updating the code to Python 3. Pairing done with the TV. But Alexa app does not discover anything.

Don't understand "Mobile TV On" comment in the instructions? what is that?

I am using Echo Dot. thanks

akhan23wgu commented 6 years ago

Under the TV settings, turn on "Mobile Tv"

On Sun, Apr 1, 2018, 9:00 AM randv123 notifications@github.com wrote:

I have everything running after updating the code to Python 3. Pairing done with the TV. But Alexa app does not discover anything.

Don't understand "Mobile TV On" comment in the instructions? what is that?

I am using Echo Dot. thanks

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/akhan23wgu/amazon-alexa-lg-tv/issues/13, or mute the thread https://github.com/notifications/unsubscribe-auth/APdw45rofOymRJfd8mtZYLvZGXBDZ2TYks5tkOubgaJpZM4TC29F .

timothe commented 6 years ago

How do you update the code to Python 3? Is there another fork, commit? I managed to make the original code to run on Python 2 but I encounter the same issue: the Alexa app doesn't find the Device. (Mobile TV is on, and I get the "Hello World" page)

DoudouJack commented 6 years ago

Same issue here. When entering discovery mode I see DEBUG:root:Responding to search for tv and all other apps but Alexa app ends saying no new devices found. I launch the script with python 2.7, Mobile TV is on, auth has been done. Edit: python lgtv.py auth X.X.X.X returns {"closing": {"reason": "", "code": 1000}} is it the normal closing code ? I got promped on the tv and accepted.

cbarratt commented 5 years ago

i get the exact same @DoudouJack ! has anyone here figured it out?

akhan23wgu commented 5 years ago

Code 1000 is normal. If you want a working python 3 build, check out @jamckee's fork here