Encountered an exception while running action 'uttter_has_intention'.Bot will continue, but the actions events are lost. Please check the logs of your action server for more information

how do I solve this error:

Traceback (most recent call last):
  File "C:\Users\User\anaconda3\envs\rasa\lib\site-packages\rasa\core\processor.py", line 681, in _run_action
    events = await action.run(output_channel, nlg, tracker, self.domain)
  File "C:\Users\User\anaconda3\envs\rasa\lib\site-packages\rasa\core\actions\action.py", line 598, in run
    raise RasaException(
rasa.shared.exceptions.RasaException: Failed to execute custom action 'uttter_has_intention' because no endpoint is configured to run this custom action. Please take a look at the docs and set an endpoint configuration via the --endpoints flag. https://rasa.com/docs/rasa/custom-actions

I attached the files, please check

domain.yml (14.8 KB) nlu.yml (12.7 KB) stories.yml (29.1 KB) actions.py (710 Bytes) endpoints.yml (1.4 KB)

You should always start your response names with utter, not uttter

Ohhh… HAHAHAHAHA my baaad

1 Like