<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">This is due to the 10-second idle timeout in mythdownloadmanager.cpp.<br>
<br>
I&#39;m curious how long this is taking to see if it makes sense to bump the<br>
timeout up or if we&#39;re going to allow specifying a timeout per download<br>
to allow Schedules Direct / TMS downloads to take longer.<br>
<br>
If you compile from source, can you try something?<br>
<br>
Edit libs/libmythbase/mythdownloadmanager.cpp and look around line 816 for this:<br>
<br>
        (dlInfo-&gt;m_lastStat.secsTo(MythDate::current()) &lt; 10)) ||<br>
<br>
Change that 10 to a 15 and try again.  If that doesn&#39;t work, bump it up to 20<br>
and try again, seeing how high you have to go to get it to work.  Also, how<br>
many channels are we talking about?<br></blockquote><div><br></div><div>Chris,</div><div><br></div><div>I am trying to follow that log file, just so I better understand how to interpet them in the future.  I see the download start at 22:02:38, and work fine up to  22:02:42, where it has downloaded <span style="background-color:rgb(255,255,255)"><font color="#222222" face="arial, sans-serif">53402 bytes.  Then nothing for 10 seconds, when it finally fails the download at 22:02:52.  This looks to me like the timeout is only after 10 seconds with no data received.  Would increasing this delay really make a difference if SD has truly stopped sending data?  Isn&#39;t it unusual to get 53K in 4 seconds, then nothing for the next 10 (assuming that the first 53K wasn&#39;t the complete file)?</font></span></div>

<div><span style="background-color:rgb(255,255,255)"><font color="#222222" face="arial, sans-serif"><br></font></span></div><div><span style="background-color:rgb(255,255,255)"><font color="#222222" face="arial, sans-serif">I suspect that this isn&#39;t on the client side at all... instead, I suspect that the query isn&#39;t completing on the SD side.  At least that&#39;s what I would conclude based upon my interpretation of the logs... am I way off base?</font></span></div>

</div>