This was working fine until 18/Jan (last podcast I have)
Command Line:
- Code: Select all
>perl get_iplayer.pl --profiledir=. --type=podcast "books and authors" --get
Debug output and error message:
- Code: Select all
versions: default
web: http://www.bbc.co.uk/programmes/b006qp6p
INFO: 1 Matching Programmes
INFO: Checking existence of default version
Can't use string ("1/8") as a HASH ref while "strict refs" in use at get_iplayer
.pl line 3993.
Lines of code:
- Code: Select all
# record prog depending on the prog type
# only use modes that exist
my @modes;
Line 3993----> my @available_modes = sort keys %{ $prog->{streams}->{$version} };
for my $modename ( split /,/, $modelist ) {
# find all numbered modes starting with this modename
push @modes, sort { $a cmp $b } grep /^$modename(\d+)?$/, @available_modes;
}
Using 2.66 and latest plugins, Vista Business.
I don't have any modes set in the options file (I did have some set in the past).
I'm outside the UK.
James
