Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Request Token Lookup Fail #131

Open
thunkele opened this issue Sep 26, 2012 · 0 comments
Open

Request Token Lookup Fail #131

thunkele opened this issue Sep 26, 2012 · 0 comments

Comments

@thunkele
Copy link

This randomly started happening to my application. There doesn't seem to be a pattern, but the request token lookup fails sporadically on production (this record does exist in the table). I have 40k + keys in the table, not sure if that might be causing the issue. Has anyone come across this?

Started GET "/oauth/authorize?oauth_token=vrd2pfnPoZEiLwvz6zIM0VSQpUnms6hoZoX5MAP2" for xxx.xxx.xxx.xxx at Wed Sep 26 11:41:13 +0000 2012
Processing by OauthController#authorize as HTML
Parameters: {"oauth_token"=>"vrd2pfnPoZEiLwvz6zIM0VSQpUnms6hoZoX5MAP2"}
Completed 500 Internal Server Error in 15ms

ActiveRecord::RecordNotFound (Couldn't find RequestToken with token = vrd2pfnPoZEiLwvz6zIM0VSQpUnms6hoZoX5MAP2):

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant