Edgewall Software
Modify

Opened 15 years ago

Closed 15 years ago

#347 closed defect (worksforme)

UnicodeDecodeError when trying to add a target platform

Reported by: oliver.mueller@… Owned by: cmlenz
Priority: critical Milestone:
Component: Administration interface Version: dev
Keywords: Cc:
Operating System: Linux

Description

After adding a new target platform in the administration ("Manage Build Configuration") I get this error message which then is also shown when I try to view or edit the build configuration:

Traceback (most recent call last):

File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/api.py", line 339, in send_error

'text/html')

File "/usr/lib/python2.5/site-packages/Trac-0.11-py2.5.egg/trac/web/chrome.py", line 726, in render_template

stream.render(method, doctype=doctype, out=buffer)

File "build/bdist.linux-i686/egg/genshi/core.py", line 179, in render File "build/bdist.linux-i686/egg/genshi/output.py", line 61, in encode File "build/bdist.linux-i686/egg/genshi/output.py", line 311, in call File "build/bdist.linux-i686/egg/genshi/output.py", line 753, in call File "build/bdist.linux-i686/egg/genshi/output.py", line 592, in call File "build/bdist.linux-i686/egg/genshi/output.py", line 707, in call

Unicode Decode Error?: 'ascii' codec can't decode byte 0xc3 in position 1571: ordinal not in range(128)

Attachments (0)

Change History (1)

comment:1 Changed 15 years ago by osimons

  • Milestone 0.6 deleted
  • Resolution set to worksforme
  • Status changed from new to closed

Does this still happen with recent Trac and Bitten? Whatever I enter (also trying non-ascii characters), I can't reproduce this error.

I'm closing the ticket, but if I'm wrong then please reopen with further details of versions and the exact failing input.

Add Comment

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain cmlenz.
The resolution will be deleted. Next status will be 'reopened'.
Author


E-mail address and user name can be saved in the Preferences.

 
Note: See TracTickets for help on using tickets.