Can not interrupt rasa run server by Ctrl+C on winodws
See original GitHub issueRasa 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 :
try:
tornado.ioloop.IOLoop.instance().start()
except KeyboardInterrupt:
tornado.ioloop.IOLoop.instance().stop()
https://stackoverflow.com/questions/17101502/how-to-stop-the-tornado-web-server-with-ctrlc
Thanks!
Issue Analytics
- State:
- Created 4 years ago
- Reactions:2
- Comments:9 (5 by maintainers)
Top Results From Across the Web
Cannot terminate rasa action server and rasa run using "Ctrl + ...
I have to use CTRL+c two times and it works. Solution for Windows user and this is working in both cmd and anaconda...
Read more >Node JS ctrl + C doesn't stop server (after starting server with ...
When I start my server with node app. js in the command line (using Git Bash), I can stop it using ctrl +...
Read more >Add a Customized Rasa Chatbot for Your Facebook Page
yml and endpoints.yml files and restart the Rasa server. you can stop the server with Ctrl+C and start the server with the command...
Read more >Introduction to Linux - BaRC
Ctrl -c: stop a process that is running. • Tab-completion: – Complete commands/file names. • Unix is case-sensitive.
Read more >Impress your boss by giving your Rasa-bot a voice with Twilio ...
The best part is that you can run your bot from your own machine! You don't have to deploy it to a server...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
@HatuneMiku You can use Ctrl+Pause to interrupt
I have the same issue running rasa action server on windows powershell