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

fix: get skill status should only poll when in progress #508

Closed spkai closed 7 months ago

spkai commented 7 months ago

Issue #, if available:

Description of changes: Currently, ask new continues polling for >15 minutes when one of the steps has failed, instead of displaying the error message. This CR will ensure polling occurs when a step is in progress.

By submitting this pull request, I confirm that you can use, modify, copy, and redistribute this contribution, under the terms of your choice.