[mythtv-commits] Ticket #2671: mythtv-setup's Retrieve Lineup in VideoSource is failing
MythTV
mythtv at cvs.mythtv.org
Thu Nov 9 22:31:15 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 |
------------------------------------+---------------------------------------
Distro: Fedore Core 3
Kernel: 2.6.15.1
MythTv version: 0.20
I came from 0.18, then to 0.19 and updated to 0.20 about a month ago. I
have 3 existing capture cards entries. I added a new firewire capture card
and I'm able to record unencyrpted shows on DCT6200 via firewire on the
command line.
Then I run mythtv-setup(via ssh) to create a new card in 2. Capture Cards.
Then on 3. Video sources, I create a new DataDirect entry. I put a new
Description and my username/password and I click on Retrieve Lineups then
it doesn't populate the DataDirect lineup dropdown. Also, if I go to the
old DataDirect Entries I had before and I click on Retrieve Lineups, it
will unpopulate the DataDirect lineups dropdown.
Going back when I click on Retrieve Lineups, on the ssh screen, I get the
message below:
Resolving datadirect.webservices.zap2it.com... 206.18.98.160
Connecting to datadirect.webservices.zap2it.com[206.18.98.160]:80...
connected.
POST data file missing: /tmp/mythtv_post_dAj2u6
HTTP request sent, awaiting response... 401 Unauthorized
Connecting to datadirect.webservices.zap2it.com[206.18.98.160]:80...
connected.
POST data file missing: /tmp/mythtv_post_dAj2u6
HTTP request sent, awaiting response... 500 Internal Server Error
16:20:31 ERROR 500: Internal Server Error.
However, when I run mythfilldatabase manually, it runs fine for my old
data direct entries. It is able to connect properly to the server using
the same username/password.
I renamed /usr/bin/wget to /usr/bin/wget.real and created a new script
with the same name, /usr/bin/wget.
[root @localhostp cat /usr/bin/wget
#!/bin/sh
echo $0 $1 $2 $3 $4 $5 $6 $7 $8 $9 $10 $11 $12 $13 $14 $15 > /tmp/zap2it
This is what I got when I clicked on Retrieve Lineups
[root @localhostp cat /tmp/zap2it
/usr/bin/wget --http-user=xxxxxxxx --http-passwd=xxxxxxxx --post-
file=/tmp/mythtv_post_Hrmlda --header=Accept-Encoding:gzip
http://datadirect.webservices.zap2it.com/tvlistings/xtvdService --output-
document=-
I modified the --http-user and --http-passwd above to xxxxxxxx for
security reasons but I'm sure it is correct.
--
Ticket URL: <http://svn.mythtv.org/trac/ticket/2671>
MythTV <http://www.mythtv.org/>
MythTV
More information about the mythtv-commits
mailing list