I am trying to deploy on Slack a chatbot that I have developed with rasa_nlu and that I can run locally on my computer by launching a python script on a Ubuntu shell. So I am trying to use botkit.
I am trying to follow this tutorial :
https://github.com/sohlex/botkit-rasa
I have managed to connect to Slack (basically the bot that I have created on Slack appears as online). Now when I talk to the bot I get the following error message on my Ubuntu shell :
I guess it’s all about where (in what folder) I enter the command (or what I enter as project path) :
$ python -m rasa_nlu.server --path projects
Do you have any insight for this ?
Thank you for the help,
Best,