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

AttributeError: 'dict' object has no attribute 'split' #59

Closed
mbaechtold opened this issue Mar 12, 2012 · 2 comments
Closed

AttributeError: 'dict' object has no attribute 'split' #59

mbaechtold opened this issue Mar 12, 2012 · 2 comments

Comments

@mbaechtold
Copy link

I'm running the latest version of Fandjango and Facepy and now I'm getting this error:

AttributeError: 'dict' object has no attribute 'split'

Stacktrace (most recent call last):

  File "django/core/handlers/base.py", line 168, in get_response
    receivers = signals.got_request_exception.send(sender=self.__class__, request=request)

  File "fandjango/middleware.py", line 102, in process_request
    user.oauth_token.extend()

  File "fandjango/models.py", line 256, in extend
    components = parse_qs(response)

  File "python2.6/urlparse.py", line 337, in parse_qs
    for name, value in parse_qsl(qs, keep_blank_values, strict_parsing):

  File "python2.6/urlparse.py", line 363, in parse_qsl
    pairs = [s2 for s1 in qs.split('&') for s2 in s1.split(';')]
@Morpho
Copy link

Morpho commented Mar 12, 2012

This happend to me because of the following error: #56

@mbaechtold
Copy link
Author

Ok, I'll close this issue since it's a duplicate.
I added a new comment with the stacktrace to issue #56

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

2 participants