[mythtv-users] SchedulesDirect not working

Bill Meek keemllib at gmail.com
Mon Apr 16 05:16:03 UTC 2012


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', '<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

So, my 1st guess is login/password, but you seem to have tested that already.

-- 
Bill


More information about the mythtv-users mailing list