Action Events lost error

Why am I getting this error and how to solve it?

@Killer Did you run action server using rasa run actions --debug in a separate command line, Also did you uncomment the action_endpoint url in endpoint.yml

@Killer: If you are on Rasa, you probably forgot to run action server in different window, which need to run continuously. If its Rasa-x the problem is not that. If you are already running: then on the window of action server you will find the errors in your python action class, try to debug or simplify it. Also pls. share your files so that we can narrow down exactly.

yeah I ran rasa run actions in another terminal.Also I did uncomment the action_endpoint url

nlu.md (915 Bytes) stories.md (537 Bytes) actions.py (1.8 KB) config.yml (622 Bytes) credentials.yml (938 Bytes) domain.yml (670 Bytes) endpoints.yml (1.4 KB)

These are the files

image

change hotel to "hotel" which is a string

Thank you.The problem is solved.