Ticket #6870 (closed defect: wontfix)
TracDownloaderPlugin (Trac 0.9)
| Reported by: | ham_se17 | Owned by: | cmlenz |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | admin/web | Version: | 0.9 |
| Severity: | normal | Keywords: | plugin |
| Cc: |
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
Change History
Note: See
TracTickets for help on using
tickets.


