[mythtv-users] SchedulesDirect not working

Mark Bobak mark at bobak.net
Mon Apr 16 13:31:25 UTC 2012


Shot in the dark.....do you have space available in the directory where the
data is being written?
On Apr 16, 2012 8:55 AM, "Jim" <Jim.Herold at comcast.net> wrote:

> On 4/16/2012 12:16 AM, Bill Meek wrote:
>
>> On 04/15/2012 08:56 PM, Jim wrote:
>> ...
>>
>>>
>>> The logging is working but only shows the following:
>>>
>>> 2012-04-15 20:34:36.364556 I DataDirect: Grabbing listing data
>>> 2012-04-15 20:34:36.364631 I Downloading DataDirect feed
>>> 2012-04-15 20:34:46.433062 E DataDirect: Failed to get data: Download
>>> error
>>> 2012-04-15 20:34:46.433085 E Encountered error in grabbing data.
>>>
>> ...
>>
>> Hi;
>>
>> This will give you a little more data, and you can look at the output in
>> /tmp/mythfilldatabase.2012....**.log too.
>>
>>  mythfilldatabase --dd-grab-all --nodblog -v file,network --loglevel
>> debug --logpath /tmp
>>
>> The next debug line after "Downloading DataDirect feed" above should be:
>>
>> 2012-04-15 23:26:58.435913 D [14901/14901] CoreContext
>> mythdownloadmanager.cpp:621 (postAuth) - DownloadManager:
>> postAuth('http://webservices.**schedulesdirect.tmsdatadirect.**
>> com/schedulesdirect/**tvlistings/xtvdService<http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService>',
>> '<big number here>'
>>
>> Do you have $HTTP_PROXY set in error? (only asking 'cause I see it checked
>> in my output of the above.)
>>
>> You're failing postAuth(), returning here, if that's any clue to you:
>>
>>  https://github.com/MythTV/**mythtv/blob/master/mythtv/**
>> libs/libmythtv/datadirect.cpp#**L1027<https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/datadirect.cpp#L1027>
>>
>> So, my 1st guess is login/password, but you seem to have tested that
>> already.
>>
>>  Thanks Bill.  No Proxy set.  The log, further up, indicates "no
> HTTP_PROXY environment var".  Here's what appears to be the relevant
> section, though I don't see anything here to point me in a direction.
>
> 2012-04-16 07:47:24.852279 I [20106/20106] CoreContext filldata.cpp:231
> (GrabDDData) - Retrieving datadirect data.
> 2012-04-16 07:47:24.852294 I [20106/20106] CoreContext filldata.cpp:234
> (GrabDDData) - Grabbing ALL available data.
> 2012-04-16 07:47:24.852359 I [20106/20106] CoreContext datadirect.cpp:1157
> (GrabData) - DataDirect: Grabbing listing data
> 2012-04-16 07:47:24.852425 I [20106/20106] CoreContext datadirect.cpp:1020
> (DDPost) - Downloading DataDirect feed
> 2012-04-16 07:47:24.913081 D [20106/20106] CoreContext
> mythdownloadmanager.cpp:621 (postAuth) - DownloadManager: postAuth('
> http://webservices.**schedulesdirect.tmsdatadirect.**com/schedulesdirect/*
> *tvlistings/xtvdService<http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService>',
> '140735191287120')
> 2012-04-16 07:47:24.913520 D [20106/20112] DownloadManager
> mythdownloadmanager.cpp:687 (downloadQNetworkRequest) - Checking cache for
> http://webservices.**schedulesdirect.tmsdatadirect.**com/schedulesdirect/*
> *tvlistings/xtvdService<http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService>
> 2012-04-16 07:47:34.920624 E [20106/20106] CoreContext datadirect.cpp:1185
> (GrabData) - DataDirect: Failed to get data: Download error
> 2012-04-16 07:47:34.920648 E [20106/20106] CoreContext filldata.cpp:237
> (GrabDDData) - Encountered error in grabbing data.
> 2012-04-16 07:47:34.922316 E [20106/20106] CoreContext main.cpp:486 (main)
> - Failed to fetch some program info
> 2012-04-16 07:47:34.922409 I [20106/20106] CoreContext main.cpp:527 (main)
> - Adjusting program database end times.
> 2012-04-16 07:47:34.953752 D [20106/20112] DownloadManager
> mythdownloadmanager.cpp:913 (downloadError) - DownloadManager:
> downloadError 5 Operation canceled
> 2012-04-16 07:47:34.953799 D [20106/20112] DownloadManager
> mythdownloadmanager.cpp:1164 (downloadProgress) - DownloadManager:
> downloadProgress(0, 0) (for reply 7273168)
> 2012-04-16 07:47:34.953859 D [20106/20112] DownloadManager
> mythdownloadmanager.cpp:1180 (downloadProgress) - DownloadManager:
> downloadProgress: http://webservices.**schedulesdirect.tmsdatadirect.**
> com/schedulesdirect/**tvlistings/xtvdService<http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService>to  is at 0 of 0 bytes downloaded
> 2012-04-16 07:47:34.953910 D [20106/20112] DownloadManager
> mythdownloadmanager.cpp:953 (downloadFinished) - DownloadManager:
> downloadFinished(7273168)
> 2012-04-16 07:47:34.953948 D [20106/20112] DownloadManager
> mythdownloadmanager.cpp:938 (redirectUrl) - DownloadManager: redirectUrl()
> 2012-04-16 07:47:34.953982 D [20106/20112] DownloadManager
> mythdownloadmanager.cpp:1032 (downloadFinished) -
> downloadFinished(7490688): COMPLETE: http://webservices.**
> schedulesdirect.tmsdatadirect.**com/schedulesdirect/**
> tvlistings/xtvdService<http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService>
>
> Do you see anything helpful in there?  Just to test it I went directly to
> the URL shown in a browser and was able to successfully authenticate
> manually, though I get a 405 error because an HTTP Get isn't allowed there.
>
> I'm stumped and contemplating a move back to 0.24 fixes to get my box back
> into a useful place.
>
> Thanks for your help guys!
> ______________________________**_________________
> 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>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.mythtv.org/pipermail/mythtv-users/attachments/20120416/d49048ba/attachment.html>


More information about the mythtv-users mailing list