Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!

Bug 65777

Summary: easytag 0.31-r5 doesn't work over proxy
Product: Gentoo Linux Reporter: Robert Peter <b0fh>
Component: Current packagesAssignee: Daniel Drake (RETIRED) <dsd>
Status: RESOLVED FIXED    
Severity: normal    
Priority: High    
Version: unspecified   
Hardware: All   
OS: Linux   
Whiteboard:
Package list:
Runtime testing required: ---

Description Robert Peter 2004-09-29 01:21:27 UTC
If you do a CDDB search in easytag and want to browse through the results, you will get an error (400 - bad request).
Easytag reqests a malformed url ( GET http:///~cddb/cddb.cgi?.. )

I got this solution from the easytag mailingliste:

in cddb.c - line 1876 :
- replace     cddb_in = g_strdup_printf("GET http://%s?cmd=cddb+read+"
- by          cddb_in = g_strdup_printf("GET %s?cmd=cddb+read+"

I think this will be fixed in next release of easytag, but if anyone else has this problem....

Reproducible: Always
Steps to Reproduce:
1.
2.
3.
Comment 1 Daniel Drake (RETIRED) gentoo-dev 2004-09-29 15:58:01 UTC
Fixed in -r6