-
Notifications
You must be signed in to change notification settings - Fork 4.7k
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
Can not interrupt rasa run server by Ctrl+C on winodws #4118
Comments
Thanks for raising this issue, @tabergma will get back to you about it soon. |
@hatunemiku You can use Ctrl+Pause to interrupt |
@hatunemiku Does Ctrl+Pause work for you? We are using a Sanic server. There seems to be an ongoing discussion around that topic (sanic-org/sanic#108). |
@tabergma Ctrl+Pause not work for me at 1.1.8 just like Ctrl+C . |
@hatunemiku Are you willing to invest some time and check how the problem could be solved? The server is started here: https://github.com/RasaHQ/rasa/blob/master/rasa/core/run.py#L186 |
I've tried again using @mohankumargx @tabergma Thanks! |
I have exactly the same issue, I even tried to reset my window but it doesn't solve the problem |
I have this issue too. ctrl + c does not stop the server. |
I have the same issue running rasa action server on windows powershell |
Rasa version:
1.1.8
Python version:
Python 3.6
Operating system (windows, osx, ...):
Windows 10 1903
Issue:
Can not interrupt rasa run server by Ctrl+C on winodws immediately, after I send something to the server, it raise KeyboardInterrupt. can it be Interrupt immediately by Ctrl+C ?
Maybe we need something like :
https://stackoverflow.com/questions/17101502/how-to-stop-the-tornado-web-server-with-ctrlc
Thanks!
The text was updated successfully, but these errors were encountered: