|
|
What steps will reproduce the problem?
1. Install the library python-openid 2.0.0
2. Using django-openid on my project
3. Trying to validate with any OpenID server.
What is the expected output? What do you see instead?
The expected output is a validation complete, but a TypeError is obtained:
useNonce() takes exactly 2 arguments (4 given)
Request Method: GET
Request URL: http://192.168.1.100:8000/openid/complete/
Exception Type: TypeError
Exception Value: useNonce() takes exactly 2 arguments (4 given)
Exception Location:
/usr/lib/python2.4/site-packages/openid/consumer/consumer.py in
_idResCheckNonce, line 725
Python Executable: /usr/bin/python
Python Version: 2.4.4
What version of the product are you using? On what operating system?
SVN version of django-openid. SVN version of django. Debian Sid System.
Please provide any additional information below.
|