-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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
TypeError at /complete/facebook/ #36
Comments
|
I had this problem too. My solution was remove/comment the SESSION_SERIALIZER on settings.py, that is json by default. |
I have the same problem too. The @famoraes solution is good for me, (thanks for that), but... what is the correct solution? what happen if I need the SESSION_SERIALIZER var? |
I have the same issue, is it addressed to JSON serializer ? |
Seems like the values being saved in the session during partial-pipeline operations should be cleaned up a bit in order to avoid this issues. Previously this wasn't an issue because the default serialization method was pickle, but that's going to change shortly in Django 1.6. |
The changes above take care of the serialization problem. |
Sorry, but I have really strong integration of this plugin with my project, and I've been struggling with this problem and i can't found the solution.
-----EDIT
I think it might be a problem with the redirect, in facebook app there is a other different a /complete/facebook/ maybe it ignores it for some reason
Thanks
The text was updated successfully, but these errors were encountered: