Opened 12 years ago
Closed 12 years ago
#122 closed Bug (wontfix)
KeyError: 'recaptcha_challenge_field'
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | major | Milestone: | |
Component: | Delphes code | Version: | |
Keywords: | Cc: |
Description
How to Reproduce
While doing a POST operation on /register
, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'__FORM_TOKEN': u'c3c6cb187b4dbf9013ad1a2e', 'action': u'create', 'email': u'gaur.nav@gmail.com', 'name': u'Naveen Gaur', 'password': u'sarika18', 'password_confirm': u'sarika18', 'user': u'naveengaur'}
User agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.4 (KHTML, like Gecko) Chrome/22.0.1229.79 Safari/537.4
System Information
System information not available
Enabled Plugins
Plugin information not available
Python Traceback
Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 525, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.6/site-packages/trac/web/main.py", line 246, in dispatch resp = chosen_handler.process_request(req) File "build/bdist.linux-x86_64/egg/recaptcharegister/web_ui.py", line 28, in process_request req.args['recaptcha_challenge_field'], KeyError: 'recaptcha_challenge_field'
Change History (2)
comment:1 by , 12 years ago
comment:2 by , 12 years ago
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Cannot reproduce. Googling suggests it is related to the captcha service and thus temporary.
Note:
See TracTickets
for help on using tickets.
thanks for the feedback, i'll have a look at it