Regarding improper response from chatbot

See I can even see from the action server debug session I’m hitting it and getting 200’s fine:

2019-10-22 08:58:37 INFO     rasa_sdk.executor  - Registered function for 'action_match_news'.
2019-10-22 08:58:37 INFO     rasa_sdk.endpoint  - Action endpoint is up and running on http ('0.0.0.0', 5055)
127.0.0.1 - - [2019-10-22 09:00:21] "POST /webhook HTTP/1.1" 200 369 0.752842
127.0.0.1 - - [2019-10-22 09:01:43] "POST /webhook HTTP/1.1" 200 369 0.646293

what is the commnad to run action server like m using rasa run actions are you using something else command

hey now its working i missed webhook at the end in the endpoints.yml file thanks alot

Like I mentioned in a few posts back you have to run it via:

rasa run actions --actions actions do this before starting the bot (Ensure this is in a separate window from the bot), then start up the bot in another window and it should work.

Ok awesome I had a feeling that was it

Hey ,@bthotharye when i am trying to visualize my story using rasa visualize m getting following error