Hello Bruce,
Thanks for writing and sharing such a wonderful project. I am facing similar problem, let me describe what I am doing.
OS: Mac OSX
CS Version: CS6.91
1) I downloaded the ChatScript version and ran MacCompile.sh
2) I started ./BINARIES/ChatScript local mode.
3) Then I executed :build 0 and then :build Harry.
4) I am able to converse correctly chat bot.
Issue:
5) Then I started ./BINARIES/ChatScript to run in server mode.
6) The server started correctly.
./ChatScript port=1024 interface=127.0.0.1
ChatScript Release Version 6.91 pid: 0 64 bit MACH compiled Dec 10 2016 13:03:43 host=127.0.0.1
WordNet: dict=201377 fact=85709 stext=12704304 Dec07’16-14:44:33
Dictionary building disabled.
======== Began server 6.91 compiled Dec 10 2016 13:03:43 on host 127.0.0.1 port 1024 at Sun Dec 11 20:04:40 2016 serverlog:1 userlog: 1
Server ready - logfile:LOGS/serverlog1024.txt serverLog:1 userLog:1
7) Then I ran the php script https://github.com/bwilcox-1234/ChatScript/blob/52b42eb45bc0bbb7c482cf24b615f45952af8ee3/WEBINTERFACE/SIMPLE/index.php
8) The webpage is opening correctly.But whenever I type “Hi ” in chat box, I get this in response. Bot: No such bot.
9) I typed :build 0 and :build Harry in the chat box but after that also still getting the same response.
Can you please help me with this as I am stuck because of this. I tried finding tutorial for setting chatscript server but could not find anything. Please help