Alexa Progressive Response stopped working in AWS Lambda - unrecognized requestId

0

I have a lamba endpoint for an Alexa Skill. The lambda calls the directive service to provide a Progressive Response as per the documentation - https://developer.amazon.com/en-US/docs/alexa/custom-skills/send-the-user-a-progressive-response.html Until recently the code worked fine - however I am now getting a HTTP 403 error with a message ERROR Error [ServiceError]: The skill is not allowed to send directives at the moment. at DirectiveServiceClient.<anonymous> (/opt/nodejs/node_modules/ask-sdk-model/index.js:219:35) at step (/opt/nodejs/node_modules/ask-sdk-model/index.js:45:23) at Object.next (/opt/nodejs/node_modules/ask-sdk-model/index.js:26:53) at fulfilled (/opt/nodejs/node_modules/ask-sdk-model/index.js:17:58) at processTicksAndRejections (node:internal/process/task_queues:96:5) { statusCode: 403, response: { message: 'Unrecognized requestId: xxxxxxxxxx' } }

I am using the example code from Amazon Alexa documentation. I have also sent the request directly in via HTTPS and get the same issue. Has anyone else encountered this issue and resolved it? Thanks

matthew
질문됨 4달 전49회 조회
답변 없음

로그인하지 않았습니다. 로그인해야 답변을 게시할 수 있습니다.

좋은 답변은 질문에 명확하게 답하고 건설적인 피드백을 제공하며 질문자의 전문적인 성장을 장려합니다.

질문 답변하기에 대한 가이드라인

관련 콘텐츠