[mythtv-users] mythfilldatabase issues

Chris Porter hoodlum7 at gmail.com
Mon May 14 02:08:58 UTC 2012


On Sun, May 13, 2012 at 7:01 PM, Chris Porter <hoodlum7 at gmail.com> wrote:

>
>
> On Sun, May 13, 2012 at 6:51 PM, Bill Meek <keemllib at gmail.com> wrote:
>
>> On 05/13/2012 08:24 PM, Chris Porter wrote:
>> ...
>>
>>  for the record I do see some download errors in the log file for just the
>>> plain mythfilldatabase download. Most of the time it does not error out.
>>> I
>>> do believe it is some sort of time out issue with the download manager
>>> and
>>> Schedules Direct / TMS servers.
>>>
>>
>> There were timing changes (see: http://code.mythtv.org/trac/**
>> attachment/ticket/10662/**downloadmanager.diff<http://code.mythtv.org/trac/attachment/ticket/10662/downloadmanager.diff>
>> )
>> 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
>> from source.
>>
>> The new error messages were added 4/30/2012 (see:
>> http://code.mythtv.org/trac/**changeset/**9e59131ec6d352a6fdafc810b00476*
>> *5ba43588a7/mythtv<http://code.mythtv.org/trac/changeset/9e59131ec6d352a6fdafc810b004765ba43588a7/mythtv>
>> )
>> however, you must run with -v file and loglevel debug to see them.
>>
>> I suspect you're on the way to writing a new ticket on Trac, so you'll
>> need this anyhow:
>>
>>
>>  mythfilldatabase --nodblog --loglevel debug --verbose file,network
>> --logpath /tmp --dd-grab-all
>>
>> You can then attach it to the ticket (and put a copy in filebin.ca if
>> you want folks on this list
>> to look at it.)  Its also much easier to read than the folded lines in
>> email.
>>
>> If you're comfortable with protocol analysis, you can use tcpdump or
>> wireshark to watch what's going
>> on. In an earlier case (not the @ in the login one) the user wasn't
>> sending SchedulesDirect the proper
>> Realm (it was NULL, rather than an email address.) That user reverted to
>> 0.24 for the time being.
>> You're looking for:  Authorization: Digest username="yourNameHere",
>> realm="TMSWebServiceRealm"...
>> in the HTTP sent in response to the 401 error from SchedulesDirect.
>>
>> There are instructions for using tcpdump in: http://code.mythtv.org/trac/
>> **ticket/10662#comment:11<http://code.mythtv.org/trac/ticket/10662#comment:11>
>>
>> --
>> Good luck,
>>
>> Bill
>>
>> ______________________________**_________________
>> mythtv-users mailing list
>> mythtv-users at mythtv.org
>> http://www.mythtv.org/mailman/**listinfo/mythtv-users<http://www.mythtv.org/mailman/listinfo/mythtv-users>
>>
>
> 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
>
> search porter.com
> nameserver 192.168.1.1
>
> mythfilldatabase would do a dns query for
> webservices.schedulesdirect.tmsdatadirect.com.porter.com first and then
> eventually get around to webservices.schedulesdirect.tmsdatadirect.com.
> 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.
>
>
> --
> Working on World Domination since 2001
>
>
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.)

-- 
Working on World Domination since 2001
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120513/1b5b78ba/attachment.html>


More information about the mythtv-users mailing list