@sdetweil Thanks so much for all your help and your patience with my lack of knowledge. Much appreciated. :)
Read the statement by Michael Teeuw here.
Latest posts made by xxLulaBelle
-
RE: Alexa Voice Service for Pi
-
RE: Alexa Voice Service for Pi
@sdetweil Changed to this and input same, I still get that error code. I give up :see-no-evil_monkey:
-
RE: Alexa Voice Service for Pi
@sdetweil said in Alexa Voice Service for Pi:
I have these four in the Allowed Origins Fields:
https://192.168.0.108:5050
https://192.168.0.108:5050
https://localhost:5050
https://localhost:5050In the Allowed Return URLs I have the same four but with /code at the end of each.
Again, I can’t remember exactly where I got this info, was a video on YT from memory. -
RE: Alexa Voice Service for Pi
@sdetweil said in Alexa Voice Service for Pi:
I just tried this and get the same error, could it be something else I am doing wrong?
:see-no-evil_monkey: -
RE: Alexa Voice Service for Pi
@sdetweil I put this in http://localhost:5050/code and it says Invalid, please enter your redirect URI?
-
RE: Alexa Voice Service for Pi
@xxlulabelle When I go through the MMM-awesome-alexa module, I can get to the part where I put in the Amazon Voice Service ID and secret but when it asks me for the Allowed Return URL I input http://192.168.0.108:5050/code, I can’t remember where I got this from, think it was a YT video months ago, when I go to open up the link they give to get the authentication code I get an error page. Any ideas?
-
RE: Alexa Voice Service for Pi
@sdetweil Thank you very much, I will give this a try tomorrow. Is it worth doing it do you think?
-
Alexa Voice Service for Pi
Hello,
I am trying to get Alexa on my Pi for some time now with no luck, probably due to the face I have no idea what I am doing. I found a video on YouTube and have been following her steps which she is getting from here https://developer.amazon.com/en-US/docs/alexa/avs-device-sdk/raspberry-pi-script.html
Scrolling to Run and Install Script, it says after installation it should say [100%] Built Target SampleApp but it does not. I get the following, any ideas?
################################################################################
[ 0%] Building CXX object AVSCommon/CMakeFiles/AVSCommon.dir/AVS/src/Attachment/InProcessAttachment.cpp.o
[ 0%] Building CXX object AVSCommon/CMakeFiles/AVSCommon.dir/AVS/src/AlexaClientSDKInit.cpp.o
/home/pi/avs-device-sdk/AVSCommon/AVS/src/AlexaClientSDKInit.cpp:16:10: fatal error: curl/curl.h: No such file or directory
#include <curl/curl.h>
^~~~~~~~~~~~~
compilation terminated.
make[3]: *** [AVSCommon/CMakeFiles/AVSCommon.dir/build.make:141: AVSCommon/CMakeFiles/AVSCommon.dir/AVS/src/AlexaClientSDKInit.cpp.o] Error 1
make[3]: *** Waiting for unfinished jobs…
make[2]: *** [CMakeFiles/Makefile2:8039: AVSCommon/CMakeFiles/AVSCommon.dir/all] Error 2
make[1]: *** [CMakeFiles/Makefile2:14137: SampleApp/src/CMakeFiles/SampleApp.dir/rule] Error 2
make: *** [Makefile:3620: SampleApp] Error 2
pi@raspberrypi:~ $