Modify

Opened 14 years ago

Last modified 14 years ago

#6235 new defect

TypeError: int argument required

Reported by: jfisher@… Owned by: Emmanuel Blot
Priority: normal Component: GrowlPlugin
Severity: normal Keywords:
Cc: Trac Release: 0.11

Description

When modifying tickets with GridModifyPlugin or the TicketImportPlugin, Trac dies when notifying the Growl plugin of the ticket change.

The error is:

Traceback (most recent call last):
  File "build/bdist.linux-x86_64/egg/gridmod/web_ui.py", line 100, in process_request
  File "/usr/local/lib64/python2.4/site-packages/Trac-0.11.5-py2.4.egg/trac/ticket/model.py", line 296, in save_changes
    listener.ticket_changed(self, comment, author, old_values)
  File "build/bdist.linux-x86_64/egg/growl/notifier.py", line 132, in ticket_changed
TypeError: int argument required

Attachments (1)

casting.diff (1.6 KB) - added by jfisher@… 14 years ago.

Download all attachments as: .zip

Change History (2)

Changed 14 years ago by jfisher@…

Attachment: casting.diff added

comment:1 Changed 14 years ago by jfisher@…

The attached diff suppressed the error for me.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Emmanuel Blot.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.