abhishek2
(abhishek)
1
hello, I’m new to rasa when I’m trying to write custom actions I’m getting an error. I’m using rasa 1.2.2 version. I’m attaching the SS of the error
endpoints.yml:
action_endpoint:
url: “http://localhost:5055/webhook/”
domain.yml:
actions:
- utter_greet
- action_hello_world
lampeska
(Karin)
2
Hello and welcome!
Do you have your action server running? Could you also post your action.py
file?
abhishek2
(abhishek)
3
actions.py (699 Bytes)
Here is the attached file.
also the action server is running
kaladin
(Michał)
4
Could you also post logs from action server?
kaladin
(Michał)
6
To be honest I dont see whats wrong here, also your code works for me. Maybe post here your whole project with all config files and stories