Skip Menu |

This queue is for tickets about the WebService-MusicBrainz CPAN distribution.

Report information
The Basics
Id: 27287
Status: resolved
Worked: 1 hour (60 min)
Priority: 0/
Queue: WebService-MusicBrainz

People
Owner: bfaist [...] cpan.org
Requestors: ron.kuper [...] sonos.com
Cc:
AdminCc:

Bug Information
Severity: (no value)
Broken in: (no value)
Fixed in: (no value)



Subject: Bug report, and proposed fix
Date: Fri, 25 May 2007 09:48:15 -0400
To: <bug-WebService-MusicBrainz [...] rt.cpan.org>
From: "Ron Kuper" <ron.kuper [...] sonos.com>

Message body is not shown because sender requested not to inline it.

Distribution: WebService::MusicBrainz, version 0.09 Perl version: 5.8.8 Operating System: Linux (FC6) 2.6.15-1.2054_FC5 I discovered that the "offset" for queries isn't supported by the Perl implementation. This means that if a caller wants to scroll through a long list of search results, they will be unable to in the current implementation. The fix is quite simple: just add the keyword "offset" in every call to set_url_params. (Diff attached). <<bugfix.diff>> Thanks! ---------- Ron Kuper Director of Software Development Sonos, Inc. http://www.sonos.com Office: 617-225-2110 x334 Mobile: 781-859-8496
This bug is now fixed with version 0.10. It took a little more than just adding the parameters as specified in the diff. Some of the collection objects were not extracting the "offset" value from the XML. Thanks, Bob