Modify

Opened 15 years ago

Closed 15 years ago

#4194 closed defect (invalid)

watching tickets fails if any fields are empty

Reported by: Robert Corsaro Owned by: Robert Corsaro
Priority: highest Component: AnnouncerPlugin
Severity: blocker Keywords:
Cc: Trac Release: 0.11

Description

AnnouncementSystem failed. Traceback (most recent call last):   
  File "/home/oforge/code/optaros-oforge/trunk/oforge/trac-hacks/announcerplugin/announcerplugin/api.py", line 378, in _real_send     distributor.distribute(transport, packages[transport], evt)   
  File "/home/oforge/code/optaros-oforge/trunk/oforge/trac-hacks/announcerplugin/announcerplugin/distributors/email_distributor.py", line 207, in distribute     self._do_send(transport, event, format, messages[format], formats[format], None, to, public_cc)   
  File "/home/oforge/code/optaros-oforge/trunk/oforge/trac-hacks/announcerplugin/announcerplugin/distributors/email_distributor.py", line 236, in _do_send     output = formatter.format(transport, event.realm, format, event)   
  File "/home/oforge/code/optaros-oforge/trunk/oforge/trac-hacks/announcerplugin/announcerplugin/formatters/ticket_email.py", line 88, in format     return self._format_html(event)   
  File "/home/oforge/code/optaros-oforge/trunk/oforge/trac-hacks/announcerplugin/announcerplugin/formatters/ticket_email.py", line 156, in _format_html     if ('\n' in new_value) or ('\n' in old_value): 
  TypeError: argument of type 'NoneType' is not iterable

Attachments (0)

Change History (2)

comment:1 Changed 15 years ago by anonymous

Priority: normalhighest
Severity: normalblocker
Trac Release: 0.100.11

comment:2 Changed 15 years ago by anonymous

Resolution: invalid
Status: newclosed

This was a problem with another plugin.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Robert Corsaro.
The resolution will be deleted. Next status will be 'reopened'.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.