Hi all,
I’am Corentin and i’am working on Chatbots for a business : Addventa.
I’am a beginner on ChatScript and i’am trying to discover and I try to discover this by trying everything possible.
Currently, i’am trying to configure ChatScript to make it use MongoDB for the USERS folder instead of having it locally, but I can’t do it.
These are the steps i did :
[Windows 10 - 64 bits ]
INSTALLATION :
1 - Installed last version of ChatScript.
2 - Installed mongoDB, and configured it
3 - Used RoboMongo to check my Database (Run perfectly)
CONFIGURATION :
4 - Set the variable : mongo=“mongodb://localhost:27017 ChatScript topic:MyCollection” (as said in the ChatScript documentation : ‘HTMLDOCUMENTATION/ESOTERIC-CHATSCRIPT/ChatScript-MongoDB.html’)
5 - Used ChatScriptmongo executable to Build1 my personnal botdata (local language=FRENCH build1=files.txt).
TESTING :
6 - Launched ChatScriptmongo executable as a server (language=FRENCH port=1025).
7 - Launched ChatScriptmongo executable as a client (login=me client=localhost:1025).
RESULT :
The client working perfectly, but ChatScript still writing in USERS folder instead of using mongoDB.
Did you have this type of trouble ?
Do you have any solutions please ?
Thanks,
Corentin