I have just updated to 0.11.2 from 0.10.4 and their is a whole lott of things changed and i am struck on using my actions. I am getting below error on running my core server with command
Failed to run custom action ‘action_welcome’. Action server responded with a non 200 status code of 500. Make sure your action server properly runs actions and returns a 200 once the action is executed. Error: 500 Server Error: INTERNAL SERVER ERROR for url: http://localhost:5055/webhook
How? Please post some more details, including the command you ran to start it and the contents of your endpoints.yml. Also the logs that come from the action server
You dont have a template for ‘utter_welcome’ in your domain file. It’s not specified under “templates”, but you do have it referenced under actions. Do you have it coded in your actions file?
if i understand what you are trying to ask here stories will play their roles which you will train the bot with . Action server returns the required action which will be trained by you
Yes… when i have trained my stories I need to call custom_actions… SO at that time when I m calling custom actions I was getting above error…So basically my bot is not able to get trained with custom actions