alexa / ask-cli

Alexa Skills Kit Command Line Interface
https://developer.amazon.com/en-US/docs/alexa/smapi/ask-cli-intro.html
Apache License 2.0
167 stars 54 forks source link

"ask new" fails for python #507

Open ddurham2 opened 7 months ago

ddurham2 commented 7 months ago

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:

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

spkai commented 7 months ago

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

zkorpio1 commented 2 weeks ago

hi, any news about this bug, i am in the same situation