Modify ↓
Opened 5 years ago
Closed 5 years ago
#3833 closed defect (fixed)
ValueError: invalid literal for int() with base 10: 'None' in reports
| Reported by: | watho | Owned by: | bobbysmith007 |
|---|---|---|---|
| Priority: | normal | Component: | TimingAndEstimationPlugin |
| Severity: | normal | Keywords: | |
| Cc: | watho@… | 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)
Change History (4)
Changed 5 years ago by watho
comment:1 Changed 5 years ago 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.
comment:2 Changed 5 years ago by watho
yes, that seems to work
comment:3 Changed 5 years ago by bobbysmith007
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.


python stacktrace