this is in the logs
START RequestId: cc7bfdd1-ebfd-11e6-8d16-b56e041c9162 Version: $LATEST
23:49:57
Unable to import module ‘index’: Error at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (/var/task/index.js:23:14) at Module._compile (module.js:409:26) at Object.Module._extensions…js (module.js:416:10) at Module.load (
23:49:58
2017-02-05T23:49:58.043Z cc7bfdd1-ebfd-11e6-8d16-b56e041c9162 connect
Read the statement by Michael Teeuw here.
Posts
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
well just went through the whole thing again she still says there was a problem with the requested skills response and when i type hello into the service simulator the output is
The remote endpoint could not be called, or the response it returned was invalid. -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
So my orginal error was when I said Alex on the wall she would say there was a problem with the skill, I redid the version right before you added YouTube now when I say alexa on the wall it dings then freezes and I have to reboot the raspberry to get her to work again. I did Amazon’s hello world skill example and that one works fine. I’ll try your newest version again tonight after work.
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
So i have to have alexapi?
Because I’m running this
https://github.com/alexa/alexa-avs-sample-app
Which works great you said earlier that it should work with that. Do I need both -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
so another thing in your skill code theres
var MirrorMirror = require(‘./MirrorMirror’); does that expect the MMM-MirrorMirrorOnTheWall module folder to be called MirrorMirror because mines call MMM-MirrorMirrorOnTheWall -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
I have those installed still not seeing where i would get a host to put in there .
if I say alexa, on the wall. she says theres a problem with the requested skills respones the lambda cloud watch error shows the following17:21:45 START RequestId: 931bbc00-e710-11e6-b7a7-b3bf469e814d Version: $LATEST 17:21:45 Unable to import module 'index': Error at Function.Module._resolveFilename (module.js:325:15) at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (/var/task/MirrorMirror.js:1:76) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module. 17:21:45 END RequestId: 931bbc00-e710-11e6-b7a7-b3bf469e814d 17:21:45 REPORT RequestId: 931bbc00-e710-11e6-b7a7-b3bf469e814d Duration: 36.31 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 17 MB 17:21:45 START RequestId: 9342f35b-e710-11e6-872c-f9454aa4f261 Version: $LATEST 17:21:45 Unable to import module 'index': Error at Function.Module._load (module.js:276:25) at Module.require (module.js:353:17) at require (internal/module.js:12:17) at Object. (/var/task/MirrorMirror.js:1:76) at Module._compile (module.js:409:26) at Object.Module._extensions..js (module.js:416:10) at Module.load (module.js:343:32) at Function.Module._load (modul 17:21:45 END RequestId: 9342f35b-e710-11e6-872c-f9454aa4f261 17:21:45 REPORT RequestId: 9342f35b-e710-11e6-872c-f9454aa4f261 Duration: 0.61 ms Billed Duration: 100 ms Memory Size: 128 MB Max Memory Used: 17 MB
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
well i guess one thing i didnt do is in your directions it says
open MirrorMirror.js, replace the keyPath, certPath, and host to your ownwhere am I getting the host information from?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
welll I just cannot seem to get this to work she always says she doesnt understand I think it tried just once because she said there was a error with the skill that one time. :/
any ideas of what i can look for? -
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
@joanaz cool so I know nothing about this stuff when I’m getting the aws-iot-device-sdk do I want the java version or javascript?
-
RE: MMM-MirrorMirrorOnTheWall - Alexa voice control to hide/show modules and display text/images
do you know if it will work with this ? https://github.com/alexa/alexa-avs-sample-app
thanks