Modify ↓
Opened 13 years ago
Closed 12 years ago
#9008 closed defect (fixed)
indexerror when referencing a new ticket
Reported by: | Kenny Bohle | Owned by: | ejucovy |
---|---|---|---|
Priority: | normal | Component: | TracBacksPlugin |
Severity: | normal | Keywords: | indexerror |
Cc: | Trac Release: | 0.11 |
Description
The plugin will create an internal error when a new ticket without a changelog is referenced. See the screenshots below for more information.
Attachments (2)
Change History (9)
Changed 13 years ago by
Attachment: | issue1.png added |
---|
Changed 13 years ago by
Attachment: | issue2.png added |
---|
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Status: | new → assigned |
---|
I'll try to take a look this weekend. Thanks for reporting.
comment:4 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
comment:5 Changed 12 years ago by
Resolution: | fixed |
---|---|
Status: | closed → reopened |
This is still failing, but with a different error now: AttributeError: 'int' object has no attribute 'rsplit'
In the event that the changelog is empty, cnum_thischange
needs to be set to the string "1", not the integer 1.
comment:6 Changed 12 years ago by
Owner: | changed from Ryan J Ollos to ejucovy |
---|---|
Status: | reopened → new |
comment:7 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Got the same issue:
and