Edgewall Software
Modify

Opened 16 years ago

Closed 16 years ago

#7033 closed defect (wontfix)

UnicodeDecodeError: 'ascii' codec can't decode byte 0xa4 in position 26: ordinal not in range(128)

Reported by: tzuchun0914@… Owned by: Jonas Borgström
Priority: normal Milestone:
Component: general Version: 0.11b1
Severity: normal Keywords: needinfo
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /admin, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'cat_id': None, 'panel_id': None, 'path_info': None}

System Information

Trac 0.11b1
Python 2.5.2 (r252:60911, Feb 21 2008, 13:11:45) [MSC v.1310 32 bit (Intel)]
setuptools 0.6c7
SQLite 3.3.4
pysqlite 2.3.2
Genshi 0.4.4

Python Traceback

Traceback (most recent call last):
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 398, in _dispatch_request
    dispatcher.dispatch(req)
  File "C:\Python25\Lib\site-packages\trac\web\main.py", line 217, in dispatch
    data, content_type)
  File "C:\Python25\Lib\site-packages\trac\web\chrome.py", line 683, in render_template
    return stream.render(method, doctype=doctype)
  File "C:\Python25\Lib\site-packages\genshi\core.py", line 154, in render
    return encode(generator, method=method, encoding=encoding)
  File "C:\Python25\Lib\site-packages\genshi\output.py", line 45, in encode
    output = u''.join(list(iterator))
  File "C:\P

Attachments (0)

Change History (4)

comment:1 by Jeroen Ruigrok van der Werven, 16 years ago

You are going to have to provide more data, because right now it seems as if something is passing empty data to /admin .

comment:2 by anonymous, 16 years ago

Execused me, let me describe more details. The Issue 7032 and 7033 are similar situation. This situation happens after I activate the discussion plugin (or even any other newly installed plugins).

Actually, I have tried to installed dozens of plugin in my desktop, but none of them succeeded. Before that, I had successfully installed several trac plugins in my notebook, all of them works fine. The wired thing is all the package I installed both in my desktop and notebook are the same.

comment:3 by Christian Boos, 16 years ago

Keywords: needinfo added

The backtrace you provided is truncated, please provide the full one (if the problem still occur).

comment:4 by Christian Boos, 16 years ago

Resolution: wontfix
Status: newclosed

No feedback provided, closing.

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.