I am trying to run the financial demo project but get the following 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 th e 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: HTTPConnec tionPool(host=‘duckling’, port=8000): Max retries exceeded with url: /parse (Caused by NewConnectionError(‘<urllib3.connection.HTTPConnection object at 0x0000011625748548>: Failed to establish a new connection: [Errno 11001] getaddrinfo failed’))
Here is the output of “docker run -p 8000:8000 rasa/duckling”: Listening on http://0.0.0.0:8000
Here is the config file:
- name: DucklingHTTPExtractor
url: http://localhost:8000
dimensions:
- amount-of-money
- time
- number