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 408068 - Recommendations not working
Recommendations not working
Status: RESOLVED FIXED
Product: banshee
Classification: Other
Component: Other Extensions
0.11.6
Other All
: Normal normal
: 2.x
Assigned To: Banshee Maintainers
Banshee Maintainers
Depends on:
Blocks:
 
 
Reported: 2007-02-15 00:58 UTC by Andrea Cimitan
Modified: 2012-03-11 15:44 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Andrea Cimitan 2007-02-15 00:58:16 UTC
Please describe the problem:
This is the error i get (prompted in console):
Could not fetch recommendations: Invalid URI: The hostname could not be parsed
Simply no reccomendations for any song (the recommendatins appears only with podcasts, but not with mp3/mpc etc etc)

Mono ver: 1.2.3
Banshee: 0.11.6

Steps to reproduce:
1. Play an mp3


Actual results:


Expected results:


Does this happen every time?
Yes

Other information:
Comment 1 Volkan Güney 2007-02-21 02:26:41 UTC
  (In reply to comment #0)
> Please describe the problem:
> This is the error i get (prompted in console):
> Could not fetch recommendations: Invalid URI: The hostname could not be parsed
> Simply no reccomendations for any song (the recommendatins appears only with
> podcasts, but not with mp3/mpc etc etc)
> 
> Mono ver: 1.2.3
> Banshee: 0.11.6
> 
> Steps to reproduce:
> 1. Play an mp3
> 
> 
> Actual results:
> 
> 
> Expected results:
> 
> 
> Does this happen every time?
> Yes
> 
> Other information:
> 

  Same problem here, Ubuntu Edgy 6.10 
  mono 1.1.17.1
  banshee versions 0.11.1, 0.11.3 and 0.11.6
Comment 2 Aaron Bockover 2007-02-21 20:56:04 UTC
This isn't a Banshee bug actually. last.fm is notorious for returning bad XML or invalid content inside well formed XML.

For instance:

http://ws.audioscrobbler.com/1.0/artist/My%20Hero%20Is%20Me/similar.xml

Note the image_small node, and its data:

http:///storable/image/136501/small.jpg

That would be the invalid hostname the error is complaining about. I've added a hack to "inject" the hostname (which at this time appears to be static3.last.fm), but it's dirty and last.fm really just needs to fix their web services.

"Fixed" for now - let's just hope last.fm fixes the real problem on their end.
Comment 3 Samuel Gyger (IRC: thinkabout) 2012-03-11 15:44:56 UTC
Just saw this in the code. Is fixed by Last.FM, at least I don't see it anymore in there requests.