Closed jomizrahi92 closed 6 years ago
It worked 1 minute ago for me. What gave you the error? The Echo itself?
Yes on the echo app it shows that error.
That's weird. Try typing in Alexa, ask the garage door to close
on the testing tab of the Skill Configuration:
That works for me. But if I click the test simulator beta and try it there I get the same response as my echo device.
Huh.
Would you mind sending a screenshot and I'll look at it tomorrow?
Now my simulator works all of a sudden when I type "ask garage to open" when previosuly I was writing "open garage" or "open garage door" but my Alexa does not. Attached screenshot.
Weird again. Can you find a log on AWS Lambda?
Ok I am extremely confused and I feel like an idiot. Saying "ask garage to open" works Saying any of the following gives an error: "Ask my garage to open" "Open garage" "Open my garage"
Am I missing something? Shouldn't at least the others not give me a weird error but result in an error specifying the right way to be asked. I'm thinking now that the error I am getting might actually be the response of the welcome text or error text? And if so what am I missing? Also how can I add it so all those sayings work?
Ok. Can I get a screenshot of all Alexa Skills Dev Portal's tabs?
On Mar 6, 2018, at 7:07 PM, Joseph Mizrahi notifications@github.com wrote:
Ok I am extremely confused and I feel like an idiot. Saying "ask garage to open" works Saying any of the following gives an error: "Open garage" "Open my garage" "Ask my garage to open"
Same goes with replacing "garage" with "garage door" Am I missing something? Shouldn't at least the others not give me a weird error but result in an error specifying the right way to be asked. I'm thinking now that the error I am getting might actually be the response of the welcome text or error text? And if so what am I missing? Also how can I add it so all those sayings work?
— You are receiving this because you commented. Reply to this email directly, view it on GitHub https://github.com/jbnunn/Alexa-MyQGarage/issues/38#issuecomment-371007315, or mute the thread https://github.com/notifications/unsubscribe-auth/AT1_7BmIQlpu8xiXUJ4QM5864WyCi1Anks5tb07agaJpZM4SeBU9.
Try changing the app name to garage door. Dumb I know, but seems to help for me.
Changed only one saying works. But now its "doesn't support that" instead of "there was a problem". But the "doesn't support that" doesn't seem to be built into the actual skill. So i'm not exactly sure still why its not registering correctly.
I believe that is the intended functionality; A third party skill, such as this one, have to be 'asked' or 'told' to do something.
Interesting, alright thanks so much for all your help!
Getting an error when calling alexa,
The SpeechletResponse must not be null
. Followed all instructions. Can't seem to get it working. Want to make sure everything is correct and still working.