Read the statement by Michael Teeuw here.
MMM-MirrorMirrorOnTheWall installation issue
-
next part, in the alexa skills section where you test the skills you can see logs aswell:
I can see its triggering the :
"name": "ShowVideoIntent", "confirmationStatus": "NONE", "slots": { "searchTermVideo": { "name": "searchTermVideo", "value": "how to make slime", "confirmationStatus": "NONE"
so its looking for the video and then…nothing. check the whole log section for the alexa skill…its ALLOT and maybe you can figure something out from it.
-
Yeap exactly like yours …so does that mean that Lambda is not communicating back with Alexa and why not is the million dollar question question??
Another thing i noticed when you ask for images or display text no errors get recorded on Lambda …does this mean that our Api are missing for searches we have something wrong
I really don’t know at this point -
@richland007 Hey!
that is exactly what im trying to figure out. For some reason the lamda is not talking to the mirror.
As you say abt the picture search I have the sam “problem”
Can you check your iot core(the monitor), on my iot core I can see successful connections.
So I guess it means that the root.ca is working and talking to the iot core.
-
Any progress on this at all i have not done anything i was out of town since last Wednesday.
I don’t know which direction we should look towards … maybe the api keys and requests are the one messing up
i went back on the google developer console and i see my YouTube api hit a few times and with zero errors i also see the CSE (custom search engine) api hit also but with 100% errors …why ??
Since it is presenting the data by api numbers that means that the keys are working right but what is the error about??? where do you read more info about that???D
-
Well here it is the 100% Error on CSE is this
"400 badRequestIndicates that the query was invalid. E.g., parent ID was missing or the combination of dimensions or metrics requested was not valid.
Do not retry without fixing the problem. You need to make changes to the API query in order for it to work."
How do we fix this??
-
Hey!
well I havent tryed for a week or so with this project. Im out of ideas for now =(, I can see that the coder has done some minor changes at github but not likley to help us I guess.
have you seen the new updates at github?
-
I did check my CSE and I have actually 8 sucessful picture search…
-
OK si I checked My CSE again after my test yesterday, I can see its hitting my gse everytime I ask for searching of pictures…but the mirror ansers there is a problem…but the statistics showing its working.
so the bad link is between the mirror and the lamda funtions. Because the video and picture search are all fine. But all functions like ask to turn all modules off etc is not working at all.
-
Ok so may be it is the Magic Mirrors configuration fault the keys copied to the magic mirror config etc?? maybe we need to redo that one more time
have you tried reinstalling (delete completely, download again and reinstall) the MMM- MirrorMirrorOnTheWall part only?? than play around with the key paths and files again etc.
Because there is zero communication back with the mirror… all we are doing so far is fine tuning a skill within Alexa…but what worries me the most is why isn’t Alexa showing any videos or images on my Echo Spot …although now that i think about it is that i have not tested it with the Echo Spot since I made the code changes.If you got the MMM module on github the readme file was updated 15 hours ago but i see no other changes since the 3 months ago for mirrormirror.js file
anyhow all we got to do is keep trying -
@richland007 Hey!
I will try to start all over again. See whats happening. I can see there are some new changes in the files from the github. but im not that optimistic.
what abt u? have u started from scratch?