Ticket #3833 (closed defect: fixed)

Opened 5 years ago

Last modified 5 years ago

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

Reported by: watho Assigned to: bobbysmith007
Priority: normal Component: TimingAndEstimationPlugin
Severity: normal Keywords:
Cc: watho@web.de 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

error.log (1.9 kB) - added by watho on 09/30/08 18:09:39.
python stacktrace

Change History

09/30/08 18:09:39 changed by watho

  • attachment error.log added.

python stacktrace

10/01/08 16:19:38 changed by bobbysmith007

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.

10/02/08 10:23:34 changed by watho

yes, that seems to work

10/03/08 17:40:58 changed by bobbysmith007

  • status changed from new to closed.
  • resolution set to fixed.

(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


Add/Change #3833 (ValueError: invalid literal for int() with base 10: 'None' in reports)




Change Properties
Action