Modify ↓
Opened 17 years ago
Closed 17 years ago
#7996 closed defect (invalid)
KeyError: 'email'
| Reported by: | svn | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11.1 |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /verify_email, Trac issued an internal error.
(please provide additional details here)
User Agent was: Mozilla/4.0 (compatible; MSIE 6.0; Windows NT 5.1; SV1)
System Information
| Trac | 0.11.1
|
| Python | 2.4.3 (#1, Dec 11 2006, 11:38:52) [GCC 4.1.1 20061130 (Red Hat 4.1.1-43)]
|
| setuptools | 0.6c9
|
| SQLite | 3.3.6
|
| pysqlite | 2.5.0
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Subversion | 1.4.6 (r28521)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 208, in dispatch
template, data, content_type = \
File "/usr/lib/python2.4/site-packages/Trac-0.11.1-py2.4.egg/trac/web/main.py", line 299, in _post_process_request
resp = f.post_process_request(req, *resp)
File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 540, in post_process_request
KeyError: 'email'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



This is an issue with th:AccountManagerPlugin, please file a ticket there.