Edgewall Software

Opened 15 years ago

Last modified 15 years ago

#8171 closed defect

Traceback when viewing wiki page — at Version 1

Reported by: anonymous Owned by:
Priority: normal Milestone:
Component: general Version: none
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description (last modified by Tim Hatch)

Visit http://cellgis.net/wiki/GeoTiff?format=txt and get this traceback:

Traceback (most recent call last):
  File "/home/andromeda/lib/python2.4/trac/web/main.py", line 406, in dispatch_request
    dispatcher.dispatch(req)
  File "/home/andromeda/lib/python2.4/trac/web/main.py", line 191, in dispatch
    chosen_handler = self._pre_process_request(req, chosen_handler)
  File "/home/andromeda/lib/python2.4/trac/web/main.py", line 263, in _pre_process_request
    chosen_handler = f.pre_process_request(req, chosen_handler)
  File "/home/andromeda/lib/python2.4/trac/versioncontrol/api.py", line 73, in pre_process_request
    self.get_repository(req.authname).sync()
  File "/home/andromeda/lib/python2.4/trac/versioncontrol/api.py", line 94, in get_repository
    ((self.repository_type,)*2))
TracError: <unprintable TracError object>

Change History (1)

comment:1 by Tim Hatch, 15 years ago

Component: admin/webgeneral
Description: modified (diff)
Summary: http://cellgis.net/wiki/GeoTiff?format=txtTraceback when viewing wiki page

Checked the page. The error isn't printable because it has a localized error with accents, I think. That's a little interesting.

The correct error appears in the page title, which looks like missing subversion bindings.

Sistema de control de versiones no soportado &#34;svn&#34;. Verifique que las librerías Python para &#34;svn&#34; están correctamente instaladas.
Note: See TracTickets for help on using tickets.