requests.exceptions.ConnectionError: HTTPConnectionPool(host='localhost', port=8002): Max retries exceeded with url: /webhooks/rest/webhook (Caused by NewConnectionError('<urllib3.connection.HTTPConnection object at 0x7f7629e0d9a0>: Failed to establish a new connection: [Errno 111] Connection refused'))
Description
When starting the app by running
make_install, webchat opens before Rasa server is up. In case a user tries to chat with a bot, the bot does not respond and the following error occurs:Suggestion for improvement
One of the solutions to the issue can be:
Notes