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

"ask new" fails for python

Open ddurham2 opened this issue 1 year ago • 2 comments

I'm submitting a...


[ ] Regression (a behavior that used to work and stopped working in a new release)
[x] Bug report  
[ ] Performance issue
[ ] Feature request
[ ] Documentation issue or request 
[ ] Other... Please describe: 

Expected Behavior

A new skill to be be created.

Current Behavior

When running ask new to create a new python based skill fails. Input parameters:

  • Interaction Model
  • Python
  • Alexa-hosted skill
  • us-east-1
  • [skill-name]
  • [skillname]

Instead of it creating a skill, it runs for 10-15m and then fails with: [Error]: [Error]: Retry attempt exceeded.

Choosing nodejs instead of python works fine.

In the developer console, the skill was "created", but clicking on the code tab gives a failure.. meaning it partially did create.

Steps to Reproduce (for bugs)

Given above

Your Environment and Context

  • ask-cli version: 2.30.7
  • Operating System and version: Linux
  • Node.js version used for development: 16.20.2
  • NPM version used for development: 8.19.4

ddurham2 avatar Feb 21 '24 07:02 ddurham2

Thank you for reporting! We are actively investigating this issue.

spkai avatar Feb 21 '24 21:02 spkai