Hey guys,
I’m new to rasa and have been playing around with it for a week. I’ve been looking around and have found some topics but they weren’t exactly the same issue I have.
For the sake of simplicity I have deployed rasa x to a test cluster so you can try it and ask for password if you want to debug it.
I’m using the policy that is suggested in https://rasa.com/docs/rasa/nlu/choosing-a-pipeline/ and wanted to simply use mapping policy to start with something simple (faq bot).
Initially I setup the nlu with persian language but then I thought maybe the failure is because of the language but the same thing happen with engligh.
You can see I have added 2 intents (questions) and the corresponding responses and triggers in domain for mapping policy.
When I try to do a conversation with the bot I can see in the api call it detects the intent but then nothing happens.
you can try the bot here: http://rasa.genyus.tech/guest/conversations/production/bc070a83d8734d9f93befc81fe9dcaaf
With this question: who created the world?
You can see all the config in this gist: Rasa x config · GitHub
Thanks in advance and sorry if it’s a dumb question
Thanks for the fast response. Also really good to know about response selector (I would say it’s a killer feature but not really visible until you actually reach the section about it).
I checked the logs for rabbitmq and postgresql and there is no error logs.
But I did find this error in rasa production pod(I’m using the helm chart):
2020-04-06 09:21:12 ERROR rasa.core.processor - Encountered an exception while running action ‘first_answer’. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.