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

Not compatible with requests-oauthlib 0.3.0 #545

Closed
johtso opened this issue Mar 11, 2015 · 0 comments · Fixed by #548
Closed

Not compatible with requests-oauthlib 0.3.0 #545

johtso opened this issue Mar 11, 2015 · 0 comments · Fixed by #548

Comments

@johtso
Copy link
Contributor

johtso commented Mar 11, 2015

The OAuth1 class in this version of requests oauthlib does not take a decoding parameter, but python social auth expects it to. This causes an exception.

https://github.com/omab/python-social-auth/blob/v0.2.2/social/backends/oauth.py#L282
https://github.com/requests/requests-oauthlib/blob/v0.3.0/requests_oauthlib/core.py#L17

johtso added a commit to johtso/python-social-auth that referenced this issue Mar 12, 2015
@omab omab closed this as completed in #548 Mar 14, 2015
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

Successfully merging a pull request may close this issue.

1 participant