Open mohonish opened 8 years ago
Replies are indeed empty. I also added empty basic triggers, did a "parse" and still replies were blank.
It could be that you are not giving the data.json to the botHandle function. Maybe you guys are forgetting this
TopicSystem.importerFile('./data.json', function(){...
Running into the same problem.
@worldofpiggy That is not in the steps, Where do you put that?
The bot only responds with empty replies to any query. I parsed
main.ss
, checkeddata.json
and it is populated, then ran the server with debug config.It appears that the input "Hi" was successfully determined to be
~emohello
. After which it gets a blank reply.Trying to figure out what went wrong. Even tried adding my own triggers, but everything gets a blank reply.