Opened 17 years ago
Closed 16 years ago
#2718 closed defect (worksforme)
Error from Revtree plugin
Reported by: | Owned by: | Emmanuel Blot | |
---|---|---|---|
Priority: | normal | Component: | RevtreePlugin |
Severity: | normal | Keywords: | |
Cc: | Trac Release: | 0.11 |
Description
After installing revTree plugin I Get an error: Plugin version - TracRevtreePlugin 0.5.14dev-r3274
Trac detected an internal error:
IndexError: list index out of range
If you think this should work you can reproduce the problem, you should consider reporting this to the Trac team.
Before you do that, though, please first try searching for similar issues, as it is quite likely that this problem has been reported before. For questions about installation and configuration of Trac, please try the mailing list instead of filing a ticket.
Trac | 0.11b1 | Python | 2.5.1 (r251:54863, Oct 30 2007, 13:54:11) [GCC 4.1.2 20070925 (Red Hat 4.1.2-33)] | setuptools | 0.6c7 | SQLite | 3.4.2 | pysqlite | 2.3.3 | Genshi | 0.4.4 | Pygments | 0.9 | Subversion | 1.4.4 (r25188) | ==== Python Traceback ==== Traceback (most recent call last): File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 398, in _dispatch_request dispatcher.dispatch(req) File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 207, in dispatch self._post_process_request(req, *resp) File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 294, in _post_process_request resp = f.post_process_request(req, *resp) File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 158, in post_process_request if (url_parts > 1) and (url_parts[1] in self.contexts): IndexError: list index out of range a new ticket at the Trac project site, where you can describe the problem and explain how to reproduce it.
|
Python Traceback Most recent call last:
- File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 398, in _dispatch_request
Code fragment:
- try:
- if not env and env_error:
- raise HTTPInternalError(env_error)
- try:
- dispatcher = RequestDispatcher(env)
- dispatcher.dispatch(req)
- except RequestDone:
- pass
- resp = req._response or []
- except HTTPException, e:
- File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 207, in dispatch
Code fragment:
- if req.session:
- req.session.save()
- req.display(template, content_type or 'text/html')
- else: # Genshi
- template, data, content_type = \
- self._post_process_request(req, *resp)
- if 'hdfdump' in req.args:
- req.perm.require('TRAC_ADMIN')
- # debugging helper - no need to render first
- from pprint import pprint
- out = StringIO()
- File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 294, in _post_process_request
Code fragment:
- resp = args
- for f in reversed(self.filters):
- arity = f.post_process_request.func_code.co_argcount - 2
- if nbargs:
- if arity == nbargs:
- resp = f.post_process_request(req, *resp)
- else:
- resp = f.post_process_request(req, *(None,)*arity)
- return resp
- File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 158, in post_process_request Local variables: Name Value content_type None data {'templates': [], 'attachments': {'attach_href': ... req <Request "GET u"> self <revtree.web_ui.RevtreeModule object at 0xb979452c> template 'wiki_view.html' url_parts [u]
File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 398, in _dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 207, in dispatch
self._post_process_request(req, *resp)
File "/usr/lib/python2.5/site-packages/Trac-0.11b1-py2.5.egg/trac/web/main.py", line 294, in _post_process_request
resp = f.post_process_request(req, *resp)
File "build/bdist.linux-i686/egg/revtree/web_ui.py", line 158, in post_process_request
Attachments (0)
Change History (1)
comment:1 Changed 16 years ago by
Resolution: | → worksforme |
---|---|
Status: | new → closed |
Trac Release: | 0.10 → 0.11 |
Please re-open this ticket if the problem still occurs, and with a readable traceback and a description of your repository.