Hey. I am using docker-compose to create bots and their actions servers, follow this: Running Rasa with Docker
However, it seems it is not working in my case. From the log i can see clearly that Action server started but the bot complained that it cannot find it:
bot_action_server_1 | 2019-10-24 21:21:55 INFO rasa_sdk.endpoint - Starting action endpoint server...
bot_action_server_1 | 2019-10-24 21:21:55 INFO rasa_sdk.executor - Registered function for 'action_queue_health'.
bot_action_server_1 | 2019-10-24 21:21:55 INFO rasa_sdk.executor - Registered function for 'action_queue_depth'.
bot_action_server_1 | 2019-10-24 21:21:55 INFO rasa_sdk.executor - Registered function for 'queue_health_form'.
bot_action_server_1 | 2019-10-24 21:21:55 INFO rasa_sdk.executor - Registered function for 'queue_depth_form'.
bot_action_server_1 | 2019-10-24 21:21:55 INFO rasa_sdk.endpoint - Action endpoint is up and running on http ('0.0.0.0', 5055)
bot_1 | 2019-10-24 21:21:58 INFO root - Starting Rasa server on http://localhost:5005
bot_1 | 2019-10-24 21:22:19 ERROR rasa.core.actions.action - Failed to run custom action 'queue_health_form'. Couldn't co
nnect to the server at 'http://localhost:5055/webhook'. Is the server running? Error: Cannot connect to host localhost:5055 ssl:None [Cannot assign requested address]
bot_1 | 2019-10-24 21:22:19 ERROR rasa.core.processor - Encountered an exception while running action 'queue_health_form'. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
bot_1 | 2019-10-24 21:22:19 ERROR rasa.core.actions.action - Failed to run custom action 'action_queue_health'. Couldn't connect to the server at 'http://localhost:5055/webhook'. Is the server running? Error: Cannot connect to host localhost:5055 ssl:None [Cannot
assign requested address]
bot_1 | 2019-10-24 21:22:19 ERROR rasa.core.processor - Encountered an exception while running action 'action_queue_healt
h'. Bot will continue, but the actions events are lost. Please check the logs of your action server for more information.
can anyone help?