Edgewall Software
Modify

Opened 19 years ago

Closed 19 years ago

Last modified 19 years ago

#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 patrick@…, 19 years ago

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.

comment:2 by vittorio, 19 years ago

Resolution: fixed
Status: newclosed

noticed that changeset_show_files has changed in [962]. i have tested the #720 feature for this project in the past. correcting trac.ini fixed the problem

comment:3 by vittorio, 19 years ago

well, resolution should have been "invalid".

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.