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.