<br><br><div class="gmail_quote">On Sun, May 13, 2012 at 7:01 PM, Chris Porter <span dir="ltr"><<a href="mailto:hoodlum7@gmail.com" target="_blank">hoodlum7@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="HOEnZb"><div class="h5"><br><br><div class="gmail_quote">On Sun, May 13, 2012 at 6:51 PM, Bill Meek <span dir="ltr"><<a href="mailto:keemllib@gmail.com" target="_blank">keemllib@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 05/13/2012 08:24 PM, Chris Porter wrote:<br>
...<div><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
for the record I do see some download errors in the log file for just the<br>
plain mythfilldatabase download. Most of the time it does not error out. I<br>
do believe it is some sort of time out issue with the download manager and<br>
Schedules Direct / TMS servers.<br>
</blockquote>
<br></div>
There were timing changes (see: <a href="http://code.mythtv.org/trac/attachment/ticket/10662/downloadmanager.diff" target="_blank">http://code.mythtv.org/trac/<u></u>attachment/ticket/10662/<u></u>downloadmanager.diff</a>)<br>
but I don't see them in my 0.26-pre checkout. That won't help much, as it doesn't appear you're building<br>
from source.<br>
<br>
The new error messages were added 4/30/2012 (see: <a href="http://code.mythtv.org/trac/changeset/9e59131ec6d352a6fdafc810b004765ba43588a7/mythtv" target="_blank">http://code.mythtv.org/trac/<u></u>changeset/<u></u>9e59131ec6d352a6fdafc810b00476<u></u>5ba43588a7/mythtv</a>)<br>
however, you must run with -v file and loglevel debug to see them.<br>
<br>
I suspect you're on the way to writing a new ticket on Trac, so you'll need this anyhow:<div><br>
<br>
mythfilldatabase --nodblog --loglevel debug --verbose file,network --logpath /tmp --dd-grab-all<br>
<br></div>
You can then attach it to the ticket (and put a copy in <a href="http://filebin.ca" target="_blank">filebin.ca</a> if you want folks on this list<br>
to look at it.) Its also much easier to read than the folded lines in email.<br>
<br>
If you're comfortable with protocol analysis, you can use tcpdump or wireshark to watch what's going<br>
on. In an earlier case (not the @ in the login one) the user wasn't sending SchedulesDirect the proper<br>
Realm (it was NULL, rather than an email address.) That user reverted to 0.24 for the time being.<br>
You're looking for: Authorization: Digest username="yourNameHere", realm="TMSWebServiceRealm"...<br>
in the HTTP sent in response to the 401 error from SchedulesDirect.<br>
<br>
There are instructions for using tcpdump in: <a href="http://code.mythtv.org/trac/ticket/10662#comment:11" target="_blank">http://code.mythtv.org/trac/<u></u>ticket/10662#comment:11</a><br>
<br>
--<br>
Good luck,<br>
<br>
Bill<div><div><br>
______________________________<u></u>_________________<br>
mythtv-users mailing list<br>
<a href="mailto:mythtv-users@mythtv.org" target="_blank">mythtv-users@mythtv.org</a><br>
<a href="http://www.mythtv.org/mailman/listinfo/mythtv-users" target="_blank">http://www.mythtv.org/mailman/<u></u>listinfo/mythtv-users</a><br>
</div></div></blockquote></div><br></div></div>before I write ticket up I figured out my particular problem. I have a local DNS domain and my wireless router handles the lookup for it. On my Backend system I had<br><br>
search <a href="http://porter.com" target="_blank">porter.com</a><br>
nameserver 192.168.1.1<br><br>mythfilldatabase would do a dns query for <a href="http://webservices.schedulesdirect.tmsdatadirect.com.porter.com" target="_blank">webservices.schedulesdirect.tmsdatadirect.com.porter.com</a> first and then eventually get around to <a href="http://webservices.schedulesdirect.tmsdatadirect.com" target="_blank">webservices.schedulesdirect.tmsdatadirect.com</a>. By then it was too late and the timing was all messed up. If I take out the search domain it works fine. It is possible I have a configuration problem, but the setup has not change and was working on my 0.24 setup.I suspect timing with the download manager is more touchy than with wget of 0.24.<div class="HOEnZb">
<div class="h5"><br clear="all">
<br>-- <br>Working on World Domination since 2001<br><br>
</div></div></blockquote></div><br>for the record I am compiling for source. I am quite comfortable with patching and running wireshark. Lets just say I know enough C/C++ and some QT to be dangerous. If you want I will still write the ticket up, but I want your opinion on my findings. (I had to used wireshark to see mythfilldatabase was doing a lookup with my local domain name first.)<br clear="all">
<br>-- <br>Working on World Domination since 2001<br><br>