Modify ↓
Opened 13 years ago
Closed 12 years ago
#9546 closed defect (worksforme)
Cannot get mails from announcer plugin
Reported by: | Andreas Nitsche | Owned by: | Ryan J Ollos |
---|---|---|---|
Priority: | normal | Component: | AnnouncerPlugin |
Severity: | normal | Keywords: | |
Cc: | Andreas Nitsche, Steffen Hoffmann | Trac Release: | 0.12 |
Description
This is the message I get in trac.log. Can somebody tell me what went wrong?
2011-11-15 12:45:37,900 Trac[api] ERROR: AnnouncementSystem failed. Traceback (most recent call last): File "/usr/lib/python2.6/site-packages/TracAnnouncer-0.11.1_r10458-py2.6.egg/announcerplugin/api.py", line 369, in _real_send distributor.distribute(transport, packages[transport], evt) File "/usr/lib/python2.6/site-packages/TracAnnouncer-0.11.1_r10458-py2.6.egg/announcerplugin/distributors/email_distributor.py", line 238, in distribute self._do_send(transport, event, k, v, fmtdict[k]) File "/usr/lib/python2.6/site-packages/TracAnnouncer-0.11.1_r10458-py2.6.egg/announcerplugin/distributors/email_distributor.py", line 325, in _do_send rootMessage.set_charset(self._charset) File "/usr/lib64/python2.6/email/message.py", line 264, in set_charset cte(self) File "/usr/lib64/python2.6/email/encoders.py", line 73, in encode_7or8bit orig.encode('ascii') AttributeError: 'list' object has no attribute 'encode'
Attachments (0)
Change History (4)
comment:1 Changed 13 years ago by
Cc: | Andreas Nitsche added; anonymous removed |
---|
comment:2 Changed 13 years ago by
comment:3 Changed 13 years ago by
Cc: | Steffen Hoffmann added |
---|---|
Owner: | changed from Robert Corsaro to Ryan J Ollos |
Status: | new → assigned |
Also, if you are migrating from 0.11 to 0.12, please confirm that you've updated your configuration, as described in AnnouncerPlugin#EmailConfig.
This ticket will be closed in 1 month if there is no follow-up.
comment:4 Changed 12 years ago by
Resolution: | → worksforme |
---|---|
Status: | assigned → closed |
Closing because there was no follow-up.
Note: See
TracTickets for help on using
tickets.
As a starting point, we'll need your trac.ini configuration.