error raise ClientConnectorError(req.connection_key, exc) from exc
aiohttp.client_exceptions.ClientConnectorError: Cannot connect to host action_server:5055 ssl:default [Name or service not known]
Your action server pod must not be named action_server. You should use the standard helm chart which will automatically set the hostname for the action server.
Hi, I am using helm chart but getting below error for rasa oss pod and it is not executing custom action
Error in logs
Failed to execute custom action 'validate_phone_form' because no endpoint is configured to run this custom action.
I dont see any error on action server pod.
2022-07-01 10:51:24 INFO rasa_sdk.endpoint - Starting action endpoint server...
2022-07-01 10:51:24 INFO rasa_sdk.executor - Registered function for 'action_hello_world'.
2022-07-01 10:51:24 INFO rasa_sdk.executor - Registered function for 'action_start_conversation'.
2022-07-01 10:51:24 INFO rasa_sdk.executor - Registered function for 'action_say_hello'.
2022-07-01 10:51:24 INFO rasa_sdk.executor - Registered function for 'validate_fasting_sugar_form'.
2022-07-01 10:51:24 INFO rasa_sdk.executor - Registered function for 'validate_phone_form'.
2022-07-01 10:51:24 INFO rasa_sdk.endpoint - Action endpoint is up and running on http://0.0.0.0:5055
I also tried with endpoint entry in rasa-valies.yaml for rasa-action-server but it didn’t help, getting same error
endpoints:
## Fetch the model from your own HTTP server
## See: https://rasa.com/docs/rasa/model-storage#load-model-from-server
action_endpoint:
url: "http:/localhost:5055/webhook"
Super old thread but I’m trawling for answers and saw an error in your endpoint which is missing a forward slash. If anyone else comes across this the correct format should be: