[mythtv-users] Mythvideo/IMDB script not working [Bump]

David myth at dgreaves.com
Wed Jun 30 08:02:30 EDT 2004


Stephen Tait wrote:

> I'm highly confused. Something has evidently gone disastrously wrong 
> somewhere. Are there any PERL wizards here who can give any pointers 
> as to what the error means? I assume that (if my previous experience 
> with PERL modules is anything to go by) the script wouldn't run 
> without the correct PERL modules installed, as I discovered with the 
> ivtv stuff...
>
> *bashes gentoo in the face*

Possible LWP misconfig:

What does this give?

All on one line:
perl -e'use LWP::Debug qw(+);use LWP::UserAgent;$ua = LWP::UserAnew;my 
$req = HTTP::Request->new(GET=>"http://www.imdb.com/find?;q=akira");my 
$res = $ua->request($req);print $res->status_line,"\n";'

David


More information about the mythtv-users mailing list