Opened 2 years ago

Last modified 2 years ago

defect #119 (new)

Roadmap error

Test Complete Size: undefined Test Complete Date:
Documentation Complete Size: undefined Documentation Complete Date:
Acceptance Complete Size: undefined Acceptance Complete Date:
Reported by: liana Owned by: ja11sop
Milestone: Undecided Component: agile-trac.org
Version: Keywords:
Cc: Blocked By:
Patch SVN Revision: Patch Trac Version: 0.11
Blocking:
In Iterations: None

Description

Hi

I have installed agile-trac today on my windows vista box and for some reason I'm getting this error after my iterations have been setup. Can you please help me or give any directions.

Kind regards Liana

File "C:\Python25\lib\site-packages\trac-0.11.5-py2.5-win32.egg\trac\web\main.py", line 435, in _dispatch_request
  dispatcher.dispatch(req)
File "C:\Python25\lib\site-packages\trac-0.11.5-py2.5-win32.egg\trac\web\main.py", line 205, in dispatch
  resp = chosen_handler.process_request(req)
File "C:\Python25\lib\site-packages\trac-0.11.5-py2.5-win32.egg\trac\ticket\roadmap.py", line 757, in process_request
  stat = get_ticket_stats(self.stats_provider, tickets, milestone_sizing_stats, None)
File "C:\Python25\lib\site-packages\trac-0.11.5-py2.5-win32.egg\trac\ticket\roadmap.py", line 300, in get_ticket_stats
  return provider.get_ticket_group_stats([t['id'] for t in tickets], milestone_sizing_stats, end_date)
File "C:\Python25\lib\site-packages\trac-0.11.5-py2.5-win32.egg\trac\ticket\roadmap.py", line 239, in get_ticket_group_stats
  status_count[status] += 1

Change History

Have a look at the list of modified files related to this ticket.

Changed 2 years ago by ja11sop

Thanks for the ticket. From the trace I can see you are using the correct REL patch. Did you restart your trac install and perform an upgrade? From the trace I cannot actually see a problem. Would you have any more information that you can provide?

Changed 2 years ago by ja11sop

Actually if you can make sure trac logging is enabled and find the entry for this error in the trac log it would be very helpful as this usually has a little more information that doesn't get displayed in the browser and usually provides enough detail to identify the error.

Note: See TracTickets for help on using tickets.