When you get this error, you need to look at your database error log, e.g. for postgres 8.4 on linux:
tail -n100 /var/log/postgresql-8.4-main.log It should tell you the exact sql command that caused the first error (you might need to scroll up). On Monday, April 15, 2013 2:01:21 AM UTC-4, Jeff Hsu 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.