-
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
Latest version freezes when trying to run actions server #4971
Comments
output of pip list:
|
Hi @samscudder , unfortunately I cannot reproduce the error. |
No matter what is in the actions.py, I don't get the
message. I took my actions file and started removing stuff to see if it would start. I ended up with just the "Hello World" example. Here's a file that fails:
This is a newly installed CentOS 7 machine. SELinux is
Then I loaded the spacy file, installed MongoDB, configparser, requests and simplejson. Uploaded my models and scripts from another machine, ran training ( |
It seems like that log was removed: RasaHQ/rasa-sdk@755ef54 which is why you're not seeing it. If you like, you can create a PR to bring it back. Have you tried to check whether the action server is actually running? if you run it on |
Hey Ella!... Thanks for the update. I ran the actions server, and it is responding. I used the hello world to test it. In debug mode I can see it receiving calls and responding. I don't think that message should have been removed. The message saying that the server has started is a lot more important than saying that it is going to start (which was left in). Removing a message like that could break a whole load of user watchdog processes that check to see if it is up and running, and I don't remember seeing this in the release notes. Sorry I'm a bit of a noob here and have no idea what's the right way to create a PR. Thanks again! |
Hi @samscudder, |
It was just a log message that was removed in Rasa 1.5. The action server was runnning and responding correctly. |
|
Rasa version: 1.5.3
Rasa SDK version (if used & relevant): 1.5.2
Python version: 3.6.9 (Anaconda)
Operating system (windows, osx, ...): RHEL 7 (CentOs) - Running on a Dell XPS i7 with 16Gb RAM
Issue: When I issue "rasa run actions", I get a list of functions, but no line stating that the action server is runner on port 5055. If I try and access the action endpoint, it timeouts. The last version I tested where it ran correctly was 1.4.6 (Python 3.6.9)
Error (including full traceback):
No error message... The computer just freezes. Ctrl-C interrupts the script.
This is the last message that appears until Ctrl-C is entered. When I press Ctrl-C, I just get a ^C and prompt. No traceback.
Here's the output from top, ordered by PID descending:
Command or request that led to error:
Content of configuration file (config.yml) (if relevant):
Content of domain file (domain.yml) (if relevant):
The text was updated successfully, but these errors were encountered: