Modify ↓
#7517 closed defect (wontfix)
KeyError: 'email' when removing email address
| Reported by: | dkocher | Owned by: | |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | general | Version: | 0.11 |
| Severity: | normal | Keywords: | plugin |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
How to Reproduce
While doing a GET operation on /prefs, Trac issued an internal error.
(please provide additional details here)
Request parameters:
{'panel_id': None}
User Agent was: Mozilla/5.0 (Macintosh; U; Intel Mac OS X; en; rv:1.8.1.14) Gecko/20080512 Camino/1.6.1 (like Firefox/2.0.0.14)
System Information
| Trac | 0.11
|
| Python | 2.5.2 (r252:60911, Jun 25 2008, 23:13:46) [GCC 3.4.6 [FreeBSD] 20060305]
|
| setuptools | 0.6c8
|
| SQLite | 3.3.7
|
| pysqlite | 2.3.5
|
| Genshi | 0.5.1
|
| mod_python | 3.3.1
|
| Pygments | 0.10
|
| Subversion | 1.5.1 (r32289)
|
| jQuery: | 1.2.3
|
Python Traceback
Traceback (most recent call last):
File "/usr/local/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 423, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 209, in dispatch
self._post_process_request(req, *resp)
File "/usr/local/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/main.py", line 299, in _post_process_request
resp = f.post_process_request(req, *resp)
File "/usr/local/lib/python2.5/site-packages/TracAccountManager-0.2.1dev_r3857-py2.5.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)
Change History (2)
comment:1 by , 17 years ago
| Keywords: | plugin added |
|---|---|
| Resolution: | → wontfix |
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



This is an issue with the th: AccountManagerPlugin, please report the error to the plugin maintainer.