MoriEdan / opensim4opencog

Automatically exported from code.google.com/p/opensim4opencog
1 stars 0 forks source link

botClientCmd(X). (now botdo/1) #10

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
What steps will reproduce the problem?
1. enter botClientCmd(X). into prolog repl

What is the expected output?
false, maybe?

 What do you see instead?
1 ?- botClientCmd(X).
ERROR: atomic_list_concat/3: Arguments are not sufficiently instantiated

Original issue reported on code.google.com by anneogb...@gmail.com on 30 Jun 2011 at 12:43

GoogleCodeExporter commented 8 years ago
But "Arguments are not sufficiently instantiated" is the right exception.

I supposed it should blame the botdo/1 instead of atomic_list_concat/3 though

Original comment by logicmoo@gmail.com on 1 Jul 2012 at 8:17

GoogleCodeExporter commented 8 years ago

Original comment by logicmoo@gmail.com on 22 Jul 2012 at 4:52

GoogleCodeExporter commented 8 years ago
17 ?- botdo(X).
ERROR: Unhandled exception: Unknown message: 
cogbot_user_error(instantiation_error(command(_G4737)))

Original comment by logicmoo@gmail.com on 24 Jul 2012 at 6:58

GoogleCodeExporter commented 8 years ago
Fixed in r3418 http://code.google.com/p/opensim4opencog/source/detail?r=3418 

Original comment by logicmoo@gmail.com on 24 Jul 2012 at 7:00