Questions tagged [ask-cli]
38 questions
1
vote
1 answer
[Error]: AWS credentials are not found in current profile. - ask-cli
After setting up AWS profile using ask-cli (ask init) I used ask clone command to get my skill. Everything worked pretty fine. After I wanted to upload the changes via:
ask lambda upload -f arn:aws:lambda:us-east-1:xxxxx:function:test -s .
I got…

Kevkevkev
- 11
- 1
- 2
1
vote
2 answers
Alexa Skill Management - ASK CLI
When I run 'ask init' a login browser page is opened. I login with my amazon account, and I am getting a Success message, but in the console I am getting the next error:
Call list-vendors error.
Error code: 401
{
"message": "You are not…

Mahima Gupta
- 3
- 3
0
votes
1 answer
Is it possible to upload logos for an Alexa Skill using the ASK CLI?
I'm learning how I might manage multiple similar Alexa Skills at scale. I think I have an approach to create and update the skills using gulp-template and the ask-cli.
However, I can't find a way to programmatically upload logos for the skills. Is…

Swotly
- 1
0
votes
1 answer
ask cli SMAPI node.js interace is failing
I am trying to get some metrics via the nodejs module for the ask-cli. here is my command and error:
ask smapi get-skill-metrics --skill-id amzn1.ask.skill.xxxxx --start-time 2020-10-14T12:45:00Z --end-time 2020-10-19T12:45:00Z --period PT1H…

Rich Elswick
- 561
- 5
- 20
0
votes
0 answers
Error Using ask deploy in Azure DevOps Release
Scenario
I am attempting to run ask deploy to deploy an Alexa Skill from a ubuntu-20.04 release agent in Azure DevOps. I'm using an AWS Shell Script task, which according to the description
Runs a shell script in Bash, setting AWS credentials and…

trademark
- 565
- 4
- 21
0
votes
1 answer
ask-cli deploy lambda takes long time
Whenever I try to run ask deploy lambda for the python lambda, it first attach and zip all the libraries and then updates the lambda scripts, which takes a long time. Is there any way to limit it to only updating the .py files that changed?
Thanks,

Hamid R. Darabi
- 109
- 2
- 10
0
votes
1 answer
Alexa-hosted skill error when using "ask new"
Spent a few hours on this now so time to ask for help. Trying to install Alexa ASK CLI on Windows 10.
NPM v5.5.1
Node v8.9.1
Git git version 2.28.0.windows.1
Ran "ask configure" and set up profile fine.
When i run "ask new" it gets to "- Cloning…

EHarpham
- 602
- 1
- 17
- 34
0
votes
1 answer
name 'REQUIRED_PERMISSIONS' is not defined
I am trying to setup a voice permission via alexa for a timer with the following code:
class LaunchRequestHandler(AbstractRequestHandler):
def can_handle(self, handler_input):
return…
user13888987
0
votes
1 answer
Error keeps throwing everytime i deploy my skill in ask-cli v2
enter image description here
I recently migrated from ask-cli v1 to v2
Every time i create a skill to be AWS Lambda hosted. But when I deploy the skill using "ask-deploy" through command line, I keep getting this error again and again. I don't know…

Deepak Sharma
- 1
- 1
0
votes
1 answer
ask deploy hangs while deploying to lambda
I have manually deployed a number of Alexa skills using a lambda backend and understand the manual process, however I am new to using the ask cli v2.
I believe I have all of the steps in the guide as far as having both ask and aws cli set. I have…

AhDev
- 486
- 11
- 16
0
votes
0 answers
Demos with persistence fail running locally
I run the Amazon Alexa video tutorial "Setup Local Debugging for an Alexa Skill", and debugging is successful on VSCode against "hello World" app, as in the video. However, running against any demo with persistence eg Cake Walk or High Low, the app…

Eggy
- 49
- 5
0
votes
1 answer
Jovo deploy unable to find ask-clik
I am trying to build Alexa skill with Jovo but stuck at one place where jovo deploy is not working. Looking at error it seems like its unable to find ask-cli. Jovo build works fine, plus if i try ask-cli deploy that one also works. The issue seems…

Akshay
- 657
- 2
- 19
- 38
0
votes
1 answer
Amazon ASK CLI Alexa Update Skill not working
I've created an Alexa skill based on the Hello World template using the ASK CLI. The skill is called demo-skill. I want to use the ask api update-skill command to update the skill to reflect local changes that I've made to the en-US.json file in…

Space Cadet
- 385
- 6
- 23
0
votes
1 answer
Is there a way to do ask deploy through jenkins?
I want to automate the process of deploying Alexa skill through and want my pipeline to do the following for me:-
ask deploy --target lambda if my lambda has been modified
ask deploy --target model if my models have been modified.
I know I can put…

S.Ali
- 29
- 4
0
votes
0 answers
Deploy Alexa skill on amazon using circle ci
I have created a Alexa skill and deployed from local system to the amazon. It is working fine.
Now I am trying to use circle ci to setup the alexa skill.
I have used ask cli to deploy the skill, It is throwing error.
- run:
name: 'npm…

VishalPandita
- 700
- 2
- 10
- 25