Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 65777 - easytag 0.31-r5 doesn't work over proxy
Summary: easytag 0.31-r5 doesn't work over proxy
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: High normal (vote)
Assignee: Daniel Drake (RETIRED)
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2004-09-29 01:21 UTC by Robert Peter
Modified: 2004-09-29 15:58 UTC (History)
0 users

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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