GNOME Bugzilla – Bug 602857
Sound Juicer truncating MusicBrainz lookup URL
Last modified: 2009-11-25 12:51:11 UTC
When attempting to submit an unknown album, MusicBrainz responds with "Lookup returned no match" and no option to add the release. The URL opened by Sound Juicer is http://musicbrainz.org/bare/cdlookup.html?id=pZooDgxucZw4M6Dr4CiaH7DkXM0-&tracks=24&toc=1+24+235245+183+7845+23195+26895+43545+54870+66170+69775+91333+99458+117908+129803+142395+144128+156955+160368+164895+167228+173140+186448+198445+201900+219333+2329. MusicBrainz responds with "Lookup returned no match" and no option to add the release. If I submit the same album through Picard, it opens http://musicbrainz.org/bare/cdlookup.html?id=pZooDgxucZw4M6Dr4CiaH7DkXM0-&tracks=24&toc=1+24+235245+183+7845+23195+26895+43545+54870+66170+69775+91333+99458+117908+129803+142395+144128+156955+160368+164895+167228+173140+186448+198445+201900+219333+232913&tport=8000. This URL works. Note that the Sound Juicer URL is a prefix of the Picard URL.
Looks a lot like a truncated buffer.
Created attachment 148438 [details] [review] Use 1024-bytes buffer for submit URLs So they don't get truncated.
Attachment 148438 [details] pushed as 45bcac2 - Use 1024-bytes buffer for submit URLs