Quote:
Originally Posted by eldan
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.