Singularity
(Jonathan Silverman)
1
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!
tuhinsom
(Tuhin Som)
2
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):
now download the docker
docker pull rasa/duckling
Run the docker:
docker run -p 8000:8000 rasa/duckling
all in the save box