Roundup Tracker - Issues

Issue 903283

classification
unable to register a new user in demo tracker on 0.6.5
Type: Severity: normal
Components: Web interface Versions:
process
Status: closed fixed
:
: richard : richard, zanzi
Priority: normal :

Created on 2004-02-24 07:53 by zanzi, last changed 2004-02-24 21:13 by richard.

Messages
msg1121 Author: [hidden] (zanzi) Date: 2004-02-24 07:53
using the demo tracker in 0.6.5

python demo.py

I'm not able to register a new user.
I take.

#################################################àà

KeyError: 'username'	Python 2.3.3
/usr/local/bin/python

A problem occurred while running a Python script. Here
is the sequence of function calls leading up to the
error, with the most recent (innermost) call first. The
exception attributes are:
      __doc__ = 'Mapping key not found.'
      __getitem__ = <bound method KeyError.__getitem__
of <exceptions.KeyError instance>>
      __init__ = <bound method KeyError.__init__ of
<exceptions.KeyError instance>>
      __module__ = 'exceptions'
      __str__ = <bound method KeyError.__str__ of
<exceptions.KeyError instance>>
      args = ('username',)

/home/gpciceri/works/roundup-0.6.5/roundup/cgi/client.py
in
registerAction(self=<_roundup_tracker_1.interfaces.Client
instance>)
  766         tracker_name = self.db.config.TRACKER_NAME
  767         subject = 'Complete your registration to
%s'%tracker_name
  768         body = '''
      body = undefined, props = {'__time':
1077608949.1061461}, tracker_name = 'Roundup issue
tracker', self = <_roundup_tracker_1.interfaces.Client
instance>, global base = undefined, otk =
'vtjEbi7seVngbIE4m4VoC4utqO19Aeg3'
  769 To complete your registration of the user
"%(name)s" with %(tracker)s,
  770 please visit the following URL:

############################################
msg1122 Author: [hidden] (richard) Date: 2004-02-24 21:13
Logged In: YES 
user_id=6405

Yes, a bug made it into the 0.6.5 release. A fix will be made 
available later today. 
History
Date User Action Args
2004-02-24 07:53:36zanzicreate