jovo-cli icon indicating copy to clipboard operation
jovo-cli copied to clipboard

smapiUpdateSkill:Server cannot process the request due to a client error.

Open EthanDev opened this issue 3 years ago • 7 comments

I'm submitting a...

  • [X] Bug report
  • [ ] Feature request
  • [ ] Documentation issue or request
  • [ ] Other... Please describe:

Expected Behavior

Should be able to deploy using jovo deploy

Current Behavior

Deploying project... > Deploying Alexa Skill (stage: test) × Updating Alexa Skill project for ASK profile default Deploying Interaction Model, waiting for build Enabling skill for testing » Error: There was a problem: » » [ERR] smapiUpdateSkill:Server cannot process the request due to a client error. » » Module: jovo-cli-platform-alexa »

Error log

If you have an error log, please paste it here.

Your Environment

  • Jovo CLI version used: 3.2.1
  • Operating System: Windows

EthanDev avatar Feb 06 '21 19:02 EthanDev

Hey @EthanDev, what's your process here? Could you post your project.js?

rubenaeg avatar Feb 10 '21 13:02 rubenaeg

Sure

EthanDev avatar Feb 15 '21 21:02 EthanDev

`// ------------------------------------------------------------------ // JOVO PROJECT CONFIGURATION // ------------------------------------------------------------------

module.exports = { "defaultStage": "dev", "stages": { "dev": { "endpoint": '${JOVO_WEBHOOK_URL}', "languageModel": { 'en-US': { "invocation": 'v. o. expert dev', }, }, "alexaSkill": { "nlu": 'alexa', "skillId": '{redacted}', "manifest": { "publishingInformation": { "locales": { "en-US": { "name": "VO expert dev" } } }, "apis": { "custom": { "interfaces": [{ "type": 'ALEXA_PRESENTATION_APL' }, { "type": 'CAN_FULFILL_INTENT_REQUEST' } ] } } } }, "config": { "db": { "FileDb": { "pathToFile": '../db/db.json', }, }, } }, "test": { "host": { "lambda": { "arn": "arn:aws:lambda:us-east-1:{redacted}:function:VO-Helper-TEST", "askProfile": "default" } }, "languageModel": { 'en-US': { "invocation": 'v. o. expert test', }, }, "alexaSkill": { "nlu": "alexa", "skillId": "{redacted}", "manifest": { "publishingInformation": { "locales": { "en-US": { "name": "VO expert test" } } }, "apis": { "custom": { "interfaces": [{ "type": 'ALEXA_PRESENTATION_APL' }, { "type": 'CAN_FULFILL_INTENT_REQUEST' } ] } } } }, "config": { "db": { "type": "dynamodb", "tableName": "VO-HELPER-TEST" } } }, "prod": { "host": { "lambda": { "arn": "arn:aws:lambda:us-east-1:{redacted}:function:VO-Helper-PROD", "askProfile": "default" } }, "languageModel": { 'en-US': { "invocation": 'v. o. expert', }, }, "alexaSkill": { "nlu": "alexa", "skillId": "{redacted}", "manifest": { "publishingInformation": { "locales": { "en-US": { "name": "VO expert prod" } } }, "apis": { "custom": { "interfaces": [{ "type": 'ALEXA_PRESENTATION_APL' }, { "type": 'CAN_FULFILL_INTENT_REQUEST' } ] } } } }, "config": { "db": { "type": "dynamodb", "tableName": "VO-HELPER-PROD" } } } } };`

EthanDev avatar Feb 15 '21 21:02 EthanDev

@rubenaeg see above project.js

EthanDev avatar Feb 15 '21 21:02 EthanDev

Has this been resolved?

I'm seeing it with: Jovo CLI v3.2.1 ASK CLI v2.22.4 Windows 10

It happens executing: jovo deploy --stage prod -t info

rmtuckerphx avatar May 05 '21 00:05 rmtuckerphx

Also hitting this as well on MacOS

ZhymonNorman avatar Jul 20 '21 19:07 ZhymonNorman

Hey everyone, sorry this got kind of lost in all the preparations for v4. We'll publish a new version for v3 of the Jovo CLI soon that will address these issues :+1:

rubenaeg avatar Sep 30 '21 08:09 rubenaeg