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 May 6, 2022. It is now read-only.
It should be noted in the readme that you should pip install requests as a requirement.
Also, when running in windows, I get the following error when trying to run the script:
Traceback (most recent call last):
File "alexa-tv.py", line 47, in
p = fauxmo.poller()
File "C:\Scripts\amazon-alexa-lg-tv-master\fauxmo.py", line 67, in init
self.poller = select.poll()
AttributeError: 'module' object has no attribute 'poll'
This is caused because poll is not properly implemented in the Windows or MacOS versions of python. The newest version of fauxmo fixes this problem.
The text was updated successfully, but these errors were encountered:
Platform: Windows 10
Python version 2.7.13
It should be noted in the readme that you should pip install requests as a requirement.
Also, when running in windows, I get the following error when trying to run the script:
Traceback (most recent call last):
File "alexa-tv.py", line 47, in
p = fauxmo.poller()
File "C:\Scripts\amazon-alexa-lg-tv-master\fauxmo.py", line 67, in init
self.poller = select.poll()
AttributeError: 'module' object has no attribute 'poll'
This is caused because poll is not properly implemented in the Windows or MacOS versions of python. The newest version of fauxmo fixes this problem.
The text was updated successfully, but these errors were encountered: