Victor Star wrote: > I'm trying to turn on the email notifications and having some problems. > Notifications are not sent and here is what I see in the log: > > ====- 8< -=================================================== > ... > 2009-02-19 22:27:16,620 Trac[web_ui] ERROR: Failure sending notification on > change to ticket #39: TypeError: character mapping must return integer, None > or unicode
The associated traceback would be very helpful, but unfortunately it is not logged. Did you install from sources? Could you patch your installation? The file to change is trac/ticket/web_ui.py, at line 990, change: "ticket #%s: %s", ticket.id, exception_to_unicode(e)) to: "ticket #%s: %s", ticket.id, exception_to_unicode(e, traceback=True)) Then change a ticket so that it triggers a notification. -- Remy
signature.asc
Description: OpenPGP digital signature
