:Simple problem

C E Macfarlane c.e.macfarlane at macfh.co.uk
Sat May 7 01:25:29 PDT 2016


Please see below ...

www.macfh.co.uk/CEMH.html

>     -----Original Message-----
>     From: get_iplayer [mailto:get_iplayer-bounces at lists.infradead.org]On
>     Behalf Of John Reay
>     Sent: 07 May 2016 01:20
>     To: get_iplayer at lists.infradead.org
>     Subject: XML::Simple problem
>
>     Suddenly, today, I started getting this error with every attempted
>     download. Does anyone have any ideas?
>
>     john at system7 ~ $ get_iplayer --pid=b0795rt5
>     --file-prefix="<title>_<episode>_<pid>"  --vmode=best --force
>     get_iplayer v2.94, Copyright (C) 2008-2010 Phil Lewis
>       This program comes with ABSOLUTELY NO WARRANTY; for details
>     use --warranty.
>       This is free software, and you are welcome to redistribute
>     it under certain
>       conditions; use --conditions for details.
>
>     WARNING: Please download and run latest installer or install the
>     XML::Simple Perl module to use the Series and Brand parsing
>     functionality

Is this Linux, Mac, or Windows?  Either way, try going into a XTerm shell
(Linux), Command Prompt (Windows), or whatever the Mac equivalent is and
typing ...
	perl --version
(If doesn't this get a meaningful reaponse in that a message about the perl
program not being found is output instead of the the version of PERL that
you have installed, then you will have to find the path to the PERL program
yourself and prepend it to the following command) and then try ...
	cpan XML::Simple
... which should install/reinstall the module.




More information about the get_iplayer mailing list