Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
1 of 4 tasks
EthanDev opened this issue Feb 6, 2021 · 7 comments · Fixed by #227
Open
1 of 4 tasks

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

EthanDev opened this issue Feb 6, 2021 · 7 comments · Fixed by #227
Assignees
Labels
Amazon Alexa Issues/PRs regarding Amazon Alexa functionality. Bug

Comments

@EthanDev
Copy link

EthanDev commented Feb 6, 2021

I'm submitting a...

  • 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
@rubenaeg rubenaeg added the Bug label Feb 10, 2021
@rubenaeg
Copy link
Contributor

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

@rubenaeg rubenaeg added this to the v4 milestone Feb 10, 2021
@rubenaeg rubenaeg added the Amazon Alexa Issues/PRs regarding Amazon Alexa functionality. label Feb 12, 2021
@rubenaeg rubenaeg self-assigned this Feb 12, 2021
@EthanDev
Copy link
Author

Sure

@EthanDev
Copy link
Author

`// ------------------------------------------------------------------
// 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
Copy link
Author

@rubenaeg see above project.js

@rmtuckerphx
Copy link
Contributor

rmtuckerphx commented May 5, 2021

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

@ZhymonNorman
Copy link

Also hitting this as well on MacOS

@rubenaeg
Copy link
Contributor

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 👍

@rubenaeg rubenaeg removed this from the v4 milestone Sep 30, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Amazon Alexa Issues/PRs regarding Amazon Alexa functionality. Bug
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants