Goodreads Developers discussion
questions
>
There Was an Error with This Oauth Request
date
newest »




If you're still having issues, you should send us more details.

I want to highlight that am using opauth API for goodreads sign in.
I observed that after entering my id+password I am able to login into goodreads (i can see my profile pic on top right) but still this message is displayed to me:
"There Was an Error with This Oauth Request
This is likely due to an expired request. Please notify the owner of the application if this error continues to happen."
I am not passing any timestamp; browser might be doing so. I've cross checked that clock is set right.
How can i debug this further? Thanks a lot for your time.


I am getting the same error as Saurabh. Could you please let me know how to resolve this issue

import xmltodict
gc = client.GoodreadsClient('my key', 'my secret')
gc.authenticate()
it is showing this error
There Was an Error with This Oauth Request
This is likely due to an expired request. Please notify the owner of the application if this error continues to happen.
KeyError: "Decoder failed to handle oauth_token with data as returned by provider. A different decoder may be needed. Provider returned: b'Invalid OAuth Request\\n'"
I was able to sucessfully connect via oauth, but now, suddely (I did not changed my code), I get this error when users log in into my app:
The authorize URL is http://www.goodreads.com/oauth/author...
There Was an Error with This Oauth Request
This is likely due to an expired request. Please notify the owner of the application if this error continues to happen.
Any ideas on how to fix it?