Opened 2 years ago
defect #124 (new)
'KeyError?: 1' on fresh install (get_ticket_info)
| Test Complete Size: | undefined | Test Complete Date: | |
|---|---|---|---|
| Documentation Complete Size: | undefined | Documentation Complete Date: | |
| Acceptance Complete Size: | undefined | Acceptance Complete Date: | |
| Reported by: | maisoui | Owned by: | ja11sop |
| Milestone: | Undecided | Component: | agile-trac.org |
| Version: | Keywords: | keyerror get_ticket_info | |
| Cc: | Blocked By: | ||
| Patch SVN Revision: | Patch Trac Version: | not_applicable | |
| Blocking: | |||
| In Iterations: | None |
Description
Fresh install of agile-trac and I have an issue after I created my first ticket (job). When I try to go on "Roadmap", I've got this message: KeyError?: '1'
Details: File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/main.py", line 444, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/web/main.py", line 205, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/ticket/roadmap.py", line 764, in process_request
ticket_info = TicketSystem?(self.env).get_ticket_info( tickets, milestone_sizing_stats, now.date() )
File "/usr/lib/python2.5/site-packages/Trac-0.11.6-py2.5.egg/trac/ticket/api.py", line 643, in get_ticket_info
total_relative_size += stages[id]total_estimated_size?
Sys info: Trac: 0.11.6 Python: 2.5.2 (r252:60911, Jul 22 2009, 15:50:42) [GCC 4.2.4 (Ubuntu 4.2.4-1ubuntu3)] setuptools: 0.6c11 SQLite: 3.4.2 pysqlite: 2.4.0 Genshi: 0.5.1 mod_python: 3.3.1 Pygments: 0.9 Subversion: 1.4.6 (r28521) jQuery: 1.2.6
(I repeat installation process twice and always the same problem)
