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

Dan Morphis dan at milkcarton.com
Wed Jun 30 11:47:26 EDT 2004


Stephen Tait wrote:
> 
> Bingo.
> 
> banquo root # 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";' Can't locate
> object method "request" via package "LWP::UserAnew" (perhaps you
> forgot to load "LWP::UserAnew"?) at -e line 1.
> 
> Looks like I'm missing this module (flip know where it's got to...?)
> or it's misconfigured. I'll go and google it; in the meantime if
> anyone has any idea how to fix this I'd be much obliged for any
> shortcuts :^)
> 
To install all the crap you need for this, do this (as root):
perl -MCPAN -e shell

install LWP::Simple
install HTML::Entities
install URI::Escape
install Getopt::Std

That will install the perl mod's needed.


More information about the mythtv-users mailing list