Issue 695009
Created on 2003-02-28 12:12 by lemburg, last changed 2003-03-17 04:28 by richard.
msg688 |
Author: [hidden] (lemburg) |
Date: 2003-02-28 12:12 |
|
Issue11 Editing...
Traceback (most recent call last):
File
"/home/richardjones/lib/python2.2/site-packages/roundup/cgi/client.py",
line 412, in handle_action
getattr(self, method)()
File
"/home/richardjones/lib/python2.2/site-packages/roundup/cgi/client.py",
line 691, in editItemAction
props = self._changenode(props)
File
"/home/richardjones/lib/python2.2/site-packages/roundup/cgi/client.py",
line 1030, in _changenode
return cl.set(self.nodeid, **props)
File
"/home/richardjones/lib/python2.2/site-packages/roundup/backends/back_anydbm.py",
line 1290, in set
self.fireReactors('set', nodeid, oldvalues)
File
"/home/richardjones/lib/python2.2/site-packages/roundup/backends/back_anydbm.py",
line 1869, in fireReactors
react(self.db, self, nodeid, oldvalues)
File
"/home/richardjones/instances/demo/detectors/nosyreaction.py",
line 40, in nosyreaction
cl.nosymessage(nodeid, msgid, oldvalues)
File
"/home/richardjones/lib/python2.2/site-packages/roundup/roundupdb.py",
line 147, in nosymessage
self.send_message(nodeid, msgid, note, sendto)
File
"/home/richardjones/lib/python2.2/site-packages/roundup/roundupdb.py",
line 227, in send_message
writer.addheader('To', ', '.join(sendto))
TypeError: sequence item 0: expected string, NoneType found
|
msg689 |
Author: [hidden] (richard) |
Date: 2003-03-02 01:14 |
|
Logged In: YES
user_id=6405
The email address is required, but the rego page lets users
register without it. Hurm.
|
msg690 |
Author: [hidden] (richard) |
Date: 2003-03-17 04:28 |
|
Logged In: YES
user_id=6405
This is fixed in CVS.
|
|
Date |
User |
Action |
Args |
2003-02-28 12:12:04 | lemburg | create | |
|