View Single Post
Old 09-22-2010, 12:36 PM   #2809
Starson17
Wizard
Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.Starson17 can program the VCR without an owner's manual.
 
Posts: 4,004
Karma: 177841
Join Date: Dec 2009
Device: WinMo: IPAQ; Android: HTC HD2, Archos 7o; Java:Gravity T
Quote:
Originally Posted by eldan View Post
Yes, I can login on that site without a problem. My password contains a lot of special chars. Maybe they need to be escaped in some way (urlencode)?
The recipe doesn't directly handle the password. It gets it as stored by Calibre. You can try changing your password to something less difficult (for testing), or modifying the recipe to process/escape it. I often revise a recipe to say passwords are not necessary, then define the user/pass internally and use them anyway. You may also want to see what is sent for login by using TamperData and FireFox. Perhaps you can store the password escaped.

Quote:
I have found the script. Is there any way to access the script on the file system? I could not find the script in /Applications/calibre.app/Contents/Resources/resources/recipes/
It's stored in metadata.db. SQLiteSpy can get it, but why bother? I just copy it from the custom page (where I sent you) and paste it into my editor.
Starson17 is offline