Modify ↓
Opened 16 years ago
Last modified 10 years ago
#4336 new defect
Crash In Timeline with Bitten
Reported by: | Owned by: | ||
---|---|---|---|
Priority: | normal | Component: | HackergotchiPlugin |
Severity: | normal | Keywords: | hackergotchi, identicon, fix |
Cc: | Trac Release: | 0.11 |
Description
Having hackergotchi and bitten enabled, when timeline shows bitten events, it crashes with: "AttributeError: 'NoneType' object has no attribute 'strip'"
I've followed trace to hackergotchi/web_ui.py 48
author = data['events'][n]['author'].strip()
And made it work with the attached patch. I'm not a python programmer, so I think it can be better done :D.
Attachments (2)
Change History (6)
Changed 16 years ago by
Attachment: | hackergotchi.patch added |
---|
Changed 16 years ago by
Attachment: | hackergotchi.2.patch added |
---|
comment:1 Changed 16 years ago by
Keywords: | hackergotchi identicon fix added |
---|---|
Owner: | changed from Noah Kantrowitz to joti |
Status: | new → assigned |
I've had the same problem together with the HudsonTracPlugin and i've ended up with the same as in attachment:2 (hackergotchi.2.patch)
Thus: Hooray, my favorite plugin works again :D
comment:2 Changed 16 years ago by
Owner: | changed from joti to Noah Kantrowitz |
---|---|
Status: | assigned → new |
comment:3 Changed 15 years ago by
Can we see this patch applied? It solved the described problem just fine over here and I'm going to include it in a Fedora packaged I have prepared.
comment:4 Changed 10 years ago by
Owner: | Noah Kantrowitz deleted |
---|
Note: See
TracTickets for help on using
tickets.
Last patch didn't work. I made a simpler one.