davedave Posted December 8, 2006 Posted December 8, 2006 But, I don't get an error message like some of the other posts I've seen. The hack shows up on the website, and i get the Welcome to Pandora's Jar Attempting to lauch on port 8085...OK! [ready, lets grab some MP3's!!!] and "localhost connected to server." like 20 times in the java window. I click on "Grab this track" and absolutely nothing happens/changes in any of the windows. Same thing when I try to go on cruise control. I have the newest version of firefox, java, and I have the newest flash player 9, im not sure if thats still an issue or not. If you guys think that is my problem, i will try to uninstall it and find flash player 8 or 7 or something. any suggestions/help would be great thanks! Quote
davedave Posted December 8, 2006 Author Posted December 8, 2006 ok, i uninstalled flash player 9, and installed 8, and still no luck. I have java and javascript enabled in options in mozilla also. the little gray screens just remain on "waiting". Also, my friend seems to have some java code next to the empty gray box at the very bottom, while I have none. Help would be greatly appreciated thanks! Quote
tab126 Posted December 9, 2006 Posted December 9, 2006 Just out of curiousity, what version of pandora jar? I've never seen what you're seeing, so I doubt I can help... but it might help somebody later. Quote
davedave Posted December 9, 2006 Author Posted December 9, 2006 Pandora Beta 7.4.0 , the one on the noob's guide. Yea the problem is very strange, I'm going to uninstall and reinstall java again to see if that does anything. Because I feel like it might be java related. Thanks for the reply. Quote
Russ Posted December 9, 2006 Posted December 9, 2006 The problem is flash related. Get the flash switcher extension for firefox and switch to version 7 r63. Quote
davedave Posted December 10, 2006 Author Posted December 10, 2006 The problem is flash related.Get the flash switcher extension for firefox and switch to version 7 r63. Ok, I did that, still no luck though :( . I took a screen shot of what the bottom half looks like. Also, clicking on the Abort, Settings, Track Info, and Backstage buttons at the top seem to do absolutely nothing (not sure if its supposed to be like that) http://img.villagephotos.com/p/2006-1/1141623/pandora.JPG Quote
dss902 Posted December 10, 2006 Posted December 10, 2006 This is working for me Newest java Pandora Beta 7.4.0 Flash 8 But first you have to unistall Flash Player 9 by downloading the uninstaller I hope that this helps. Rock on. dss902 :o Quote
davedave Posted December 10, 2006 Author Posted December 10, 2006 This is working for me Newest java Pandora Beta 7.4.0 Flash 8 But first you have to unistall Flash Player 9 by downloading the uninstaller I hope that this helps. Rock on. dss902 :o yeahh i tried that but had no luck. So i also tried the flash switcher which didnt solve the problem either. Sooo weirdd :( Quote
davedave Posted December 10, 2006 Author Posted December 10, 2006 having exact same probs :( Let me know if you figure anything out Did you already make a new Station? You mean have a station playing songs? yeah. Quote
dss902 Posted December 10, 2006 Posted December 10, 2006 Davex2, You have to fill in the info in the bottom of pandora to work...and you will need an last.fm account as well. Then you put that info in the Settings of Pandora. Quote
Nelsormensch Posted December 10, 2006 Posted December 10, 2006 I can't seem to get PJ to save any .mp3 either. I've got Flash switcher running Flash 7/8 (fails on both), a last.fm account and all the information is loaded into the PJ settings properly. However, whenever a song loads, the Artist info and Song info boxes just stay grey and say waiting on info. Whenever I try to grab a song, the command prompt window gives me an error of " INFO [Thread-2] (Mp3Processor.java:39) - access file not found trying again after 1 sec" and this repeat for some time. I've followed the tutorials, etc. and everything *should* be setup properly, but clearly something's not happening. Anyone have any ideas? Quote
davedave Posted December 10, 2006 Author Posted December 10, 2006 Davex2,You have to fill in the info in the bottom of pandora to work...and you will need an last.fm account as well. Then you put that info in the Settings of Pandora. I made a last.fm account, and i type it into the Pandora's Jar box. but it never.. how do i say this.. "accepts it"? Like it never logs me into anything. clicking the "save settings" button does absolutely nothing at all. So I type the name and pass, and toggle the little Data menu to "on", and the information i entered just sits there. the fact that the buttons Settings or Save Settings buttons dont do anything, or that I dont have any words next to that empty white bar at the bottom makes me feel like its a java problem, but i compared my java with the one my friend has (who has this working) and its the exact same. Quote
dss902 Posted December 10, 2006 Posted December 10, 2006 The flash that I am using is 8.0 r22 and downloaded the newest java at sun. Keep working on it because it is a great app Quote
davedave Posted December 11, 2006 Author Posted December 11, 2006 I reinstalled PJ, still no luck unfortunately. I wish i was at least getting an error somewhere, so i could know where to look for the problem. But I just get NOTHING lol. Quote
Laike Posted December 11, 2006 Posted December 11, 2006 I've tried putting in all the info, and tried doing it with out. It just hangs there at retrieving ID3 info it seems Quote
tab126 Posted December 11, 2006 Posted December 11, 2006 Just a hunch... try opening up Request.java and look at the urlDecode() method. Change the character encoding from "UTF" to "UTF-8". You also might want to add "uee.printStackTrace();" below the comment about something never happening. Rebuild and restart. See if that does anything. Quote
davedave Posted December 11, 2006 Author Posted December 11, 2006 Just a hunch... try opening up Request.java and look at the urlDecode() method. Change the character encoding from "UTF" to "UTF-8". You also might want to add "uee.printStackTrace();" below the comment about something never happening. Rebuild and restart. See if that does anything. hmmm my Request.java looks like this package server;import java.util.Map; import java.util.HashMap; public class Request { Map<String,String> parameters = new HashMap<String, String>(); String requestId; public Request(String requestId) { this.requestId = requestId; } public Map<String,String> getParameters() { return parameters; } public String getRequestId() { return requestId; } public void addParameter(String paramName, String paramValue) { parameters.put(paramName, paramValue); } public String getParamter(String paramName) { return parameters.get(paramName); } public Session getSession() { SessionManager instance = SessionManager.getInstance(); return instance.getSession(this); } } I don't see any URL decode method Quote
cooper Posted December 11, 2006 Posted December 11, 2006 That's Java 1.5 so you're probably using 7.4.0. Tab's comments are valid for 7.9.0 + his own additions. Quote
tab126 Posted December 11, 2006 Posted December 11, 2006 Yep. My bad on that. I should have specified. I had kinda forgotten there was an older version. Quote
davedave Posted December 11, 2006 Author Posted December 11, 2006 well Pandora Beta 7.4.0 is what i downloaded, theres newer versions out? Maybe one of those would work better for me. Quote
davedave Posted December 11, 2006 Author Posted December 11, 2006 I have mozilla installed in the D drive while pandora is in the C. could that be a problem? so maybe i need to reinstall mozilla into C. I'll try this next. Quote
tab126 Posted December 12, 2006 Posted December 12, 2006 try putting an alert into the downloadMP3() function of pandoraGrabber.js. Just see if when you click the button, that actually gets called. If you put it far enough down in the function, see if artist and songName are filled in. Sorry to get all programmer-y. It'll look like: function downloadMP3() { alert('I have hit the function'); lookup = $F("cddb"); Quote
davedave Posted December 13, 2006 Author Posted December 13, 2006 try putting an alert into the downloadMP3() function of pandoraGrabber.js. Just see if when you click the button, that actually gets called. If you put it far enough down in the function, see if artist and songName are filled in. Sorry to get all programmer-y. It'll look like: function downloadMP3() { alert('I have hit the function'); lookup = $F("cddb"); k ill do that, i have finals this week in college, but by this weekend ill try to get it working Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.