Modify

Opened 12 years ago

Last modified 10 years ago

#9231 new defect

RevtreePlugin StopIteration:

Reported by: cristina.sorina@… Owned by: Emmanuel Blot
Priority: high Component: RevtreePlugin
Severity: major Keywords: Revtree Plugin
Cc: Trac Release: 0.11

Description (last modified by Ryan J Ollos)

Hi!

Could you please help me with a Revtree plugin issue I'm trying to handle for some while and nothing seems to work.

Many thanks! Here is the DEBUG log:

2011-10-04 11:39:12,781 Trac[main] ERROR: Internal Server Error: 
Traceback (most recent call last):
  File "/opt/project/lib/python2.6/site-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/opt/project/lib/python2.6/site-packages/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 246, in process_request
    return self._process_revtree(req)
  File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 356, in _process_revtree
    repos.build(self.bcre, revrange=(oldest, youngest))
  File "build/bdist.linux-i686/egg/revtree/model.py", line 446, in build
    info = Changeset.get_chgset_info(vc)
  File "build/bdist.linux-i686/egg/revtree/model.py", line 51, in get_chgset_info
    item = chgit.next()
StopIteration:

Attachments (0)

Change History (2)

comment:1 Changed 12 years ago by Ryan J Ollos

Description: modified (diff)

comment:2 Changed 10 years ago by Emmanuel Blot

In 13715:

Refs #9231. This new version addressed some of the StopIteration issues that sometimes trigger within Revtree

Modify Ticket

Change Properties
Set your email in Preferences
Action
as new The owner will remain Emmanuel Blot.

Add Comment


E-mail address and name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.