Edgewall Software

Opened 16 years ago

Last modified 14 years ago

#6495 closed defect

Error utf8 — at Initial Version

Reported by: Sixbell Nekotec Solutions Colombia Owned by: Christian Boos
Priority: normal Milestone:
Component: wiki system Version: 0.10
Severity: normal Keywords:
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

Hi

My English isn't very good but i try to explain you, what's the problem.

I'm working in my own trac which is installed in a internal server. I work in it without problem but if the Server is working in some else the service of my trac don't work. This problem was when in the server become a transfer file for other aplication. The trac return when i restart the Apache server.

In other way, the same problem begin when i'm burning a CD in the server.

Traceback (most recent call last):

File "E:\Proyecto_TRAC\python\Lib\site-packages\trac\web\main.py", line 406, in dispatch_request

dispatcher.dispatch(req)

File "E:\Proyecto_TRAC\python\Lib\site-packages\trac\web\main.py", line 237, in dispatch

resp = chosen_handler.process_request(req)

File "E:\Proyecto_TRAC\python\Lib\site-packages\trac\wiki\web_ui.py", line 97, in process_request

page = WikiPage(self.env, pagename, version, db)

File "E:\Proyecto_TRAC\python\Lib\site-packages\trac\wiki\model.py", line 32, in init

self._fetch(name, version, db)

File "E:\Proyecto_TRAC\python\Lib\site-packages\trac\wiki\model.py", line 53, in _fetch

(name,))

File "E:\Proyecto_TRAC\python\Lib\site-packages\trac\db\util.py", line 50, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "E:\Proyecto_TRAC\python\Lib\site-packages\trac\db\util.py", line 50, in execute

return self.cursor.execute(sql_escape_percent(sql), args)

File "E:\Proyecto_TRAC\python\Lib\site-packages\MySQLdb\cursors.py", line 163, in execute

self.errorhandler(self, exc, value)

File "E:\Proyecto_TRAC\python\Lib\site-packages\MySQLdb\connections.py", line 35, in defaulterrorhandler

raise errorclass, errorvalue

UnicodeDecodeError: 'utf8' codec can't decode bytes in position 247-250: invalid data

Change History (0)

Note: See TracTickets for help on using tickets.