Modify

Opened 15 years ago

Closed 15 years ago

#3833 closed defect (fixed)

ValueError: invalid literal for int() with base 10: 'None' in reports

Reported by: Thomas Wagner Owned by: Russ Tyndall
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: Thomas Wagner Trac Release: 0.11

Description

I'm not sure if ticket #3205 deals with the same problem. I get the following error message for every report exept the first one:

ValueError: invalid literal for int() with base 10: 'None'

It happens with admin and user rights and i don't have tracprivatetickets installed, so i have opened a new ticket for this.

Attachments (1)

error.log (1.9 KB) - added by Thomas Wagner 15 years ago.
python stacktrace

Download all attachments as: .zip

Change History (4)

Changed 15 years ago by Thomas Wagner

Attachment: error.log added

python stacktrace

comment:1 Changed 15 years ago by Russ Tyndall

Thanks for the bugreport. I will attempt to fix a soon as I can. In the meantime, editing the reports and replacing null as ticket with 0 as ticket will probably fix the bug.

comment:2 Changed 15 years ago by Thomas Wagner

yes, that seems to work

comment:3 Changed 15 years ago by Russ Tyndall

Resolution: fixed
Status: newclosed

(In [4382]) fixes #3833 changed all the null as tickets to 0 as ticket (this still seems like a bug in trac, but one easily enough fixed

Modify Ticket

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