kinyerakenneth / lastfm-java

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

Proxy problem #57

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
If I set the proxy of the application via :

System.setProperty("java.net.useSystemProxies", "true");

I get the following exception:

Exception in thread "Thread-45" java.lang.NullPointerException
    at de.umass.lastfm.Artist.search(Artist.java:157)
...

Is there a way to set a proxy to the requests? 
System.setProperty("java.net.useSystemProxies", "true") Does not seem to work.

Original issue reported on code.google.com by frank.an...@googlemail.com on 21 Jan 2014 at 3:02