Jump to content

Hobbit

Active Members
  • Posts

    16
  • Joined

  • Last visited

Posts posted by Hobbit

  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. Should we throw this up on a common source page we can all work on? Sourceforge?
    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)

  3. 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

  4. What are the available rates for Mp3 conversion?
    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?)

    Also just got this error... Seems as though there was an issue with fiddler and the profile in pandora.
    Thanks for the log, found the problem and added a check to hopefully prevent it.

    All new versions of the fiddler2 plugin will now be mirrored at the following url on my site when I get them. The old links in previous posts will be maintained for the time being.

    I'm trying the new version now and so far it's working well. I have made a batch script that I am using to copy out the original mp4s so that I can still convert to mp3 while keeping the mp4s and I may upload it in the near future once I feel it has been perfected.

    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.

  5. @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.

  6. @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.

  7. 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

  8. 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.

  9. 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.

    12/9/2008 8:27:50 PM Loaded

    12/9/2008 8:36:45 PM Inspecting: http://www.pandora.com/include/radioAdEmbe...;_elapsed=45213

    12/9/2008 8:36:47 PM Inspecting: http://audio-sjl-m-1.pandora.com/access/?v...FJRyprxjQ%3D%3D

    12/9/2008 8:36:47 PM Not a known audio url: http://audio-sjl-m-1.pandora.com/access/?v...FJRyprxjQ%3D%3D

    12/9/2008 8:36:48 PM Inspecting: http://images-sjl-1.pandora.com/images/pub...pg?lid=11137413

    12/9/2008 8:38:00 PM Inspecting: http://www.pandora.com/

    12/9/2008 8:38:58 PM Inspecting: http://www.pandora.com/include/radioAdEmbe..._elapsed=135095

    12/9/2008 8:39:34 PM Inspecting: http://audio-sjl-m-1.pandora.com/access/?v...aPUJBvbvA%3D%3D

    12/9/2008 8:39:34 PM Not a known audio url: http://audio-sjl-m-1.pandora.com/access/?v...aPUJBvbvA%3D%3D

    12/9/2008 8:40:21 PM Inspecting: http://images-sjl-4.pandora.com/images/pub...pg?lid=11137413

    12/9/2008 8:44:46 PM Inspecting: http://audio-sjl-t1-2.pandora.com/access/?...66rCvHti%2Fo%3D

    12/9/2008 8:44:46 PM Not a known audio url: http://audio-sjl-t1-2.pandora.com/access/?...66rCvHti%2Fo%3D

    12/9/2008 8:46:10 PM Inspecting: http://www.pandora.com/radio/xmlrpc/v21?ri...5=&arg6=mp3

    12/9/2008 8:46:10 PM Found audio url: http://audio-sjl-1.pandora.com/access/2703...NUGW0R37JtRsrL9

    12/9/2008 8:46:10 PM Found audio url: http://audio-sjl-3.pandora.com/access/?ver...AzQ%2FxvpKZ2mkW

    12/9/2008 8:46:10 PM Found audio url: http://audio-sjl-4.pandora.com/access/6585...M6OCDquPmzp6GxT

    12/9/2008 8:46:10 PM Found audio url: http://audio-sjl-1.pandora.com/access/?ver...HOcnfAQmTXxcA7P

    12/9/2008 8:46:10 PM Inspecting: http://images-sjl-4.pandora.com/images/pub...pg?lid=11137413

    12/9/2008 8:48:58 PM Inspecting: http://audio-sjl-m-1.pandora.com/access/?v...qHImZR5Ig%3D%3D

    12/9/2008 8:48:58 PM Not a known audio url: http://audio-sjl-m-1.pandora.com/access/?v...qHImZR5Ig%3D%3D

    12/9/2008 8:49:50 PM Inspecting: http://images-sjl-3.pandora.com/images/pub...pg?lid=11137413

    12/9/2008 8:52:33 PM Inspecting: http://audio-sjl-m-2.pandora.com/access/?v...NmQU%2BdQ%3D%3D

    12/9/2008 8:52:33 PM Not a known audio url: http://audio-sjl-m-2.pandora.com/access/?v...NmQU%2BdQ%3D%3D

    12/9/2008 8:53:22 PM Inspecting: http://images-sjl-3.pandora.com/images/pub...pg?lid=11137413

    12/9/2008 8:56:25 PM Inspecting: http://audio-sjl-m-2.pandora.com/access/?v...LNkWzaiww%3D%3D

    12/9/2008 8:56:25 PM Not a known audio url: http://audio-sjl-m-2.pandora.com/access/?v...LNkWzaiww%3D%3D

    Maybe it's the "Not a known audio url" .. but I don't know. Any help?

  10. zisforzorro: i'm behind a router and don't have that problem

    Ok, I don't know if this is available here, but I got my setup working and I'm going to share it. Unzip the files anywhere and it will work. I just open run.bat, and walk away from the computer. The first time you'll have to do some setup for the ripper, and accept the TOS/EULA.

    Oh .. also, I created a greasemonkey script that's automagically included to run on the pandora website. It refreshes the page every hour, and shows a nice little countdown, and has buttons to stop/restart the timer :) .

    Have fun!

    ps, I can't get the uploader on this forum to work, so I'm going to upload the zip to a few hosting places so the file stays in cyberspace:

    http://www.mediafire.com/?edddm2emgjw

    http://www.filefactory.com/file/be3077/n/PandoraRip_zip

    http://meiskam.yi.org/upload/files/PandoraRip.zip

    http://www.fileden.com/files/2008/10/13/21.../PandoraRip.zip

×
×
  • Create New...