hi, was trying out django_openidconsumer and get this error:
complete() takes exactly 3 arguments (2 given) - I cannot figure it out as this is the definition of complete: def complete(request, on_success=None, on_failure=None): any clues? the cut-and-paste view of the traceback is here: Environment: Request Method: GET Request URL: http://ilugc.web/openid/complete/?janrain_nonce=2009-08-13T01%3A30%3A50ZyN0AZR&openid1_claimed_id=http%3A%2F%2Flawgon.livejournal.com%2F&openid.mode=id_res&openid.claimed_id=http://lawgon.livejournal.com/&openid.identity=http://lawgon.livejournal.com/&openid.return_to=http://ilugc.web/openid/complete/%3Fjanrain_nonce%3D2009-08-13T01%253A30%253A50ZyN0AZR%26openid1_claimed_id%3Dhttp%253A%252F%252Flawgon.livejournal.com%252F&openid.response_nonce=2009-08-13T01:33:40Zdhz2Jv&openid.assoc_handle=1250062085:OU8pMnJa2OCTFPjUyT7z:ab7d0893ae&openid.signed=mode,claimed_id,identity,return_to,response_nonce,assoc_handle&openid.sig=Rek809lzX1hQuzbQQTY8LikCkfA%3D Django Version: 1.2 pre-alpha SVN-11422 Python Version: 2.6.0 Installed Applications: ['django.contrib.auth', 'django.contrib.contenttypes', 'django.contrib.sessions', 'django.contrib.sites', 'django.contrib.admin', 'ilugc.web', 'django.contrib.comments', 'django_openidconsumer'] Installed Middleware: ('django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django_openidconsumer.middleware.OpenIDMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', 'django.middleware.doc.XViewMiddleware', 'django.middleware.locale.LocaleMiddleware') Traceback: File "/usr/lib/python2.6/site-packages/django/core/handlers/base.py" in get_response 92. response = callback(request, *callback_args, **callback_kwargs) File "/usr/lib/python2.6/site-packages/django_openidconsumer/views.py" in complete 111. openid_response = consumer.complete(dict(request.GET.items())) Exception Type: TypeError at /openid/complete/ Exception Value: complete() takes exactly 3 arguments (2 given) -- regards kg http://lawgon.livejournal.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---