On Monday, March 10, 2014 9:58:56 AM UTC-7, Aaron Olson wrote:
>
> I get the same error from all my trac-admin commands. Im starting to 
>> wonder if this is a python issue I side loaded python so that it wouldnt 
>> mess with other applications that are using the base install of python. 
>>
>
> This is a fresh install of CentOS so it has never worked. I haven't 
> installed any plugins.
>
> I get this when I try to login with my user. 
> Traceback (most recent call last):
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", 
> line 502, in send_error data, 'text/html')
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/chrome.py",
>  
> line 955, in render_template message = req.session.pop('chrome.%s.%d' % 
> (type_, i))
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/api.py", 
> line 304, in __getattr__ value = self.callbacks[name](self)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/main.py", 
> line 268, in _get_session return Session(self.env, req)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
>  
> line 211, in __init__ self.get_session(req.authname, authenticated=True)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
>  
> line 229, in get_session super(Session, self).get_session(sid, 
> authenticated)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/web/session.py",
>  
> line 90, in get_session """, (sid, int(authenticated))))
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/util.py", 
> line 121, in execute cursor.execute(query, params)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/util.py", 
> line 65, in execute return self.cursor.execute(sql_escape_percent(sql), 
> args)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
>  
> line 78, in execute result = PyFormatCursor.execute(self, *args)
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
>  
> line 56, in execute args or [])
>   File 
> "/usr/local/lib/python2.7/site-packages/Trac-1.0-py2.7.egg/trac/db/sqlite_backend.py",
>  
> line 48, in _rollback_on_error return function(self, *args, **kwargs) 
> OperationalError: Could not decode to UTF-8 column 'value' with text 
> 'û° ™ü  µü€€ ù  ²ù  ¦ù  ²ø° ®ü° ¥ú€€ ý  ¡ø€ ¥ù  ¢û  ¥ü°€ ý 
>  ¡ù€ ¥.ç¾¶ü Ž ç¾¶ü Œ€ç¾¶ÿ¿¿¾ÿ¿¿¿ü° ·û°€®'
>

There are comments for similar errors that suggest that somehow data ended 
up in the database without the proper encoding:
http://trac.edgewall.org/ticket/7380#comment:1
http://trac.edgewall.org/ticket/6017#comment:3

Did you import data into your database by any "special" means? Did you 
follow a particular installation guide, or have documented your 
installation steps?

-- 
You received this message because you are subscribed to the Google Groups "Trac 
Users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/trac-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to