niraj1234567890 / Funny_Chatbot

1 stars 0 forks source link

Last cell not working #1

Open easycashsniper opened 4 years ago

easycashsniper commented 4 years ago

Hi, I'm trying to reproduce the project and I found many issues that I was able to fix when running the script, but on the last cell when I run the chatbot, in the moment of asking for a joke of type father, I get the following error :

ERROR:rasa_core.processor:Encountered an exception while running action 'action_retrive_joke'. Bot will continue, but the actions events are lost. Make sure to fix the exception in your custom code.

The bot doesn't answer with a joke, Do you have any Idea on how to fixe the issue please. Thank you.

niraj1234567890 commented 4 years ago

Hey sorry for late response. It looks like custom action server is not running. You have to start custom action server by rasa run actions command on terminal before you talk to your bot. it will start a custom action server on port 5055. This will correct your error. Also let me know which are the issues you had faced during setting up this project and I'll try to correct it or cover it in the readME file so others don't have to bear.

Let me know if this helps.