
noreply at edgewall
Sep 1, 2006, 9:35 AM
Post #1 of 6
(695 views)
Permalink
|
|
[The Trac Project] #3654: No notification on new ticket
|
|
#3654: No notification on new ticket -------------------------------------------+-------------------------------- Reporter: trac [at] erre | Owner: jonas Type: defect | Status: new Priority: normal | Milestone: Component: ticket system | Version: devel Severity: normal | Keywords: -------------------------------------------+-------------------------------- 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. -- Ticket URL: <http://trac.edgewall.org/ticket/3654> The Trac Project <http://trac.edgewall.org/> --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Trac Tickets" group. To post to this group, send email to trac-tickets [at] googlegroups To unsubscribe from this group, send email to trac-tickets-unsubscribe [at] googlegroups For more options, visit this group at http://groups.google.se/group/trac-tickets -~----------~----~----~----~------~----~------~--~---
|