It looks like the &quot;internal error&quot; happens in MyBus when the backend returns a &quot;result&quot; with &quot;result.failed&quot;. Can you look at the logs from the backend process?<br><br>If I understand your question properly - I don&#39;t think that destination place is bound to the result concept in MyBus. The result concept is a list of routes designations with departure times, but there are no destination variables to bind in it. See line 100 in <a href="http://trac.speech.cs.cmu.edu/olympus/browser/tutorials/Tutorial1/branches/2.5/Agents/RavenClawDM/DialogTask.cpp">http://trac.speech.cs.cmu.edu/olympus/browser/tutorials/Tutorial1/branches/2.5/Agents/RavenClawDM/DialogTask.cpp</a><br>
<br>-Thomas<br><br><div class="gmail_quote">On Sat, Jul 17, 2010 at 2:42 PM,  <span dir="ltr">&lt;<a href="mailto:lang@cs.rochester.edu">lang@cs.rochester.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;">
Hello!<br>
<br>
Below (and attached) are the messages concerning my problem.<br>
Specifically, I am having problems getting the tutorial 1 to completely<br>
work.  Here is the dialog that occurs:<br>
<br>
&gt; S:  Welcome to MyBus.<br>
&gt; S:  Where are you leaving from?<br>
&gt; cmu<br>
&gt; S:  Where are you going?<br>
&gt; downtown<br>
&gt; S:  Just a minute. Let me check that for you.<br>
&gt; S:  I&#39;m sorry, I could not complete your request due to an internal error.<br>
&gt; S:  Where are you leaving from?<br>
What does it mean &#39;internal error&#39; and can I fix it?<br>
<br>
Also, could you shed some light on how the destination_place is bound to<br>
the result concept?  I am fairly certain that my program is is retaining<br>
the information provided by the user, but I cannot seem to print out a<br>
summary of it.<br>
<br>
Thank you for your time,<br>
Kate Lang<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
<br>
Hi Kate,<br>
<br>
I&#39;m not able to look at this right now, but maybe over the weekend.<br>
<br>
Yes, continue sending these to the olympus address. You&#39;re likely to get a<br>
response sooner that way.<br>
<br>
Thanks,<br>
-Thomas<br>
<br>
On Fri, Jul 16, 2010 at 5:00 AM, &lt;<a href="mailto:lang@cs.rochester.edu">lang@cs.rochester.edu</a>&gt; wrote:<br>
<br>
&gt; Hello Thomas,<br>
&gt;<br>
&gt; Thank you for your quick reply and I apologize for my late response. Yes,<br>
&gt; the spelling error was the problem with my program.  As for the tutorial<br>
&gt; this is the dialog that I have:<br>
&gt;<br>
&gt; S:  Welcome to MyBus.<br>
&gt; S:  Where are you leaving from?<br>
&gt; cmu<br>
&gt; S:  Where are you going?<br>
&gt; downtown<br>
&gt; S:  Just a minute. Let me check that for you.<br>
&gt; S:  I&#39;m sorry, I could not complete your request due to an internal error.<br>
&gt; S:  Where are you leaving from?<br>
&gt;<br>
&gt; Also, could you shed some light on how the destination_place is bound to<br>
&gt; the result concept?  I am fairly certain that my program is is retaining<br>
&gt; the information provided by the user, but I cannot seem to print out a<br>
&gt; summary of it.<br>
&gt;<br>
&gt; Lastly, should I be replying to this email address, or should I continue<br>
&gt; sending questions to the olympus address?<br>
&gt;<br>
&gt; Thank you very much for your time,<br>
&gt; Kate Lang<br>
&gt;<br>
&gt; &gt; Hello Kate,<br>
&gt; &gt;<br>
&gt; &gt; I&#39;m not familiar with the &quot;internal error&quot;, can you give more details<br>
&gt; &gt; about<br>
&gt; &gt; that?<br>
&gt; &gt;<br>
&gt; &gt; I noticed in the source file that you sent that a variable appears to be<br>
&gt; &gt; declared as num_total_ppl and then used as total_num_ppl. Maybe this<br>
&gt; could<br>
&gt; &gt; be the root of the error.<br>
&gt; &gt;<br>
&gt; &gt; Thanks,<br>
&gt; &gt; -Thomas<br>
&gt; &gt;<br>
&gt; &gt; On Wed, Jun 30, 2010 at 12:07 PM, &lt;<a href="mailto:lang@cs.rochester.edu">lang@cs.rochester.edu</a>&gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt;&gt; Hello!<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; My name is Katherine (Kate) Lang and I am a graduate student at the<br>
&gt; &gt;&gt; University of Rochester.  I am currently trying to adapt the Olympus<br>
&gt; &gt;&gt; system so that I may study the RavenClaw part.  However I am running<br>
&gt; &gt;&gt; into<br>
&gt; &gt;&gt; a couple problems.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; I have been working with tutorial 1 and on my computer I answer both the<br>
&gt; &gt;&gt; original and destination places, but then there is an internal error.<br>
&gt; &gt;&gt; Is<br>
&gt; &gt;&gt; this common?  Is there a fix for it?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Lastly, I attempted to write my own dialogue system (which happens to be<br>
&gt; &gt;&gt; my goal for the summer) based on the tutorial 1 code, but I cannot get<br>
&gt; &gt;&gt; it<br>
&gt; &gt;&gt; to work.  This is asking a lot, and it is very short, but could you<br>
&gt; &gt;&gt; please<br>
&gt; &gt;&gt; take a look at it and/or tell me common mistakes that I should look out<br>
&gt; &gt;&gt; for?<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; The problem is that the Welcome inform agent does not print out (I am<br>
&gt; &gt;&gt; using the tty option) anything when I have the request agent<br>
&gt; &gt;&gt; uncommented.<br>
&gt; &gt;&gt; If the request agent is commented out, then both of my inform agents<br>
&gt; &gt;&gt; work<br>
&gt; &gt;&gt; perfectly. I also tried something similar with a copy of RoomLine, but<br>
&gt; &gt;&gt; got<br>
&gt; &gt;&gt; the same results, so I do not believe that it is the internal error that<br>
&gt; &gt;&gt; I<br>
&gt; &gt;&gt; mentioned before.<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt; Thank you very much for your time,<br>
&gt; &gt;&gt; Kate Lang<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;&gt;<br>
&gt; &gt;<br>
&gt;<br>
&gt;<br>
</blockquote></div><br>