Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-17 Thread gregor herrmann
On Thu, 16 Oct 2008 09:27:06 +0100, Mark Broadbent wrote: Gunnar Wolf wrote: And... The code failed to fail: From my machine, with the same code (but different username and apikey) Without patch: [failure] With patch: [success] I get the same results as Mark with and without patch, and

Processed: Re: Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-17 Thread Debian Bug Tracking System
Processing commands for [EMAIL PROTECTED]: notfound 502312 0.09-1 Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111) Bug no longer marked as found in version 0.09-1. thanks Stopping processing here. Please contact me if you need

Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-17 Thread Gunnar Wolf
notfound 502312 0.09-1 thanks I just uploaded 1.01-2, including the patch for this bug. The upstream author has acknowledged it, and will include it for his next release. However, I checked the release targetted for Lenny (0.09-1), and the bug is _NOT_ present there. Thank you, -- Gunnar Wolf

Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-16 Thread Mark Broadbent
Gunnar Wolf wrote: Seems like I doo need a test case for you reproducing this problem. I tried with: #!/usr/bin/perl use YAML; use Flickr::API; use Flickr::API::Request; my ($key, $username, $api, $req, $res); $key =

Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-15 Thread Mark Broadbent
Package: libflickr-api-perl Version: 1.01-1 Severity: grave Justification: renders package unusable When the execute_request function parses the XML response from Flickr, it calls the function _find_tag which checks for tags of type 'element' whereas it should be checking for type 'tag'.

Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-15 Thread Gunnar Wolf
tags 502312 + upstream, forwarded found 502312 0.09-1 found 502312 1.01-1 thanks I have submitted your bug report to the CPAN tracker: http://rt.cpan.org/Ticket/Display.html?id=40074 I will check your patch and prepare a fixed version - As I am not a regular user of Flickr::API, would you care

Processed (with 1 errors): Re: Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-15 Thread Debian Bug Tracking System
-upstream l10n etch etch-ignore lenny lenny-ignore. Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111) There were no tags set. Tags added: upstream found 502312 0.09-1 Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned

Bug#502312: libflickr-api-perl: Flickr API calls fail with 'API returned an invalid response' (line 111)

2008-10-15 Thread Gunnar Wolf
Seems like I doo need a test case for you reproducing this problem. I tried with: #!/usr/bin/perl use YAML; use Flickr::API; use Flickr::API::Request; my ($key, $username, $api, $req, $res); $key = this_is_not_my_real_key; $username