Thanks for the reply.  I did sync db before I run the code.  I am actually
on localhost when I test it.  Do I have to be online to test it?  But, I
was successful on authenticating in the Login Dialog.  This error happens
during the code exchanging process for the access token I think.

Thanks,
Jeff


On Mon, Apr 15, 2013 at 8:49 AM, Brad Pitcher <bradpitc...@gmail.com> wrote:

> In my experience, that particular error always means that the database
> doesn't match what you have in your models. Try a syncdb and/or check your
> south migrations to make sure your database is up to date.
>
> ---------
> Brad Pitcher
> Software Developer
> (702)723-8255
>
>
> On Sun, Apr 14, 2013 at 11:01 PM, Jeff Hsu <jyhsu1...@gmail.com> wrote:
>
>> Hi, I just pip installed django-social-auth from omab today on
>> github(beginner here).  I think I can almost get it to work with facebook
>> login, but I always have this "InternalError: Exception Value: current
>> transaction is aborted, commands ignored until end of transaction block",
>> after I log in with my facebook account and before I redirect to the
>> profile page.  The request url shows
>>
>> http://127.0.0.1:8000/complete/facebook/?redirect_state=xxx&code=xxx&state=xxx.
>>  I'm using Django 1.5.  Can anybody give me some directions to debug this?
>>
>> Thank you tons,
>> Jeff
>>
>>
>>  --
>> You received this message because you are subscribed to the Google Groups
>> "Django users" group.
>> To unsubscribe from this group and stop receiving emails from it, send an
>> email to django-users+unsubscr...@googlegroups.com.
>>
>> To post to this group, send email to django-users@googlegroups.com.
>> Visit this group at http://groups.google.com/group/django-users?hl=en.
>> For more options, visit https://groups.google.com/groups/opt_out.
>>
>>
>>
>
>  --
> You received this message because you are subscribed to a topic in the
> Google Groups "Django users" group.
> To unsubscribe from this topic, visit
> https://groups.google.com/d/topic/django-users/9YkrCD2veRQ/unsubscribe?hl=en
> .
> To unsubscribe from this group and all its topics, send an email to
> django-users+unsubscr...@googlegroups.com.
> To post to this group, send email to django-users@googlegroups.com.
> Visit this group at http://groups.google.com/group/django-users?hl=en.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-users+unsubscr...@googlegroups.com.
To post to this group, send email to django-users@googlegroups.com.
Visit this group at http://groups.google.com/group/django-users?hl=en.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to