kinyerakenneth / lastfm-java

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

Tag.getInfo - NullPointerExceptin #62

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
Feb 17, 2015 1:36:17 PM de.umass.lastfm.Caller openPostConnection
INFO: Post body: 
method=tag.getInfo&api_key=ca07f2773420c59d127dddd445db202e&tag=deutschrock
Exception in thread "main" java.lang.NullPointerException...

If response contains not empty <wiki></wiki> node, everything is OK. But if 
<wiki> is empty, I get NullPointerException.

What is the expected output? What do you see instead?
...

What version of the product are you using? On what operating system?
Version 0.1.2

Please provide any additional information below.
Thank you for this library. :)

Original issue reported on code.google.com by semka...@gmail.com on 17 Feb 2015 at 10:46