question

Brian Bozarth avatar image
Brian Bozarth asked

Alexa Skill test return this error "The requested skill did not provide a valid response."

Hello,

Suddenly my Alexa skiIl returns this erro "The requested skill did not provide a valid response." when I test my skill with Alexa Simulator test method.

I texted my skill invocation name, but alexa saying me " The requested skill did not provide a valid response. "

If I test with Manual JSON method, then My https endpoint send me correct response.

Please help me.

alexa skillsalexa simulator
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

1 Answer

Andy Whitworth avatar image
Andy Whitworth answered

Where is your backend code hosted ? AWS lambda ? A third-party server ? First thing to check is if there are any entries in your code error logs (cloudwatch if your code is a lambda function). Also, do the logs show your function being invoked ?

1 comment
10 |5000

Up to 2 attachments (including images) can be used with a maximum of 512.0 KiB each and 1.0 MiB total.

Brian Bozarth avatar image Brian Bozarth commented ·

I use a third-party server.


1671614354784.png


I can't see JSON Input data and there isn't any request to server

When I use Manual JSON method, I can see correct response.

0 Likes 0 ·
1671614354784.png (114.3 KiB)