<div>I&#39;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.</div><div> </div><div>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:</div>
<div> </div><div>  if ($inputFrame{&quot;query_type&quot;} == $BEConstants::BUS_AFTER_THAT) {<br></div><div>The $inputFrame{&quot;query_type&quot;} 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:</div>
<div><br>S:  Just a minute. Let me check that for you.</div><div> </div><div>Looking at the Ravenclaw tab, I see the following error message:<br></div><div> Cannot perform conversion to &lt;CFrameConcept&gt; new_result from string (dump below).<br>
{  departure_time <br>  route <br>  failed 1<br>  arrival_time <br> } &lt;file ..\..\..\..\Libraries\RavenClaw\DMCore\Concepts\FrameConcept.cpp, line 353&gt;.</div><div> </div><div>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</div>
<div> </div><div>- Cliff Chen</div>