<p>Shot in the dark.....do you have space available in the directory where the data is being written?</p>
<div class="gmail_quote">On Apr 16, 2012 8:55 AM, "Jim" <<a href="mailto:Jim.Herold@comcast.net">Jim.Herold@comcast.net</a>> wrote:<br type="attribution"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 4/16/2012 12:16 AM, Bill Meek wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
On 04/15/2012 08:56 PM, Jim wrote:<br>
...<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
The logging is working but only shows the following:<br>
<br>
2012-04-15 20:34:36.364556 I DataDirect: Grabbing listing data<br>
2012-04-15 20:34:36.364631 I Downloading DataDirect feed<br>
2012-04-15 20:34:46.433062 E DataDirect: Failed to get data: Download error<br>
2012-04-15 20:34:46.433085 E Encountered error in grabbing data.<br>
</blockquote>
...<br>
<br>
Hi;<br>
<br>
This will give you a little more data, and you can look at the output in<br>
/tmp/mythfilldatabase.2012....<u></u>.log too.<br>
<br>
mythfilldatabase --dd-grab-all --nodblog -v file,network --loglevel debug --logpath /tmp<br>
<br>
The next debug line after "Downloading DataDirect feed" above should be:<br>
<br>
2012-04-15 23:26:58.435913 D [14901/14901] CoreContext mythdownloadmanager.cpp:621 (postAuth) - DownloadManager:<br>
postAuth('<a href="http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService" target="_blank">http://webservices.<u></u>schedulesdirect.tmsdatadirect.<u></u>com/schedulesdirect/<u></u>tvlistings/xtvdService</a>', '<big number here>'<br>
<br>
Do you have $HTTP_PROXY set in error? (only asking 'cause I see it checked<br>
in my output of the above.)<br>
<br>
You're failing postAuth(), returning here, if that's any clue to you:<br>
<br>
<a href="https://github.com/MythTV/mythtv/blob/master/mythtv/libs/libmythtv/datadirect.cpp#L1027" target="_blank">https://github.com/MythTV/<u></u>mythtv/blob/master/mythtv/<u></u>libs/libmythtv/datadirect.cpp#<u></u>L1027</a><br>
<br>
So, my 1st guess is login/password, but you seem to have tested that already.<br>
<br>
</blockquote>
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.<br>
<br>
2012-04-16 07:47:24.852279 I [20106/20106] CoreContext filldata.cpp:231 (GrabDDData) - Retrieving datadirect data.<br>
2012-04-16 07:47:24.852294 I [20106/20106] CoreContext filldata.cpp:234 (GrabDDData) - Grabbing ALL available data.<br>
2012-04-16 07:47:24.852359 I [20106/20106] CoreContext datadirect.cpp:1157 (GrabData) - DataDirect: Grabbing listing data<br>
2012-04-16 07:47:24.852425 I [20106/20106] CoreContext datadirect.cpp:1020 (DDPost) - Downloading DataDirect feed<br>
2012-04-16 07:47:24.913081 D [20106/20106] CoreContext mythdownloadmanager.cpp:621 (postAuth) - DownloadManager: postAuth('<a href="http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService" target="_blank">http://webservices.<u></u>schedulesdirect.tmsdatadirect.<u></u>com/schedulesdirect/<u></u>tvlistings/xtvdService</a>', '140735191287120')<br>
2012-04-16 07:47:24.913520 D [20106/20112] DownloadManager mythdownloadmanager.cpp:687 (downloadQNetworkRequest) - Checking cache for <a href="http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService" target="_blank">http://webservices.<u></u>schedulesdirect.tmsdatadirect.<u></u>com/schedulesdirect/<u></u>tvlistings/xtvdService</a><br>
2012-04-16 07:47:34.920624 E [20106/20106] CoreContext datadirect.cpp:1185 (GrabData) - DataDirect: Failed to get data: Download error<br>
2012-04-16 07:47:34.920648 E [20106/20106] CoreContext filldata.cpp:237 (GrabDDData) - Encountered error in grabbing data.<br>
2012-04-16 07:47:34.922316 E [20106/20106] CoreContext main.cpp:486 (main) - Failed to fetch some program info<br>
2012-04-16 07:47:34.922409 I [20106/20106] CoreContext main.cpp:527 (main) - Adjusting program database end times.<br>
2012-04-16 07:47:34.953752 D [20106/20112] DownloadManager mythdownloadmanager.cpp:913 (downloadError) - DownloadManager: downloadError 5 Operation canceled<br>
2012-04-16 07:47:34.953799 D [20106/20112] DownloadManager mythdownloadmanager.cpp:1164 (downloadProgress) - DownloadManager: downloadProgress(0, 0) (for reply 7273168)<br>
2012-04-16 07:47:34.953859 D [20106/20112] DownloadManager mythdownloadmanager.cpp:1180 (downloadProgress) - DownloadManager: downloadProgress: <a href="http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService" target="_blank">http://webservices.<u></u>schedulesdirect.tmsdatadirect.<u></u>com/schedulesdirect/<u></u>tvlistings/xtvdService</a> to is at 0 of 0 bytes downloaded<br>
2012-04-16 07:47:34.953910 D [20106/20112] DownloadManager mythdownloadmanager.cpp:953 (downloadFinished) - DownloadManager: downloadFinished(7273168)<br>
2012-04-16 07:47:34.953948 D [20106/20112] DownloadManager mythdownloadmanager.cpp:938 (redirectUrl) - DownloadManager: redirectUrl()<br>
2012-04-16 07:47:34.953982 D [20106/20112] DownloadManager mythdownloadmanager.cpp:1032 (downloadFinished) - downloadFinished(7490688): COMPLETE: <a href="http://webservices.schedulesdirect.tmsdatadirect.com/schedulesdirect/tvlistings/xtvdService" target="_blank">http://webservices.<u></u>schedulesdirect.tmsdatadirect.<u></u>com/schedulesdirect/<u></u>tvlistings/xtvdService</a><br>
<br>
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.<br>
<br>
I'm stumped and contemplating a move back to 0.24 fixes to get my box back into a useful place.<br>
<br>
Thanks for your help guys!<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>
</blockquote></div>