Modify ↓
Opened 18 years ago
Closed 18 years ago
#6870 closed defect (wontfix)
TracDownloaderPlugin (Trac 0.9)
| Reported by: | ham_se17 | Owned by: | Christopher Lenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.9 |
| Severity: | normal | Keywords: | plugin |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description
When i try do access "admin/general/downloader" (downloader admin module), I get this error:
Oops… Trac detected an internal error:
expected read buffer, int found
If you think this really should work and you can reproduce it. Then you should consider to report this problem to the Trac team.
Python traceback
Traceback (most recent call last):
File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 206, in handler
dispatch_request(mpr.path_info, mpr, env)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 139, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.4/site-packages/trac/web/main.py", line 107, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.4/site-packages/TracWebAdmin-0.1.2dev_r4240-py2.4.egg/webadmin/web_ui.py", line 109, in process_request
path_info)
File "/usr/lib/python2.4/site-packages/TracDownloader-0.1-py2.4.egg/tracdownloader/admin.py", line 127, in process_admin_request
File "/usr/lib/python2.4/site-packages/trac/web/modpython_frontend.py", line 172, in __setitem__
self.list.append(util.Field(key, StringIO(value), 'text/plain',
TypeError: expected read buffer, int found
Attachments (0)
Change History (1)
comment:1 by , 18 years ago
| Keywords: | plugin added; TracDownloaderPlugin removed |
|---|---|
| Priority: | high → normal |
| Resolution: | → wontfix |
| Status: | new → closed |
| Version: | → 0.9 |
- Trac 0.9 is no longer supported (however you can notice a version field in every ticket, which is dedicated to specify the Trac release.)
- Please report plugin error to the plugin maintainer
Note:
See TracTickets
for help on using tickets.


