Read the statement by Michael Teeuw here.
MMM-MirrorMirrorOnTheWall installation issue
-
@richland007 its all done man =)
-
@oceank Dang it man i am the only one who hasn’t gotten around to finish it up. I will try tonight but i might need your help my man :)
-
@richland007 im available today so just send me a chat!
-
@oceank @blackpanda OK well i have triple checked my appID and pasted on the index.js file i have triple checked the endpoint and pasted on the mirrormirror.js file.
Went and checked my API keys on Google i had like 8 of them, however none of them were what i had on keys.json file (so wired) so i picked 2 from the list and wrote them there along with my custom search ID uploaded to Lambda and copied over to the MMM-MirrorMirrorOnTheWall folder as well.
I can see the MagicMirror: Connected to AWS IoT Subscribed for new-text, new-images, new-video, change-module also on Lambda i see the invocations getting posted on the logs all the time when i test from the developer.alexa with the invocation “magic mirror” i get the response “hello my queen blah blah blah…” but when i type show pictures of dwarfs i still get “there was a problem with requested skills response”
What am i doing wrong???
Is it the API keys form google ?? Where i can i see if they are getting hit with requests?
…and do you all get any errors on Lambda logs when you test Lambda (how do you test Lamda) i still get the appId not unique when it is absolutely mine!!!It is an ass whooping this module :) i am gonna throw a party when its done LOL
D -
@richland007 can you close and open the modules? does any of the magic mirror skill work? if you can close and open modules, there might be something with the API for google and youtube.
I do get labda error when I try to set up a test so I dont know why its like that. But all functions are working for me now. close, open all modues, find pictures, autostart youtube clip, clearing it etc.
What you can do is start the mirror with development option then you can see exactly what happens.
at the google console you can see both youtube and google search hits if they are succesfull or not.
At cloudwatch you can check the logs if it finds video or pictures…
-
@oceank Hey buddy… no wit won’t work with turning on and off modules either it just says “there was a problem with requested skills response” here are my Lamda errors




And MM says connected to AWS IoT obviously for all text, video, images, modules.
What the heck is going on where should i start troubleshooting
@blackpanda please help me :) i will greatly appreciate it
D -
@richland007 pm me I know how to get this done!
-
@oceank @blackpanda I deleted my Alexa skill and started from the beginning on the developers.alexa i also deleted my Lambda function and built it from the beginning still the same result.
IoT connects and Lambda gets hit i can see it in the metrics when i invoke the skill i can hear “Hello my queen how can i help etc…” but when i ask about anything else it says “There was a problem with your skills response”.
I went and checked the API keys on Google and they have never been hit, at the same time the MM modules do not turn on or off just in case the keys are off!!!
So what is causing it?? is it the interaction model ?? Cause i am sure it is not the certs because the IoT is connecting I can see that on startup the Connected to AWS IoT Subscribed for new-text, new-images, new-video, change-module…and and it is not the keys (although they have never been hit, but i am not 100% percent sure that they are right either) but than why is it not doing anything with the Magic Mirror such as turning On and Off modules and than saying there is nothing coming form the searches so that would tell us that it is the keys.
I think the next step will do to redo my interaction model since it is pretty big and just use someones that i know its working just to test, but other than that i am fresh out of ideas and i would love to hear form the experts if you will please… so i can get this going as well cause it is driving me nuts LOL :) -
@OceanK @blackpanda hello, Can you help me for a while?
The story is that I follow the tutorial for the Mirrormirroronthewall installation and also fixed all the issues I face in the process by follow a few forum guide. And now my Lambda is completely success
But for some reasons, The Alexa Developer Console always say that “There was a problem with the requested skill’s response”.
Can you help me, please. I don’t know where I put it wrong. I also put the policy in the IoT Core like Blackpanda said. Can you write a full tutorial for this module installation. -
@richland007 hey brah! I will sort it out for you. Im not home right now.
-
@OceanK Thank you for respond me. I’m very close! Amazon Developer Console Skill work perfect, Rpi already connect to AWS IoT, but can’t receive any command.
After very long process work with MirrorMirrorOnTheWall module, I finally got the skill work perfect. When I say “open on the wall”, the Alexa respond to me, and I ask to close all modules, It also respond “Yes my king, closing all Modules”.
And also, when I “pm2 logs mm” I see “Connected to AWS IoT, Subscribed :MagicMirror: new-text, new-images, change-module, new-video,…”. But for some reason, the command doesn’t make any change in the magicmirror, It look like something stop the exchange data between AWS IoT and Rpi. I read a lot of post but can not find out how to fix that. Does any one have the solution?
Thank you so much. -
I have followed the tutorial very closely to get the Alexa skill working but it doesn’t seem to work quite right. Right now my skill will start up and respond accordingly with “Hello my Queen” but when I asked it to display an image it says “there was a problem with requested skills response“.
When I checked my custom google search it is being hit with my request and it also says there were no errors.
Does anybody know what I could be missing?
-
@Diep-Trung how did you get the skill to start working? The only thing that seems to work for me is the start up. Any command after that just says “there was a problem with the selected skills response”.
Thanks for any help
-
All the info is in the thread for this to work
-
@parsons12 I’m at the same point you are. Trying to read through this thread to get a better idea of what I still have to do. I wish someone took the time to compile all the info into a nice doc. Have you figured this out yet? I get the Hello Queen response but then “unable to handle request” error whenever I try to show text, images, etc. I’m working through how to enable google search
-
@sbrundage85 Same Same. Started several months ago, went through this thread and still was not working. Just started to look at it again with a fresh install and go through the thread again. having the same issue. ill post more if i find something. Maybe the more attention we bring back to the thread the bigger the possibility of it getting fixed
-
So after going through the thread again, i am still stuck on the policy issue. i have tried @blackpanda code for the policy change while also changing the client ID to “MagicMirror” on both the pi/MirrorMirrorOnTheWallSkill/src/MirrorMirror.js and pi/MagicMirror/modules/MMM-MirrorMirrorOnTheWall/MirrorMirror.js
With this i still get Attempt to connect to AWS. my cloudwatch logs show
2019-07-19T20:27:06.893Z 100e7185-039f-42ce-be95-07ea3a83c847 Task timed out after 3.00 secondswhich might mean its still a policy security issue or its just not connecting to Iot core.
When Prompted with intent, Alexa responds with the usual Hello my Queen, but when given a command i continue to get the classic “there was a problem with requested skill response”. Although the logs do show that the youtube video is requested then it times out.
Any ideas?
-
This post is deleted!
Hello! It looks like you're interested in this conversation, but you don't have an account yet.
Getting fed up of having to scroll through the same posts each visit? When you register for an account, you'll always come back to exactly where you were before, and choose to be notified of new replies (either via email, or push notification). You'll also be able to save bookmarks and upvote posts to show your appreciation to other community members.
With your input, this post could be even better 💗
Register Login