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 664712 - ** Message: console message: @0: Unable to post message to http://youtubelyric.com. Recipient has origin null.
** Message: console message: @0: Unable to post message to http://youtubelyr...
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Community Extensions
git master
Other Linux
: Normal normal
: ---
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2011-11-24 10:57 UTC by Chow Loong Jin
Modified: 2011-11-28 18:04 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Chow Loong Jin 2011-11-24 10:57:44 UTC
Originally reported at:
  https://bugs.launchpad.net/bugs/861155

If I try to activate the "download lyrics" functionality I get the message stated in the title of this bug report.


From https://bugs.launchpad.net/ubuntu/+source/banshee-community-extensions/+bug/861155/comments/3 and https://bugs.launchpad.net/ubuntu/+source/banshee-community-extensions/+bug/861155/comments/4, it looks like the issue was that a bad proxy was used.
Comment 1 Bertrand Lorentz 2011-11-28 18:04:25 UTC
The Lyrics extension was doing its own HTTP proxy management, for no reason
what so ever. And apparently it was not doing it right.

I just remove that code, so it now uses the proxy as set by Banshee itself (it
sets HttpWebRequest.DefaultWebProxy), which has more chances to be right.