NullPointerException Error
Brought to you by:
mattmackenzie
I'm using Blackdown 1.3.1 and I get the following error
whenever I try to download an RMP (e.g. ./run.sh ~
SAMPLE.rmp)
java.lang.NullPointerException
at
sample.DownloadTest$1.downloadFailed(DownloadTest.java:23)
at
ca.geek.mp3.RMPDownloader.fireDownloadFailed(RMPDownloader.java:120)
at
ca.geek.mp3.RMPDownloader.go(RMPDownloader.java:95)
at sample.DownloadTest.main(DownloadTest.java:30)
Any ideas? It has so far eluded me...
Even more annoying is that (DownloadTest.java:23) is in
the failed download callback....
Is there any information I can get out of it about
how/why it failed (particularly since zinf didn't have
trouble at all with that RMP file...)
Brian