View Single Post
Old 09-22-2010, 08:54 AM   #2801
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
Hi,

first of all I have to thank you guys for your awesome work. Calibre, a Kindle and your recipes are giving me a real living the future feeling.

There is one thing I would like to have that is not working for me: It's the Google Reader recipe. As soon as I start to fetch the news from this recipe I'll get this error:
Code:
    response = br.open('https://www.google.com/accounts/ClientLogin', request)
 mechanize._response.httperror_seek_wrapper: HTTP Error 403: Forbidden
I'm using my personal domain to login to google reader. e.g. myname@mydomain.com. Could that be the problem for the 403 error? I would like to debug the recipe but I could not find it. Maybe someone could tell me the name of the recipe or give me some hints how to solve the problem. Is there any public repository and/or bug tracking system for all the recipe?

Thanks a lot.
1) That error indicates your login credentials are not being sent correctly. Can you login with those credentials manually?

Go here and put in your email and password to test:
https://www.google.com/accounts/ServiceLogin

2) The name of the recipe is the same as the name you used to select it for normal use/download. Choose the pull down arrow next to News and select "Add a custom news source" then "Customize builtin recipe" then choose the name to add it to the custom list, then select it in the list to see the code.

3) Yes, you can report bugs, (http://bugs.calibre-ebook.com) but don't do it until you're sure you have the right login credentials (I wrote the current login/authentication for the Google Reader recipe, but no other parts) If it's broken, I'll fix it. I don't use that recipe normally.
Starson17 is offline