[Trac-tickets] [The Trac Project] #2800: No notification sent after
ticket data change.
The Trac Project
noreply at edgewall.com
Fri Feb 24 07:53:31 CST 2006
#2800: No notification sent after ticket data change.
---------------------------------+------------------------------------------
Reporter: polarfox at taajama.fi | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: ticket system | Version: devel
Severity: normal | Keywords: notifications
---------------------------------+------------------------------------------
Here is the trace..
15:42:51 Trac[web_ui] ERROR: Failure sending notification on change to
ticket #58: 'NoneType' object has no attribute 'find'
Traceback (most recent call last):
File "/opt/Python-2.3/lib/python2.3/site-
packages/trac/ticket/web_ui.py", line 376, in _do_save
tn.notify(ticket, newticket=False, modtime=now)
File "/opt/Python-2.3/lib/python2.3/site-packages/trac/Notify.py", line
248, in notify
NotifyEmail.notify(self, ticket.id, subject)
File "/opt/Python-2.3/lib/python2.3/site-packages/trac/Notify.py", line
117, in notify
Notify.notify(self, resid)
File "/opt/Python-2.3/lib/python2.3/site-packages/trac/Notify.py", line
45, in notify
rcpts = self.get_recipients(resid)
File "/opt/Python-2.3/lib/python2.3/site-packages/trac/Notify.py", line
340, in get_recipients
if recipient.find('@') >= 0:
AttributeError: 'NoneType' object has no attribute 'find'
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2800>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list