Subject: | get_share() fails for shares with many files, reports "not an Integer!" |
Getting a share that contains many files fails with an internal error.
Example for a large share with 385 image files (http://ge.tt/9jZpHpB)
vvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvvv
$ cat > test.pl
#!/usr/bin/perl
use Net::API::Gett;
my $gett = Net::API::Gett->new() or die;
my $share = $gett->get_share( '9jZpHpB' ) or die;
$ perl test.pl
9b is not an Integer! at (eval 45) line 67.
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
But still... - thanks a lot for maintaining this module!