Hi, I just installed KnoppMyth and think that I'm almost there with MythTV. Where I'm stuck is when it tries to query zap2it's servers for my program guide.
When it was trying, I quickly switched over to a different virtual console and did a 'ps auxw |grep wget' and grabbed the command it was doing so I could try it by hand. It's apparently getting a 401 Unauthorized error, but I know the username and passwd are correct: ### [EMAIL PROTECTED]:~$ wget --http-user='myuid' --http-passwd='mypasswd' --post-file='/tmp/mythposttDzJiu' --header='Accept-Encoding:gzip' http://datadirect.webservices.zap2it.com/tvlistings/xtvdService --output-document=- | gzip -df --20:04:36-- http://datadirect.webservices.zap2it.com/tvlistings/xtvdService => `-' 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/mythposttDzJiu HTTP request sent, awaiting response... 401 Unauthorized Connecting to datadirect.webservices.zap2it.com[206.18.98.160]:80... connected. POST data file missing: /tmp/mythposttDzJiu HTTP request sent, awaiting response... 401 Unauthorized Authorization failed. ### It looks like it's expecting some data in /tmp/mythposttDzJiu but it doesn't exist. Does anyone know what might be causing this? Thanks! _______________________________________________ mythtv-users mailing list [email protected] http://mythtv.org/cgi-bin/mailman/listinfo/mythtv-users
