Modify ↓
Opened 17 years ago
Closed 17 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 17 years ago by
| Priority: | normal → highest |
|---|---|
| Severity: | normal → blocker |
| Trac Release: | 0.10 → 0.11 |
comment:2 Changed 17 years ago by
| Resolution: | → invalid |
|---|---|
| Status: | new → closed |
Note: See
TracTickets for help on using
tickets.



This was a problem with another plugin.