Ticket #3581 (closed defect: fixed)
Download in plain text
| Reported by: | mamay | Owned by: | cboos |
|---|---|---|---|
| Priority: | low | Milestone: | 0.10 |
| Component: | wiki system | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: |
Description (last modified by cboos) (diff)
Version 0.10dev
Whenever a user goes to a link which points to an empty/new wiki page and clicks on the download in other formats (plain text) link to get the page in plain text the following error occurs:
Traceback (most recent call last):
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 335, in dispatch_request
dispatcher.dispatch(req)
File "/usr/lib/python2.3/site-packages/trac/web/main.py", line 220, in dispatch
resp = chosen_handler.process_request(req)
File "/usr/lib/python2.3/site-packages/trac/wiki/web_ui.py", line 133, in process_request
page.text, format, page.name)
File "/usr/lib/python2.3/site-packages/trac/mimeview/api.py", line 550, in send_converted
content, selector)
ValueError: unpack tuple of wrong size
Attachments
Change History
Note: See
TracTickets for help on using
tickets.


