79159676

Date: 2024-11-05 15:13:59
Score: 5
Natty:
Report link

I am able to invoke and successfully trigger the LaunchRequest. However, after each user enters the PIN, I am receiving an error message. Instead of routing to the intended handler, the skill is going to InvocationIntent and SessionEndedRequest, and it is not reaching the SessionHandler as expected. How can I resolve this issue? The same skill and code are currently working in production, but they are not functioning in the development or test environment

{ "type": "SessionEndedRequest", "requestId": "amzn1.echo-api.request.37d31b46-c395-4767-a89f-474425078c38", "timestamp": "2024-11-05T15:00:47Z", "locale": "en-IN", "reason": "ERROR", "error": { "type": "INTERNAL_SERVICE_ERROR", "message": "Can't find skill bundle metadata for skillId amzn1.ask.skill.7c737edc-529e-4ad0-83dd-b9057b5b1bb9 locale en-IN stage development" } }

Reasons:
  • Blacklisted phrase (0.5): How can I
  • RegEx Blacklisted phrase (1.5): How can I resolve this issue?
  • RegEx Blacklisted phrase (1): I am receiving an error
  • Long answer (-0.5):
  • No code block (0.5):
  • Contains question mark (0.5):
  • Unregistered user (0.5):
  • Low reputation (1):
Posted by: user28146775