[mythtv-commits] Ticket #2671: mythtv-setup's Retrieve Lineup in VideoSource is failing

MythTV mythtv at cvs.mythtv.org
Fri Nov 10 05:42:07 UTC 2006


#2671: mythtv-setup's Retrieve Lineup in VideoSource is failing
------------------------------------+---------------------------------------
 Reporter:  rcamara at rocketmail.com  |        Owner:  ijr    
     Type:  defect                  |       Status:  new    
 Priority:  minor                   |    Milestone:  unknown
Component:  mythtv                  |      Version:  0.20   
 Severity:  medium                  |   Resolution:         
------------------------------------+---------------------------------------
Comment (by anonymous):

 Ok, here is a new update that I found out. I got it working from the
 command line.

 /usr/bin/wget --http-user=xxxxx --http-passwd=xxxxx --post-
 file=/home/mythtv/mythtv_post_EHejas --header=Accept-Encoding:gzip
 http://datadirect.webservices.zap2it.com/tvlistings/xtvdService --output-
 document=-

 The file I attached earlier was actually taken from my local file,
 /home/mythtv/mythtv_post_EHejas

 So, manually executing the command from the console above will yield good
 result. There is no more 500 Internal Server Error. What I've noticed is
 that the /tmp/mythtv_post* temporary files gets deleted so quickly which
 results to wget not able to use it. So even if the wget's --post-file
 points to a path, it's going to receive a 500 Internal Server Error since
 the file is already gone. So what really happens is that, wget is sending
 an empty xml file.

-- 
Ticket URL: <http://svn.mythtv.org/trac/ticket/2671#comment:1>
MythTV <http://www.mythtv.org/>
MythTV


More information about the mythtv-commits mailing list