Edgewall Software
Modify

Opened 8 years ago

Closed 8 years ago

#12357 closed defect (cantfix)

KeyError: 'email'

Reported by: kollipal Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.6
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 7.0; Windows NT 6.1; WOW64; Trident/6.0; SLCC2; .NET CLR 2.0.50727; .NET CLR 3.5.30729; .NET CLR 3.0.30729; Media Center PC 6.0; .NET4.0C; .NET4.0E; InfoPath.3)

System Information

Trac 0.11.6
Python 2.7.1 (r271:86832, Apr 21 2011, 18:46:00)
[GCC 4.4.4]
setuptools 0.6
psycopg2 2.4
Genshi 0.6
mod_wsgi 3.3 (WSGIProcessGroup trac WSGIApplicationGroup %{GLOBAL})
Pygments 1.4
jQuery: 1.2.6

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 217, in dispatch
    self._post_process_request(req, *resp)
  File "/usr/lib/python2.7/site-packages/trac/web/main.py", line 309, in _post_process_request
    resp = f.post_process_request(req, *resp)
  File "build/bdist.linux-i686/egg/acct_mgr/web_ui.py", line 553, in post_process_request
    'An email has been sent to ', req.session['email'],
KeyError: 'email'

Attachments (0)

Change History (1)

comment:1 by Ryan J Ollos, 8 years ago

Resolution: cantfix
Status: newclosed

PluginIssue: AccountManagerPlugin. Before reporting the issue for AccountManager, please upgrade to version 0.4.4 (the latest).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.