Edgewall Software

Ticket #7033 (closed defect: wontfix)

Opened 9 months ago

Last modified 6 weeks ago

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

Reported by: tzuchun0914@… Owned by: jonas
Priority: normal Milestone:
Component: general Version: 0.11b1
Severity: normal Keywords: needinfo
Cc:

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

Change History

Changed 9 months ago by jruigrok

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

Changed 9 months ago by anonymous

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.

Changed 8 months ago by cboos

  • keywords needinfo added

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

Changed 6 weeks ago by cboos

  • status changed from new to closed
  • resolution set to wontfix

No feedback provided, closing.

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

Author



Change Properties
<Author field>
Action
as closed
Next status will be 'reopened'
to The owner will change from jonas. Next status will be 'closed'
 
Note: See TracTickets for help on using tickets.