-
Notifications
You must be signed in to change notification settings - Fork 55
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
ask run stopped working with 2.29.1 #455
Comments
Update: I didn't realize that when reverting back to 2.29.0, there is no such version and...for some reason...it was actually reverting back to 2.24.0. I've since tried this with 2.28.0 and it works as expected. It breaks starting with 2.29.1. |
thanks for reporting the bug. in the meantime, let us know if you are having any more issues reverting back to 2.28.0/ a working version. |
fix: #455 latest code was not waiting for nodemon
this closed automatically, still need to release a new version to npm |
Just release ask-cli v 2.29.2 that has a fix. please give it a try and let us know if you are still running into issues with these new bits. |
That seems to work! Thanks |
Not working in 2.29.2 also |
hey @ktssr , are you seeing the original behavior that was reported here on 2.29.2, or some other error? |
Also could you provide your env details? This might help up get a repro on our side. OS: ? thanks |
Yes Nothing is being displayed after this and the command prompt is stuck. ctrl + c is the only way out Once the session is successfully started, you can use Region chosen: NA Session will last for 1 hour |
OS - Windows 10 64 bit |
Hey @ktssr , that is the correct behavior for If you want to do skill simulation via |
Thanks for clarifying @tydonelson. It's working as expected |
I'm submitting a...
Expected Behavior
Up to and including v2.28.0,
ask run
would start up a local run of the skill, allowing me to test my skill without deploying it.Current Behavior
After upgrading to v2.29.1,
ask run
emits only a line or two and then exits without error. Here is an example of what happens:It does not start a local run.
Reverting back to v2.28.0 makes it work again.
CLI Snapshot
If applicable, add screenshots to help explain your problem.
Steps to Reproduce (for bugs)
Possible Solution
Your Environment and Context
The text was updated successfully, but these errors were encountered: