Hi, I’m using pycharm to run rasa terminal. When I access actions.py it shows me an error.
file endpoints.yml " action_endpoint: url: “http://localhost:5005/webhook”"
credentials.yml “rasa: url: “http://localhost:5005/api””
Hi, I’m using pycharm to run rasa terminal. When I access actions.py it shows me an error.
file endpoints.yml " action_endpoint: url: “http://localhost:5005/webhook”"
credentials.yml “rasa: url: “http://localhost:5005/api””
Hello @RodrigoLima , welcome to the Forum!
It looks like your action server is not running. You have to start it separately. So normally, you would run rasa run actions
in one terminal, and rasa shell
in another.
@j.mosig Thanks!!! It´s works.