Edgewall Software

Changes between Initial Version and Version 1 of Ticket #4128


Ignore:
Timestamp:
Nov 10, 2006, 11:31:34 PM (17 years ago)
Author:
Emmanuel Blot
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4128 – Description

    initial v1  
    33I get the followimg errors messages while trying to pointing trac to my SVN repository :
    44Traceback (most recent call last):
     5{{{
    56 File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 379, in dispatch_request
    67   dispatcher.dispatch(req)
     
    2223   return self.cursor.execute(sql_escape_percent(sql), args)
    2324ProgrammingError: invalid byte sequence for encoding "UTF8": 0x80
    24 
     25}}}
    2526I believe the issue is related to some character encoding issues within something in the repository.  I've also noticed that when the error occurs, a transaction is held open to the database.  That causes intermittent other errors when hitting other pages after someone has hit the browse page.
    2627