Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#2800 closed defect (invalid)

No notification sent after ticket data change.

Reported by: polarfox@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: ticket system Version: devel
Severity: normal Keywords: notifications
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

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'

Attachments (0)

Change History (3)

comment:1 by Emmanuel Blot, 18 years ago

There is an issue with this bug description:
There is no Notify.py file in the current trunk.

Please update the ticket.

comment:2 by polarfox@…, 18 years ago

Resolution: invalid
Status: newclosed

Well I must have had the last Notify.py version :D It works now, thanks. But there is still something wrong with mails… I have to run an internal patch after every update. :)

comment:3 by Emmanuel Blot, 18 years ago

It seems closely related to your SMTP config, so quite difficult to reproduce (if you're referring to the UTF-8 issue which has already been described in a previous ticket).

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.