Hi, my bot awsners through rasa shell command, but via twilio. Connection is patching through ngrok, i get the 204 no content in it, but bot doesnt respond.
Connection is working since i receive headers and infos in terminal.
I tried downloading another demo of rasa and still have the same issue
Rasa server is up and running. 2022-12-16 15:28:17 ERROR rasa.nlu.extractors.duckling_entity_extractor - Failed to connect to duckling http server. Make sure the duckling server is running/healthy/not stale and the proper host and port are set in the configuration. More information on how to run the server can be found on github: GitHub - facebook/duckling: Language, engine, and tooling for expressing, testing, and evaluating composable language rules on input strings. Error: HTTPConnectionPool(host=‘localhost’, port=8000): Max retries exceeded with url: /parse (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x00000161C040A1F0>: Failed to establish a new connection: [WinError 10061] No connection could be made because the target machine actively refused it’)) 2022-12-16 15:28:17 INFO twilio.http_client - – BEGIN Twilio API Request – 2022-12-16 15:28:17 INFO twilio.http_client - POST Request: https://api.twilio.com/2010-04-01/Accounts/ACe0b7b1b4f5f3a7cad89535132cb48269/Messages.json 2022-12-16 15:28:17 INFO twilio.http_client - Headers: 2022-12-16 15:28:17 INFO twilio.http_client - User-Agent : twilio-python/7.14.2 (Windows AMD64) Python/3.9.13 2022-12-16 15:28:17 INFO twilio.http_client - X-Twilio-Client : python-7.14.2 2022-12-16 15:28:17 INFO twilio.http_client - Accept-Charset : utf-8 2022-12-16 15:28:17 INFO twilio.http_client - Content-Type : application/x-www-form-urlencoded 2022-12-16 15:28:17 INFO twilio.http_client - Accept : application/json 2022-12-16 15:28:17 INFO twilio.http_client - – END Twilio API Request – 2022-12-16 15:28:18 INFO twilio.http_client - Response Status Code: 201 2022-12-16 15:28:18 INFO twilio.http_client - Response Headers: {‘Date’: ‘Fri, 16 Dec 2022 18:28:19 GMT’, ‘Content-Type’: ‘application/json; charset=utf-8’, ‘Content-Length’: ‘815’, ‘Connection’: ‘keep-alive’, ‘Twilio-Request-Id’: ‘RQb1cf655bc2b31ac5931dbc094d21c34d’, ‘Twilio-Request-Duration’: ‘0.099’, ‘Access-Control-Allow-Origin’: ‘*’, ‘Access-Control-Allow-Headers’: ‘Accept, Authorization, Content-Type, If-Match, If-Modified-Since, If-None-Match, If-Unmodified-Since, Idempotency-Key’, ‘Access-Control-Allow-Methods’: ‘GET, POST, DELETE, OPTIONS’, ‘Access-Control-Expose-Headers’: ‘ETag’, ‘Access-Control-Allow-Credentials’: ‘true’, ‘X-Powered-By’: ‘AT-5000’, ‘Twilio-Concurrent-Requests’: ‘1’, ‘X-Shenanigans’: ‘none’, ‘X-Home-Region’: ‘us1’, ‘X-API-Domain’: ‘api.twilio.com’, ‘Strict-Transport-Security’: ‘max-age=31536000’}