kinyerakenneth / lastfm-java

Automatically exported from code.google.com/p/lastfm-java
BSD 2-Clause "Simplified" License
0 stars 0 forks source link

Track.search throws org.xml.sax.SAXParseException #22

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Call Collection<Track> results = Track.search(null, "H", 5, key);
2. Throws org.xml.sax.SAXParseException: An invalid XML character (Unicode: 
0x1b) was found in the element content of the document.
  Stack traced to: at de.umass.lastfm.Caller.call(Caller.java:268)

What is the expected output? What do you see instead?
I should get the collection of songs, but I don't.

What version of the product are you using? On what operating system?
0.1.0 directly from Downloads

Original issue reported on code.google.com by Enigmati...@gmail.com on 29 Apr 2011 at 4:42

GoogleCodeExporter commented 9 years ago
I'm closing this here, as this is a bug on last.fm's side, see here for 
reference:
http://www.last.fm/group/Last.fm+Web+Services/forum/21604/_/626352
http://ws.audioscrobbler.com/2.0/?method=track.search&track=H&api_key=b25b959554
ed76058ac220b7b2e0a026

Original comment by jannikov...@gmail.com on 29 Apr 2011 at 6:52