Hello tracers,

I am installing plugins for my trac and now I have a problem
with the screenshots plugin.

I tried again all my install steps but the error still appears.

Maybe someone can help me.

When clicking on screenshots menu I get this error:

Trac detected an internal error:
IndexError: list index out of range
...

File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/
main.py", line 423, in _dispatch_request
  dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/
main.py", line 197, in dispatch
  resp = chosen_handler.process_request(req)
File "build/bdist.linux-i686/egg/tracscreenshots/core.py", line 138,
in process_requestFile "build/bdist.linux-i686/egg/tracscreenshots/
core.py", line 593, in _do_actionsFile "build/bdist.linux-i686/egg/
tracscreenshots/matrix_view.py", line 70, in render_screenshotsFile
"build/bdist.linux-i686/egg/tracscreenshots/matrix_view.py", line 96,
in _build_matrix

This is the log output:
2008-09-29 20:07:45,479 Trac[main] DEBUG: Dispatching <Request "GET u'/
screenshots'">
2008-09-29 20:07:45,489 Trac[core] DEBUG: action: None
2008-09-29 20:07:45,490 Trac[core] DEBUG: actions: ['view']
2008-09-29 20:07:45,490 Trac[api] DEBUG: SELECT name, description FROM
component
2008-09-29 20:07:45,491 Trac[api] DEBUG: SELECT name, description FROM
version
2008-09-29 20:07:45,492 Trac[session] DEBUG: Retrieving session for ID
'geo'
2008-09-29 20:07:45,494 Trac[core] DEBUG: enabled_components: [u'my
Server']
2008-09-29 20:07:45,494 Trac[core] DEBUG: enabled_versions: [u'0.1']
2008-09-29 20:07:45,494 Trac[core] DEBUG: filter_relation: or
2008-09-29 20:07:45,495 Trac[api] DEBUG: [u'0.1', u'my Server']
2008-09-29 20:07:45,495 Trac[api] DEBUG: SELECT DISTINCT id, name,
description, time, author, tags, file, width, height, priority FROM
screenshot s LEFT JOIN (SELECT screenshot, version FROM
screenshot_version) v ON s.id = v.screenshot LEFT JOIN (SELECT
screenshot, component FROM screenshot_component) c ON s.id =
c.screenshot WHERE (v.version IN (0.1)) OR (c.component IN (my
Server)) ORDER BY id ASC
2008-09-29 20:07:45,496 Trac[chrome] DEBUG: Prepare chrome data for
request
2008-09-29 20:07:45,506 Trac[matrix_view] DEBUG: index: -18
2008-09-29 20:07:45,506 Trac[matrix_view] DEBUG: page: -1
2008-09-29 20:07:45,507 Trac[main] ERROR: list index out of range
Traceback (most recent call last):
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/
main.py", line 423, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.4/site-packages/Trac-0.11-py2.4.egg/trac/web/
main.py", line 197, in dispatch
    resp = chosen_handler.process_request(req)
  File "build/bdist.linux-i686/egg/tracscreenshots/core.py", line 138,
in process_request
  File "build/bdist.linux-i686/egg/tracscreenshots/core.py", line 593,
in _do_actions
  File "build/bdist.linux-i686/egg/tracscreenshots/matrix_view.py",
line 70, in render_screenshots
  File "build/bdist.linux-i686/egg/tracscreenshots/matrix_view.py",
line 96, in _build_matrix
IndexError: list index out of range
2008-09-29 20:07:45,822 Trac[main] DEBUG: 611 unreachable objects
found.

Thanks

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/trac-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to