Endpoints.yml

Hi Nivek-

I tried both the sequences .

2019-07-26 10:20:37 ERROR rasa.core.processor - Encountered an exception while running action ‘action_ticket_search’. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code. 2019-07-26 10:20:37 DEBUG rasa.core.processor - The model predicted the custom action ‘action_ticket_search’ but you didn’t configure an endpoint to run this custom action. Please take a look at the docs and set an endpoint configuration. https://rasa.com/docs/rasa/core/actions Traceback (most recent call last): File “c:\users\91973\appdata\local\programs\python\python36\lib\site-packages\rasa\core\processor.py”, line 433, in _run_action events = await action.run(output_channel, nlg, tracker, self.domain) File “c:\users\91973\appdata\local\programs\python\python36\lib\asyncio\coroutines.py”, line 110, in next return self.gen.send(None) File “c:\users\91973\appdata\local\programs\python\python36\lib\site-packages\rasa\core\actions\action.py”, line 388, in run “”.format(self.name(), DOCS_BASE_URL) Exception: The model predicted the custom action ‘action_ticket_search’ but you didn’t configure an endpoint to run this custom action. Please take a look at the docs and set an endpoint configuration. https://rasa.com/docs/rasa/core/actions

Regards Snehashis