AI Zone Admin Forum Add your forum

NEWS: Chatbots.org survey on 3000 US and UK consumers shows it is time for chatbot integration in customer service!read more..

query function on linux gets Illegal query name:[removed]nullo(); indirect_s<v
 
 

I have some chat rules that use fact queries.  These work fine on Windows.  When I copy them to Linux (centos 6), I get this error when I ‘:trace topic’

....,...Enter Topic:
Illegal query nameindirect_s<vIllegal query nameindirect_s<vIllegal query nameindirect_s<vIllegal query nameindirect_s<

Here is a sample rule:

uSHOW_CPU ($solution ^query(indirect_s<v $solution cpu ?))
   
The $solution has CPU @0object 

This is using the binaries distributed with ChatScript-6.9

Are the compiled-in fact queries different on linux vs windows?  What are recommendations for diagnosing this issue?

Thanks,
Chris

 

 

 
  [ # 1 ]

My bad.  I single stepped through all the code in gdb on linux and then noticed that I had issues with file permissions in my topic files and with the command line args being passed into the program.

 

 
  login or register to react