jkovacs / lastfm-java

Java bindings for the Last.fm Web Services
BSD 2-Clause "Simplified" License
74 stars 34 forks source link

Artist.getInfo() returns null, when "username" parameter is present. #24

Open JonasKucinskas opened 1 year ago

JonasKucinskas commented 1 year ago

de.umass.lastfm.CallException: java.io.IOException: closed

is thrown at this line, Caller.createResultFromInputStream() method:

Document document = this.newDocumentBuilder().parse(new InputSource(new InputStreamReader(inputStream, "UTF-8")));

I know this repo is not maintained, but perhaps someone has encountered this and knows why this is happening? Help would be appreciated.