After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 602857 - Sound Juicer truncating MusicBrainz lookup URL
Sound Juicer truncating MusicBrainz lookup URL
Status: RESOLVED FIXED
Product: sound-juicer
Classification: Applications
Component: metadata
2.28.x
Other Linux
: Normal normal
: ---
Assigned To: Sound Juicer Maintainers
Sound Juicer Maintainers
Depends on:
Blocks:
 
 
Reported: 2009-11-24 18:01 UTC by Ross A. Baker
Modified: 2009-11-25 12:51 UTC
See Also:
GNOME target: ---
GNOME version: ---


Attachments
Use 1024-bytes buffer for submit URLs (1.39 KB, patch)
2009-11-25 12:50 UTC, Bastien Nocera
committed Details | Review

Description Ross A. Baker 2009-11-24 18:01:07 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.
Comment 1 Ross Burton 2009-11-25 11:41:45 UTC
Looks a lot like a truncated buffer.
Comment 2 Bastien Nocera 2009-11-25 12:50:51 UTC
Created attachment 148438 [details] [review]
Use 1024-bytes buffer for submit URLs

So they don't get truncated.
Comment 3 Bastien Nocera 2009-11-25 12:51:08 UTC
Attachment 148438 [details] pushed as 45bcac2 - Use 1024-bytes buffer for submit URLs