-
Notifications
You must be signed in to change notification settings - Fork 21
Issue when running alexa-tv.py #11
Comments
Pip install requests
…On Dec 16, 2017 1:16 AM, "stevena9475" ***@***.***> wrote:
Hi, Thanks for this. I got to starting the script after all things
successful and auth tv was successful
but when running the alexa-tv.py file i get the below error, im sure its
something simple but can you help please?
Traceback (most recent call last):
File "alexa-tv.py", line 15, in
import fauxmo
File "/Users/xxxxxxxxxx/Documents/amazon-alexa-lg-tv-master/fauxmo.py",
line 31, in
import requests
ImportError: No module named requests
—
You are receiving this because you are subscribed to this thread.
Reply to this email directly, view it on GitHub
<#11>, or mute the
thread
<https://github.com/notifications/unsubscribe-auth/APdw4_tNS7EX5qa189Yw72zjExsxb6hpks5tA3xggaJpZM4RERDT>
.
|
Hi, if you referring to the requests file in the first steps this was done
Any other suggestions?
…Sent from my iPhone
On 16 Dec 2017, at 08:49, Abid Khan ***@***.***> wrote:
Pip install requests
On Dec 16, 2017 1:16 AM, "stevena9475" ***@***.***> wrote:
> Hi, Thanks for this. I got to starting the script after all things
> successful and auth tv was successful
>
> but when running the alexa-tv.py file i get the below error, im sure its
> something simple but can you help please?
>
> Traceback (most recent call last):
> File "alexa-tv.py", line 15, in
> import fauxmo
> File "/Users/xxxxxxxxxx/Documents/amazon-alexa-lg-tv-master/fauxmo.py",
> line 31, in
> import requests
> ImportError: No module named requests
>
> —
> You are receiving this because you are subscribed to this thread.
> Reply to this email directly, view it on GitHub
> <#11>, or mute the
> thread
> <https://github.com/notifications/unsubscribe-auth/APdw4_tNS7EX5qa189Yw72zjExsxb6hpks5tA3xggaJpZM4RERDT>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
It's looking for the module 'requests'. It can't find the module. Normally
if it can't find it, you're missing it. You're using Python 2, right?
…On Dec 16, 2017 3:39 AM, "stevena9475" ***@***.***> wrote:
Hi, if you referring to the requests file in the first steps this was done
Any other suggestions?
Sent from my iPhone
> On 16 Dec 2017, at 08:49, Abid Khan ***@***.***> wrote:
>
> Pip install requests
>
> On Dec 16, 2017 1:16 AM, "stevena9475" ***@***.***> wrote:
>
> > Hi, Thanks for this. I got to starting the script after all things
> > successful and auth tv was successful
> >
> > but when running the alexa-tv.py file i get the below error, im sure
its
> > something simple but can you help please?
> >
> > Traceback (most recent call last):
> > File "alexa-tv.py", line 15, in
> > import fauxmo
> > File "/Users/xxxxxxxxxx/Documents/amazon-alexa-lg-tv-master/
fauxmo.py",
> > line 31, in
> > import requests
> > ImportError: No module named requests
> >
> > —
> > You are receiving this because you are subscribed to this thread.
> > Reply to this email directly, view it on GitHub
> > <#11>, or mute
the
> > thread
> > <https://github.com/notifications/unsubscribe-auth/APdw4_
tNS7EX5qa189Yw72zjExsxb6hpks5tA3xggaJpZM4RERDT>
> > .
> >
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APdw48B9oPGrZwSAUB1CcbAQiOe4f7Ekks5tA53ogaJpZM4RERDT>
.
|
I’m using python 2.7.9
…Sent from my iPhone
On 16 Dec 2017, at 11:00, Abid Khan ***@***.***> wrote:
It's looking for the module 'requests'. It can't find the module. Normally
if it can't find it, you're missing it. You're using Python 2, right?
On Dec 16, 2017 3:39 AM, "stevena9475" ***@***.***> wrote:
> Hi, if you referring to the requests file in the first steps this was done
>
> Any other suggestions?
>
> Sent from my iPhone
>
> > On 16 Dec 2017, at 08:49, Abid Khan ***@***.***> wrote:
> >
> > Pip install requests
> >
> > On Dec 16, 2017 1:16 AM, "stevena9475" ***@***.***> wrote:
> >
> > > Hi, Thanks for this. I got to starting the script after all things
> > > successful and auth tv was successful
> > >
> > > but when running the alexa-tv.py file i get the below error, im sure
> its
> > > something simple but can you help please?
> > >
> > > Traceback (most recent call last):
> > > File "alexa-tv.py", line 15, in
> > > import fauxmo
> > > File "/Users/xxxxxxxxxx/Documents/amazon-alexa-lg-tv-master/
> fauxmo.py",
> > > line 31, in
> > > import requests
> > > ImportError: No module named requests
> > >
> > > —
> > > You are receiving this because you are subscribed to this thread.
> > > Reply to this email directly, view it on GitHub
> > > <#11>, or mute
> the
> > > thread
> > > <https://github.com/notifications/unsubscribe-auth/APdw4_
> tNS7EX5qa189Yw72zjExsxb6hpks5tA3xggaJpZM4RERDT>
> > > .
> > >
> > —
> > You are receiving this because you authored the thread.
> > Reply to this email directly, view it on GitHub, or mute the thread.
> >
>
> —
> You are receiving this because you commented.
> Reply to this email directly, view it on GitHub
> <#11 (comment)>,
> or mute the thread
> <https://github.com/notifications/unsubscribe-auth/APdw48B9oPGrZwSAUB1CcbAQiOe4f7Ekks5tA53ogaJpZM4RERDT>
> .
>
—
You are receiving this because you authored the thread.
Reply to this email directly, view it on GitHub, or mute the thread.
|
What output did you get when you try installing the requests module?
…On Dec 16, 2017 4:56 AM, "stevena9475" ***@***.***> wrote:
I’m using python 2.7.9
Sent from my iPhone
> On 16 Dec 2017, at 11:00, Abid Khan ***@***.***> wrote:
>
> It's looking for the module 'requests'. It can't find the module.
Normally
> if it can't find it, you're missing it. You're using Python 2, right?
>
> On Dec 16, 2017 3:39 AM, "stevena9475" ***@***.***> wrote:
>
> > Hi, if you referring to the requests file in the first steps this was
done
> >
> > Any other suggestions?
> >
> > Sent from my iPhone
> >
> > > On 16 Dec 2017, at 08:49, Abid Khan ***@***.***>
wrote:
> > >
> > > Pip install requests
> > >
> > > On Dec 16, 2017 1:16 AM, "stevena9475" ***@***.***>
wrote:
> > >
> > > > Hi, Thanks for this. I got to starting the script after all things
> > > > successful and auth tv was successful
> > > >
> > > > but when running the alexa-tv.py file i get the below error, im
sure
> > its
> > > > something simple but can you help please?
> > > >
> > > > Traceback (most recent call last):
> > > > File "alexa-tv.py", line 15, in
> > > > import fauxmo
> > > > File "/Users/xxxxxxxxxx/Documents/amazon-alexa-lg-tv-master/
> > fauxmo.py",
> > > > line 31, in
> > > > import requests
> > > > ImportError: No module named requests
> > > >
> > > > —
> > > > You are receiving this because you are subscribed to this thread.
> > > > Reply to this email directly, view it on GitHub
> > > > <#11>, or
mute
> > the
> > > > thread
> > > > <https://github.com/notifications/unsubscribe-auth/APdw4_
> > tNS7EX5qa189Yw72zjExsxb6hpks5tA3xggaJpZM4RERDT>
> > > > .
> > > >
> > > —
> > > You are receiving this because you authored the thread.
> > > Reply to this email directly, view it on GitHub, or mute the thread.
> > >
> >
> > —
> > You are receiving this because you commented.
> > Reply to this email directly, view it on GitHub
> > <https://github.com/akhan23wgu/amazon-alexa-lg-tv/
issues/11#issuecomment-352175303>,
> > or mute the thread
> > <https://github.com/notifications/unsubscribe-auth/
APdw48B9oPGrZwSAUB1CcbAQiOe4f7Ekks5tA53ogaJpZM4RERDT>
> > .
> >
> —
> You are receiving this because you authored the thread.
> Reply to this email directly, view it on GitHub, or mute the thread.
>
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#11 (comment)>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/APdw4zLEj12XgXMqpBcY7Y5lzsgh67dbks5tA6_tgaJpZM4RERDT>
.
|
sorted the requests i run requirements earlier not requests. I now have a new issue when running the python alexa-tv.py step Traceback (most recent call last): |
Hi, do you have any suggestions as to what I can try? Is it the version of python? |
below extract from requests: |
When running this: python alexa-tv.py, could not see new devices in alexa app |
i'm in the same boat. Everything went flawlessly running python 2.7.13 but won't show up when discovering devices. Any thoughts? |
i have been trying to figure this out but i am stumped! hoping that some dev guru can figure out what im missing :-( |
Closing - see #10 for similar issue. |
Hi, Thanks for this. I got to starting the script after all things successful and auth tv was successful
but when running the alexa-tv.py file i get the below error, im sure its something simple but can you help please?
Traceback (most recent call last):
File "alexa-tv.py", line 15, in
import fauxmo
File "/Users/xxxxxxxxxx/Documents/amazon-alexa-lg-tv-master/fauxmo.py", line 31, in
import requests
ImportError: No module named requests
The text was updated successfully, but these errors were encountered: