Jump to content

hekkk10

Members
  • Posts

    3
  • Joined

  • Last visited

Recent Profile Visitors

The recent visitors block is disabled and is not being shown to other users.

hekkk10's Achievements

Newbie

Newbie (1/14)

  1. I took a look at the source and it seems that it has a platform independent way of finding out the temp dir location which works fine for linux too. This in itself is not a surprise since the whole thing is written in java, what I am surprised about is the fact that after all grabbing doesn't work :) So running the jar file is okay, I get the normal message from the server after starting it on port 8888 INFO [main] (Client.java:32) - initing app INFO [Thread-1] (Server.java:55) - running INFO [Thread-1] (Server.java:42) - Welcome to Pandora's Jar INFO [Thread-1] (Server.java:42) - Attempting to lauch on port 8888... INFO [Thread-1] (Server.java:42) - OK! INFO [Thread-1] (Server.java:42) - [ready, lets grab some MP3's!!!] then go to http://localhost:8888/ with firefox, all is fine, the thing logs into pandora, etc, the music is playing although after clicking the grab button it gives the error what I've posted above. Must be some trivial thing since, again, it's written in java, so should be platform independent (ideally). So there is no wine involved.
  2. Is there anyone who could get the grabber to work with linux? I always get "unable to rip MP3 null" messages and the traceback is: INFO [Thread-1] (ProcessAction.java:24) - handling mp3 request INFO [Thread-1] (Mp3Processor.java:24) - locating mp3 INFO [Thread-1] (Server.java:112) - unable to rip MP3 java.lang.NullPointerException at java.io.File.<init>(Unknown Source) at util.Mp3Processor.findUserTmpDir(Mp3Processor.java:128) at util.Mp3Processor.findCurrentMP3(Mp3Processor.java:25) at servlet.ProcessAction.handleMP3Request(ProcessAction.java:30) at server.Server.handleHTTPRequest(Server.java:110) at server.Server.run(Server.java:83) INFO [Thread-1] (Server.java:42) - unable to rip MP3 null java.lang.RuntimeException: unable to rip MP3 null at server.Server.handleHTTPRequest(Server.java:113) at server.Server.run(Server.java:83) I haven't done anything substantial in Java so am kind of lost. Any suggestions?
×
×
  • Create New...