I need help

rasa train rasa run action romve # from endpoint.yml rasa shell

Your input → what is my shirt_size?

2024-04-20 15:45:21 ERROR    rasa.core.processor  - Encountered an exception while running action 'action_say_shirt_size'.Bot will continue, but the actions events are lost. Please check the logs of your action server 
for more information.
Traceback (most recent call last):
  File "C:\Users\mahmoud\myenv\lib\site-packages\rasa\core\processor.py", line 982, in _run_action
    events = await action.run(
  File "C:\Users\mahmoud\myenv\lib\site-packages\rasa\core\actions\action.py", line 758, in run
    raise RasaException(
rasa.shared.exceptions.RasaException: Failed to execute custom action 'action_say_shirt_size' 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

You need to add your action server to the endpoints.yml:

action_endpoint:
  url: "http://localhost:5055/webhook"
1 Like

thanks sir but after run action and action_endpoint: url: “http://localhost:5055/webhook” the same erorr