I have installed duckling but not using docker. I have resolved all the errors raised during the build, by following instructions in the below file.
But still I am facing the error:
rasa.nlu.extractors.duckling_http_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=āducklingā, port=8000): Max retries exceeded with url: /parse (Caused by NewConnectionError(ā<urllib3.connection.HTTPConnection object at 0x000001C037514208>: Failed to establish a new connection: [Errno 11001] getaddrinfo failedā))
Even when I am trying to execute the duckling-example-exe as below: stack exec duckling-example-exe This is the response: no port specified, defaulting to port 8000 Listening on http://0.0.0.0:8000
I would appreciate if anyone could help in resolving this error