Ticket #3654 (closed defect: fixed)
No notification on new ticket
| Reported by: | trac@… | Owned by: | jonas |
|---|---|---|---|
| Priority: | normal | Milestone: | 0.10.1 |
| Component: | ticket system | Version: | devel |
| Severity: | normal | Keywords: | notification |
| Cc: | trac@… |
Description
From the log:
Trac[web_ui] ERROR: Failure sending notification on creation of ticket #1386: unpack non-sequence
Traceback (most recent call last):
File "/usr/local/lib/python2.3/site-packages/trac/ticket/web_ui.py", line 181, in _do_create
tn.notify(ticket, newticket=True)
File "/usr/local//lib/python2.3/site-packages/trac/ticket/notification.py", line 127, in notify
NotifyEmail.notify(self, ticket.id, subject)
File "/usr/local//lib/python2.3/site-packages/trac/notification.py", line 208, in notify
Notify.notify(self, resid)
File "/usr/local//lib/python2.3/site-packages/trac/notification.py", line 105, in notify
(torcpts, ccrcpts) = self.get_recipients(resid)
File "/usr/local//lib/python2.3/site-packages/trac/ticket/notification.py", line 225, in get_recipients
(updater, ) = cursor.fetchone()
TypeError: unpack non-sequence
Running r3680 with MySQL backend. Ticket update notifications work.
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


