Modify ↓
Opened 17 years ago
Closed 17 years ago
#7722 closed defect (invalid)
KeyError: 'email'
| Reported by: | tomek | Owned by: | |
|---|---|---|---|
| Priority: | high | 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/5.0 (X11; U; Linux i686; pl-PL; rv:1.9.0.3) Gecko/2008092510 Ubuntu/8.04 (hardy) Firefox/3.0.3
System Information
| Trac | 0.11.1
|
| Python | 2.5.2 (r252:60911, Jul 31 2008, 17:28:52) [GCC 4.2.3 (Ubuntu 4.2.3-2ubuntu7)]
|
| setuptools | 0.6c9
|
| MySQL | server: "5.0.51a-3ubuntu5.1", client: "5.0.51a", thread-safe: 1
|
| MySQLdb | 1.2.2
|
| Genshi | 0.6dev-r960
|
| Subversion | 1.5.1 (r32289)
|
| jQuery: | 1.2.6
|
Python Traceback
Traceback (most recent call last):
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.egg/trac/web/main.py", line 209, in dispatch
self._post_process_request(req, *resp)
File "/usr/lib/python2.5/site-packages/Trac-0.11.1-py2.5.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 541, in post_process_request
'An email has been sent to ', req.session['email'],
KeyError: 'email'
Attachments (0)
Note:
See TracTickets
for help on using tickets.



The exception is raised in th:AccountManagerPlugin, a plugin that is developed outside of Trac core. Please file a ticket for the plugin on trac-hacks.org.