question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

Can not interrupt rasa run server by Ctrl+C on winodws

See original GitHub issue

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 :

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:closed
  • Created 4 years ago
  • Reactions:2
  • Comments:9 (5 by maintainers)

github_iconTop GitHub Comments

1reaction
mohankumargxcommented, Jul 31, 2019

@HatuneMiku You can use Ctrl+Pause to interrupt

0reactions
nkabramcommented, Jul 8, 2020

I have the same issue running rasa action server on windows powershell

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found