I am getting the below error ,while trying to initiate dialogue in interactive training mode. But i am able to get result when operating in the shell model.
2019-07-26 00:18:49 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 00:18:49 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
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
hi @Juste what about this error
rasa.core.processor - Encountered an exception while running action ‘action_get_answer’. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code.
rasa.core.processor - ‘dict’ object has no attribute ‘endswith’
Traceback (most recent call last):