I am using Trac .10b1, Python 2.4, mod_python with the Trac-cc plugin.
I can reproduce the error below and it does not appear to come from the
CruiseControl
log files. The error occurs when trying to view a CruiseControl log
file via Trac. Seems a similar issue was reported with ticket #2904 but
this doesn't seem related except for the UnicodeDecodeError being
thrown after a call to util/html.py.
Any suggestions on where/how to track the source of the error would be
appreciated.

Thanks,

Traceback (most recent call last):
  File "/sw/apps/python/lib/python2.4/site-packages/trac/web/main.py",
line 335, in dispatch_request
    dispatcher.dispatch(req)
  File "/sw/apps/python/lib/python2.4/site-packages/trac/web/main.py",
line 220, in dispatch
    resp = chosen_handler.process_request(req)
  File
"/sw/apps/python/lib/python2.4/site-packages/TracCC-0.1.2-py2.4.egg/traccc/traccc.py",
line 229, in process_request
    req.hdf['cc.html_result'] =
Markup(style.saveResultToString(result))
  File "/sw/apps/python/lib/python2.4/site-packages/trac/util/html.py",
line 46, in __new__
    return unicode.__new__(self, text)
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc2 in position
229: ordinal not in range(128)


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

Reply via email to