Skip Menu |

This queue is for tickets about the Net-API-Gett CPAN distribution.

Report information
The Basics
Id: 73671
Status: resolved
Priority: 0/
Queue: Net-API-Gett

People
Owner: Nobody in particular
Requestors: bitcard [...] post2.25u.com
Cc:
AdminCc:

Bug Information
Severity: Critical
Broken in: 1.01
Fixed in: 1.02



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!
From: bitcard [...] post2.25u.com
It seems that the attached patch fixes the problem; I did only verify it with one specific share, though - not sure if there's side effects on other parts of Net::API::Gett API.
Subject: patch
Download patch
application/octet-stream 219b

Message body not shown because it is not plain text.

On Mon Jan 02 07:50:07 2012, arost wrote: Show quoted text
> It seems that the attached patch fixes the problem; I did only verify it > with one specific share, though - not sure if there's side effects on > other parts of Net::API::Gett API.
Thanks for the patch and the bug report. I will have v1.02 up on CPAN momentarily.
From: bitcard [...] post2.25u.com
Great, thanks for quick support!