Modify ↓
#9926 closed defect (fixed)
[PATCH] Admin console: TypeError: 'NoneType' object is not subscriptable
Reported by: | Thijs Triemstra | Owned by: | Remy Blank |
---|---|---|---|
Priority: | normal | Milestone: | 0.12.2 |
Component: | admin/console | Version: | 0.12-stable |
Severity: | major | Keywords: | bitesized, patch |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description
I'm using 0.12-stable and when I run:
trac-admin ../testerr wiki export help
it prints a vague error:
TypeError: 'NoneType' object is not subscriptable
I guess there's a parameter missing behind help ([file]
) which caused this error.
Attachments (1)
Change History (5)
comment:1 by , 14 years ago
Keywords: | bitesized added |
---|---|
Milestone: | → next-minor-0.12.x |
comment:2 by , 14 years ago
Keywords: | patch added |
---|---|
Milestone: | next-minor-0.12.x → 0.12.2 |
Summary: | Admin console: TypeError: 'NoneType' object is not subscriptable → [PATCH] Admin console: TypeError: 'NoneType' object is not subscriptable |
The error was related to the unknown wiki page passed in, not the missing file
parameter. See attached patch.
comment:3 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Slightly simpler patch applied in [10386].
comment:4 by , 14 years ago
Owner: | set to |
---|
Note:
See TracTickets
for help on using tickets.
Yes, that error message is not very explicit :) Should be easy enough to fix. PatchWelcome.