From cliff.chen at sv.cmu.edu Thu Dec 29 21:25:29 2011 From: cliff.chen at sv.cmu.edu (Cliff Chen) Date: Thu, 29 Dec 2011 18:25:29 -0800 Subject: [Olympus developers 314]: Severe Issues with Tutorial 1 Message-ID: I've run into several critical issues trying to run Tutorial 1, none of which are covered by any kind of documentation or previous mailing archive response. If I run the tutorial and provide two locations for the TTYRecognitionServer, I run into an internal error. I took a look at the code and the offender seems to be line 73 of TaskBE.pm: if ($inputFrame{"query_type"} == $BEConstants::BUS_AFTER_THAT) { The $inputFrame{"query_type"} is a string, but it is being compared to an int. After fixing this by stripping off the quotes, the TTYRecognitionServer stops after outputting this line: S: Just a minute. Let me check that for you. Looking at the Ravenclaw tab, I see the following error message: Cannot perform conversion to new_result from string (dump below). { departure_time route failed 1 arrival_time } . How can I fix these issues? All I want is to run the tutorial to get a better understanding of how to build my own dialog management system. Thanks for your time, hope to hear back soon - Cliff Chen -------------- next part -------------- An HTML attachment was scrubbed... URL: http://mailman.srv.cs.cmu.edu/pipermail/olympus-developers/attachments/20111229/65f6311f/attachment.html