Rasa, I'm getting the following error in rasa:
rasa.core.processor - Encountered an exception while running action 'action_get_summary'. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code.
I fixed it myself after reading through the error messages which I later got from using
-vv
as the switch in the command.
Then ran the custom actions by specifying --endpoints endpoints
switch in the commands.
So now, I ran 2 command in 2 separate terminals:
rasa interactive -vv --endpoints endpoints.yml
rasa run -vv --endpoints endpoints actions