Modify ↓
#841 closed defect (fixed)
Internal error in timeline view
| Reported by: | vittorio | Owned by: | Jonas Borgström |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | timeline | Version: | devel |
| Severity: | normal | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
i get following error in timeline view:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/ModPythonHandler.py", line 194, in handler
core.dispatch_request(mpr.path_info, args, mpr, env)
File "/usr/lib/python2.3/site-packages/trac/core.py", line 436, in dispatch_request
module.run()
File "/usr/lib/python2.3/site-packages/trac/Module.py", line 45, in run
self.render()
File "/usr/lib/python2.3/site-packages/trac/Timeline.py", line 232, in render
changeset, wiki, milestone)
File "/usr/lib/python2.3/site-packages/trac/Timeline.py", line 132, in get_info
max_node = int(self.env.get_config('timeline', 'changeset_show_files',0))
ValueError: invalid literal for int(): false
i get this error only for one project (all other trac instances work). the error immediately and always occurs when i click on the timeline tab. this worked before and there were no changes to the project itself (wiki,svn,..). only changes to the system were trac updates (svn up on trunk). svn repository is working.
trunk r983, python 2.3.4
Attachments (0)
Change History (3)
comment:1 by , 21 years ago
comment:2 by , 21 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Make sure you have changeset_show_files set to an integer (1 | 0) as opposed to True / False / None in this project's trac.ini. I believe this was changed somewhere above and beyond changeset 961.