Can't Connect to Duckling Server

Hi, when I type something into the chatbot, like I want to transfer funds, I get an error that I can’t connect to Duckling. How do I fix this?

  • Failed to connect to duckling http server.

I checked and my url and port is correct in the config.yml file

Thanks!

add this in your pipeline (remove the square braces from the url, I did this because RASA was not allowing me to post a link):

  • name: DucklingEntityExtractor

    url: [http://]localhost:8000

    dimensions:

    • email

    • number

    • amount-of-money

now download the docker

docker pull rasa/duckling

Run the docker:

docker run -p 8000:8000 rasa/duckling

all in the save box