[mythtv-users] Zap2It channel list didn't get channel names

Isaac Richards ijr at case.edu
Fri Apr 7 05:14:50 UTC 2006


On Friday 07 April 2006 01:01, Greg Stark wrote:
> Hm, I'm not sure this was really necessary, it seems I just have to stop
> the backend and run mythtv-setup and go to Video Source Setup and click
> Retrieve Lineups.
>
> As it happens I found the problem.
>
> Mythtv tries to run the following command:
>
>   wget --http-user=gsstark --http-passwd=password
> --post-file=/tmp/mythpostqTTw0I --header=Accept-Encoding:gzip
> http://datadirect.webservices.zap2it.com/tvlistings/xtvdService
> --output-document=-
>
> Except that that's invalid. All option arguments must precede all
> non-option arguments. In other words, --output-document=- must precede the
> URL.
>
> This command results in:
>
> Resolving --output-document=-... failed: Name or service not known.

What version of wget?  The man page for mine (1.10.2) says that that is 
allowed:

    You may freely mix different option styles, or specify options after the 
command-line arguments.  Thus you may write:

    wget -r --tries=10 http://fly.srk.fer.hr/ -o log

Isaac


More information about the mythtv-users mailing list