akhan23wgu / amazon-alexa-lg-tv

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

AttributeError: 'module' object has no attribute 'poll' #15

Closed shyamkumart closed 6 years ago

shyamkumart commented 6 years ago

i get this error while starting alexa-tv.py.

Traceback (most recent call last): File "alexa-tv.py", line 67, in p = fauxmo.poller() File "/git/amazon-alexa-lg-tv/fauxmo.py", line 67, in init self.poller = select.poll() AttributeError: 'module' object has no attribute 'poll'

poll==1.0 Python 2.7.10

shyamkumart commented 6 years ago

Fixed the issue .

stevenp commented 5 years ago

How did you fix the issue?