Jump to content

Hobbit

Active Members
  • Posts

    16
  • Joined

  • Last visited

Recent Profile Visitors

1,706 profile views

Hobbit's Achievements

Newbie

Newbie (1/14)

  1. I've just installed .NET 2.0 with wine, and loaded up Pandora. It installed and opened fine, but when I tried my username/password, it said failed every time. I closed it and will no longer run. The wine log is as follows: fixme:actctx:parse_manifest_buffer root element is L"asmv1:assembly", not fixme:virtual:NtAllocateVirtualMemory MEM_WRITE_WATCH type not supported fixme:ole:CoGetContextToken stub fixme:shell:URL_ParseUrl failed to parse L"System.Windows.Forms" fixme:shell:URL_ParseUrl failed to parse L"System" fixme:shell:URL_ParseUrl failed to parse L"System.Drawing" fixme:shell:URL_ParseUrl failed to parse L"System.Xml" fixme:shell:URL_ParseUrl failed to parse L"System.Configuration" fixme:shell:URL_ParseUrl failed to parse L"Pandora.XmlSerializers" fixme:shell:URL_ParseUrl failed to parse L"Pandora.XmlSerializers" fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:CoGetContextToken stub fixme:ole:Context_QueryInterface interface not implemented {000001da-0000-0000-c000-000000000046} fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003ff,(nil),0x0001,0x00000000,0x7ed649e8,(nil)): stub err:eventlog:ReportEventW L".NET Runtime version 2.0.50727.42 - Fatal Execution Engine Error (0096E2B3) (80131506)" fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:advapi:CheckTokenMembership (0x1bc 0x1603a8 0x7ed6403c) stub! fixme:imm:ImmDisableIME (-1): stub fixme:thread:NtQueryInformationThread Cannot get kerneltime or usertime of other threads fixme:thread:NtQueryInformationThread info class 9 not supported yet fixme:thread:NtQueryInformationThread info class 9 not supported yet fixme:thread:NtQueryInformationThread info class 9 not supported yet fixme:wininet:InternetGetConnectedState always returning LAN connection. fixme:advapi:RegisterEventSourceW ((null),L".NET Runtime 2.0 Error Reporting"): stub fixme:advapi:ReportEventW (0xcafe4242,0x0001,0x0000,0x000003e8,(nil),0x0008,0x000000ea,0x3009a1b4,0x7ed3f5 a0): stub err:eventlog:ReportEventW L"pandora.exe" err:eventlog:ReportEventW L"1.4.0.0" err:eventlog:ReportEventW L"4b85aa9e" err:eventlog:ReportEventW L"mscorwks.dll" err:eventlog:ReportEventW L"2.0.50727.42" err:eventlog:ReportEventW L"4333e7ec" err:eventlog:ReportEventW L"0" err:eventlog:ReportEventW L"000b333f" fixme:advapi:DeregisterEventSource (0xcafe4242) stub fixme:thread:NtQueryInformationThread info class 9 not supported yet fixme:thread:NtQueryInformationThread info class 9 not supported yet fixme:thread:NtQueryInformationThread info class 9 not supported yet I'm going to try and reinstall .NET ... Ok, I got pandora to load again by removing everything in ~/.wine/, and started over, first installing pandora(wine PandoraSetup.exe), then .net (sh winetricks corefonts dotnet20) ... and executing it in a terminal with the command: env WINEPREFIX="/home/me/.wine" wine "C:\Program Files\Pandora\Pandora.exe" .... and it still says "Bad user and/or pass" when i login. I tried creating a new account, and it says: "Failed to execute XMLRPC" If it matters, I have 8 stations, and am a Pandora ONE user. I managed to login "anonymously" but can't add any stations, am trying to add a shared station. Ok, I added a "shared" station, by it's url (one of my stations) and the music sounds horrible. It's staticy and jerky. Also, a bunch of blue boxes keep popping up and stealing my focus, as I try and write this. Interesting, I tried to move it to different workspace and I think it crashed? -- Well the window disappeared, and the 'music' stopped, but both the Pandora.exe and mplayer.exe processes are running. I've attached the standard output (panlog1.txt) and the standard error output (panlog2.txt) of this last run. I also seem to have a pclient.log, mplayer.log, and install.log. In pclient.log i see the line "LinuxHacks defaulting to False" .. although I checked the box for wine compatibility during install. This XMLRPC part seems to be important: 2/27/2010 8:53:59 PM Client: Failed to execute auth RPC --> System.Exception: Failed to execute XMLRPC ---> System.Security.Authentication.AuthenticationException: A call to SSPI failed, see inner exception. ---> System.ComponentModel.Win32Exception: Unknown error (0x80090302) --- End of inner exception stack trace --- at System.Net.Security.SslState.StartSendAuthResetSignal(ProtocolToken message, AsyncProtocolRequest asyncRequest, Exception exception) at System.Net.Security.SslState.CheckCompletionBeforeNextReceive(ProtocolToken message, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.StartSendBlob(Byte[] incoming, Int32 count, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ForceAuthentication(Boolean receiveFirst, Byte[] buffer, AsyncProtocolRequest asyncRequest) at System.Net.Security.SslState.ProcessAuthentication(LazyAsyncResult lazyResult) at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost, X509CertificateCollection clientCertificates, SslProtocols enabledSslProtocols, Boolean checkCertificateRevocation) at System.Net.Security.SslStream.AuthenticateAsClient(String targetHost) at Client.HttpRequest.GetResponseInternal(HttpChunkedReadCallback callback) in E:\Codin' Projects\Saver Project\Client\HttpRequest\HttpRequest.cs:line 478 at Client.HttpRequest.GetResponse() in E:\Codin' Projects\Saver Project\Client\HttpRequest\HttpRequest.cs:line 250 at Client.PClient.PostXMLRPC(String path, String payload, Boolean secure) in E:\Codin' Projects\Saver Project\Client\Client.XMLRPC.cs:line 953 --- End of inner exception stack trace --- at Client.PClient.PostXMLRPC(String path, String payload, Boolean secure) in E:\Codin' Projects\Saver Project\Client\Client.XMLRPC.cs:line 1020 at Client.PClient.SendAuthRpc(PandoraXMLResult& ret) in E:\Codin' Projects\Saver Project\Client\Client.XMLRPC.cs:line 906 2/27/2010 8:54:00 PM Client: ERROR Bad username/password err: "Upload failed. Please ask the administrator to ensure the uploads directory is writeable" ok, plan B. I've uploaded it to a filehost of mine: http://ssh.shellium.org/~meiskam/pandora-logs.tar.gz -- hope this helps. BTW: I'm running "Linux version 2.6.31-19-generic (buildd@palmer) (gcc version 4.4.1 (Ubuntu 4.4.1-4ubuntu8) ) #56-Ubuntu SMP Thu Jan 28 01:26:53 UTC 2010" on a laptop.
  2. The only way I've found to do this is to create a mapped drive to the specified folder you want, and include the username/password into that map.
  3. I've got 155 on my desktop. 10 rows of 15 + 5 ... and I still have room for 160 more. 21 rows of 15 possible. /me <3's 16x12 resolution
  4. Personally, I've never developed an application on SourceForge and don't know how. But if you set it up, I'm sure it wouldn't be that hard to figure out. I've included the source in each release, and haven't changed anything on my local box since uploading 1.0.0.3. Also to note: I would love to have some help :). Oh yeah, and if possible, I would like to have a place where the developers can speak privately. Also .. I'm about half way through making another program that does the same thing this one does, but does not rely on Fiddler2, which I personally would rather work on that with you than continue this one that needs a clunky proxy to attach to. ('tis written in C, btw)
  5. 1.0.0.3 Changelog: bugfix: if you had un-checked convert to mp3, the album art was not saved bugfix: error parsing xml file if audio url was to short made deleting the mp4 after conversion optional external process have a max process time of 5 minutes each added a sweet javascript refresh timer (‘twas originally made for greasemonkey, but should work fine) http://www.filesavr.com/pandorasaver1003 http://www.filedropper.com/pandorasaver1003 http://www.filefactory.com/file/5ae436/n/P...raSaver1003_zip http://meiskam.yi.org/upload/files/PandoraSaver1003.zip http://www.fileqube.com/file/lsQKoC159583
  6. Common bit rates are: 8 16 32 48 56 64 80 96 112 128 144 160 192 224 256 320 (... should I include a drop down menu for this?) Thanks for the log, found the problem and added a check to hopefully prevent it. You know you can edit your above post and change the url of the link you provided. I have edited mine to include your new links. Also .. I'm open to feature requests. You really don't have to create a batch file to do this, just ask me to implement it.
  7. @kickarse: the official url to say how to load it up with firefox is here: http://www.fiddler2.com/Fiddler/help/hookup.asp#Q-NonIE but basically just go to Tools --> Options... --> Advanced --> Network --> Settings... --> Automatic proxy configuration URL: and type in file:///C:/your_path_to_my_documents/Fiddler2/Scripts/BrowserPAC.js mine is: file:///C:/Documents%20and%20Settings/Administrator/My%20Documents/Fiddler2/Scripts/BrowserPAC.js ---- found a bug in 1.0.0.2 ... if you un-check convert to mp3, the album art is not saved. I already fixed it, but will wait for more changes to release the code.
  8. 1.0.0.2 Changelog: bugfix for invalid artistName or albumTitle path album art is saved in the album's folder named: "album.jpg" http://www.haldrie.com/files/pandorasaver/...raSaver1002.zip http://www.filesavr.com/pandorasaver1002 http://www.filedropper.com/pandorasaver1002 http://www.filefactory.com/file/88abef/n/P...raSaver1002_zip http://meiskam.yi.org/upload/files/PandoraSaver1002.zip http://www.fileqube.com/file/swrAgJDFK159440
  9. @MoparMan: Actually, it does matter what version you have. Pandora's packets are sent differently depending on what version of flash you have. This program (as it is now) can not capture if you have flashv8. Just because it works at a network level doesn't mean things aren't sent differently because of random variables. @Edge333: With my experience, most anything that is useful from pandora is set to "no-cache, no-store, must-revalidate". ex. xml showing what the next songs are, and the song itself. The only thing useful that's not sent that way is the album images.
  10. @Edge333: I don't see anything wrong with your headers... they are basically the same as mine. Does PandoraSaver capture the song? .. and this only happens when you have PandoraSaver running?
  11. Yay! version 1.0.0.1! (i hope you don't mind OP .. the source was included) Changelog: Changing reload time saves Reloading should work properly now Converting to mp3 is now optional Added bitrate option of mp3 files, default 256 Included Genre tag Files go into /artist/album/artist - songname.mp3 .. and random other touch ups Comments? http://www.haldrie.com/files/pandorasaver/...raSaver1001.zip http://www.filesavr.com/pandorasaver1001 http://www.filedropper.com/pandorasaver1001 http://www.filefactory.com/file/582b6c/n/P...raSaver1001_zip http://meiskam.yi.org/upload/files/pandorasaver1001.zip http://www.fileqube.com/file/CnCBkAxa159124
  12. I just figured out what was wrong with my capturing ... I didn't have the latest version of shockwave flash. I am now using Flash v10.0r12 and it works perfectly. @madbear & SmoothCriminal - I suggest checking what your versions are. http://kb.adobe.com/selfservice/viewConten...rnalId=tn_15507 ---- Ok, I'm both making my own timeshifter and editing this one ... soon to come: mp3 bitrate of 320 (hells yeah!), folderizing the songs, and maybe an option to disable mp4 --> mp3 conversion. *EDIT: oh yeah .. and I changed around the auto-refresh code (added it to the headers, instead of randomly in the middle of the page), so it should work properly.
  13. I seem to be doing something wrong? -- I got Fiddler2 running, added the plugin, and setup the file url in Firefox to auto-check if fiddler is running, and run through the proxy. I know Firefox is running through the proxy because I can see all the requests, and PandoraSaver's log is filling up ... but no song files. Maybe it's the "Not a known audio url" .. but I don't know. Any help?
×
×
  • Create New...