[Trac-tickets] [The Trac Project] #2745: ''All Tickets By
Milestone'' Report fails
The Trac Project
noreply at edgewall.com
Fri Feb 10 04:17:12 CST 2006
#2745: ''All Tickets By Milestone'' Report fails
----------------------+-----------------------------------------------------
Reporter: stephane | Owner: jonas
Type: defect | Status: new
Priority: normal | Milestone:
Component: general | Version: 0.9.3
Severity: normal | Keywords:
----------------------+-----------------------------------------------------
I use trac 0.9.3 with python 2.3.5 and svn 1.2.3 on windows xp.
When I click on:
{{{
{6} All Tickets By Milestone (Including closed)
}}}
I get an ''oops''. Below is the traceback, unfortunately
I can't say since when or why this happened.
I added and deleted milestones, perhaps it comes from there,
but since its the first time I tried this report ..
... sorry guys, I can't provide more information.
Pleas ask me what to test and I can do it, otherwise skip it.
'''Python traceback'''
{{{
Traceback (most recent call last):
File "G:\PROGRA~1\util\python\Lib\site-packages\trac\web\standalone.py",
line 303, in _do_trac_req
dispatch_request(path_info, req, env)
File "G:\PROGRA~1\util\python\Lib\site-packages\trac\web\main.py", line
139, in dispatch_request
dispatcher.dispatch(req)
File "G:\PROGRA~1\util\python\Lib\site-packages\trac\web\main.py", line
107, in dispatch
resp = chosen_handler.process_request(req)
File "G:\PROGRA~1\util\python\Lib\site-packages\trac\ticket\report.py",
line 117, in process_request
resp = self._render_view(req, db, id)
File "G:\PROGRA~1\util\python\Lib\site-packages\trac\ticket\report.py",
line 355, in _render_view
value['date'] = util.format_date(cell)
File "G:\PROGRA~1\util\python\Lib\site-packages\trac\util.py", line 365,
in format_date
return format_datetime(t, format, gmt)
File "G:\PROGRA~1\util\python\Lib\site-packages\trac\util.py", line 359,
in format_datetime
t = time.localtime(int(t))
ValueError: invalid literal for int(): 1130421255.63
}}}
--
Ticket URL: <http://projects.edgewall.com/trac/ticket/2745>
The Trac Project <http://trac.edgewall.com/>
More information about the Trac-Tickets
mailing list