Changes between Initial Version and Version 1 of Ticket #4129
- Timestamp:
- Nov 10, 2006, 11:32:30 PM (16 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4129
- Property Status new → closed
- Property Resolution → duplicate
-
Ticket #4129 – Description
initial v1 3 3 I get the followimg errors messages while trying to pointing trac to my SVN repository : 4 4 Traceback (most recent call last): 5 {{{ 5 6 File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 379, in dispatch_request 6 7 dispatcher.dispatch(req) … … 22 23 return self.cursor.execute(sql_escape_percent(sql), args) 23 24 ProgrammingError: invalid byte sequence for encoding "UTF8": 0x80 24 25 }}} 25 26 I 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. 26 27