Bug#504481: [libflickr-api-perl] Flickr API calls fail with 'API returned an invalid response'

2008-11-04 Thread Mark Broadbent
Package: libflickr-api-perl Version: 1.01-2 Severity: grave Tags: patch --- Please enter the report below this line. --- This is related to bug #502312. It would appear that the XML library used by this code has reverted back to returning 'element' types rather than 'tag' types requiring that

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 = "this_is_not_

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'. The

Bug#461194: libxml-parser-lite-tree-perl: Fails to parse simple XML file

2008-02-04 Thread Mark Broadbent
Package: libxml-parser-lite-tree-perl Version: 0.03-1 Followup-For: Bug #461194 Parsing a simpl XML file (given in [1]) using the perl script given in the command line below results in a parser failure: [EMAIL PROTECTED]:~/tmp$ cat test.xml | perl -e 'use XML::Parser::Lite::Tree; my $xml; while