Modify

Opened 12 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 12 years ago by Andreas Nitsche

Cc: Andreas Nitsche added; anonymous removed

comment:2 Changed 12 years ago by Ryan J Ollos

As a starting point, we'll need your trac.ini configuration.

comment:3 Changed 12 years ago by Ryan J Ollos

Cc: Steffen Hoffmann added
Owner: changed from Robert Corsaro to Ryan J Ollos
Status: newassigned

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 Ryan J Ollos

Resolution: worksforme
Status: assignedclosed

Closing because there was no follow-up.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Ryan J Ollos.
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.