it seems i am getting this for all my actions
I have set my code snippets as follows
domain.yml intents:
- ask_remind_call: triggers: action_set_reminder
enpoints.yml action_endpoint: url: “http://localhost:5079/webhook”
i am running my action server with command: rasa run actions --actions actions -p 5079 --debug
after make all rasa servers on when i hit message for “ask_remind_call” intent, then I get the following error.
(reminder) C:\Users\msi1\Desktop\Gray Matrix Projects\Experiments\reminderbot>rasa run actions --actions actions -p 5079 --debug 2020-09-09 14:03:42 INFO rasa_sdk.endpoint - Starting action endpoint server… 2020-09-09 14:03:42 INFO rasa_sdk.endpoint - Action endpoint is up and running on http://localhost:5079 2020-09-09 14:03:42 DEBUG rasa_sdk.utils - Using the default number of Sanic workers (1). 2020-09-09 14:03:53 DEBUG rasa_sdk.executor - Received request to run ‘action_set_reminder’ 2020-09-09 14:03:53 ERROR rasa_sdk.endpoint - No registered action found for name ‘action_set_reminder’.
@MuraliChandran14, @flore, @alkak95, @MahimaVenu could you please help?