Edgewall Software

Ticket #7517 (closed defect: wontfix)

Opened 4 months ago

Last modified 4 months ago

KeyError: 'email' when removing email address

Reported by: dkocher Owned by:
Priority: normal Milestone:
Component: general Version: 0.11
Severity: normal Keywords: plugin
Cc:

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

Change History

Changed 4 months ago by eblot

  • keywords plugin added
  • status changed from new to closed
  • resolution set to wontfix

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

Changed 4 months ago by eblot

Add/Change #7517 (KeyError: 'email' when removing email address)

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from (none). Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.