<div class="gmail_quote"><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><div class="im">
</div>The &quot;file&quot; of which you speak is most likely, &quot;tmdb.xml&quot;.  That error<br>
occurs when there is absolutely no response from <a href="http://themoviedb.org" target="_blank">themoviedb.org</a> (not<br>
even an error code) and, therefore, is /no/ data to parse.<br>
<br>
The interesting thing is that the error occurs /very/ quickly--in spite<br>
of the timeout (which, by default with the Perl module in use is 3<br>
minutes--I&#39;m guessing, but haven&#39;t read the code to verify, that tmdb.pl<br>
is using the default).  So, how can you get /no/ response extremely<br>
quickly with a 3-minute timeout?  It happens when there&#39;s a network<br>
issues--such as name-resolution failure.<br>
<br>
Run the script a 2nd time (after the caching-only name server you&#39;re<br>
running has actually found the IP address for <a href="http://themoviedb.org" target="_blank">themoviedb.org</a>) and it<br>
works perfectly.  You can generally run it immediately after you dismiss<br>
the error dialog.  (If you don&#39;t run your own name server, complain to<br>
your ISP.  If your ISP&#39;s name server isn&#39;t causing problems, check your<br>
network/routing/proxies/...)<br>
<br>
Mike &quot;Hasn&#39;t gotten around to making a patch for that, yet, but it&#39;s<br>
easy to work around by re-running&quot; Dean<br>
</blockquote></div><br>The problem is, as soon as I hot OK to get out of that error dialog in the FE, the FE freezes on the &quot;retreiving data.. [looking for] moviename&quot; translucent screen.<br><br>Bob<br>