Ii upgraded to trac 0.10.2 and sqlite backend. We have problems with  
report functions:
  * active tickets

Available ReportsCustom Query

  Report execution failed: 'utf8' codec can't decode byte 0x82 in  
position 300: unexpected code byte
  Note: See TracReports for help on using and creating reports.

I am trying to walk through the tickets with a sql statement and i  
hit an error:
   File "delete_spam.py", line 216, in ?
     old_delete_spam(settings['project'], 1)
   File "delete_spam.py", line 134, in old_delete_spam
     row = tkt_cursor.fetchone()
   File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py",  
line 73, in fetchone
     return row and self._convert_row(row) or None
   File "/usr/lib/python2.3/site-packages/trac/db/sqlite_backend.py",  
line 69, in _convert_row
     return tuple([(isinstance(v, str) and [v.decode('utf-8')] or [v]) 
[0]
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 2-5:  
invalid data

Did i something wrong or did i hit a bug?




--
Bas van der Vlies
[EMAIL PROTECTED]




--~--~---------~--~----~------------~-------~--~----~
 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