I created my Alexa Skill as an AWS Lambda Node.js app based on one of the provided examples in the Alexa Skills Kit. I followed all the instructions:
When I do this, she replies "There was a problem communicating with the requested application." In the Echo app it says:
Unexpected Communication Issue HelloWorld Request Identifier: amzn1.echo-api.request.e2d17280-592a-474f-a6b1-d1a9d8ff816d There was a problem communicating with the requested application
I can see from my AWS Lambda functions list that no requests have reached the service. I restarted Echo. I gave it an hour in case it just needed time to propagate somewhere, but it still gives the same response.
So this is a pretty ambiguous dead end. Has anyone ran into this? Any ideas what to try?
You'll need to restart your skill by saying, "Alexa, open…" Or, "Alexa, start…" For example, "Alexa, open My Family Trivia."
I noticed you didn't mention setting your Event Source. Here's the snippet from the documentation here.
Add the Alexa Skills Kit Event Source
Adding the Alexa Skills Kit event source to your function grants Alexa the necessary invocation permissions for your function.
Log in to the AWS Management Console and navigate to AWS Lambda.
Select your function in the list.
Click Actions and then select Add event source.
Select Alexa Skills Kit from the Event source type.
Click Submit.
Additionally, feel free to check out the Alexa Skills Kit Knowledge Base sub-forum for a list of common Q&A here.
Thanks!
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With