Modify ↓
Opened 19 years ago
Closed 19 years ago
#3581 closed defect (fixed)
Download in plain text
| Reported by: | mamay | Owned by: | Christian Boos |
|---|---|---|---|
| Priority: | low | Milestone: | 0.10 |
| Component: | wiki system | Version: | devel |
| Severity: | minor | Keywords: | |
| Cc: | Branch: | ||
| Release Notes: | |||
| API Changes: | |||
| Internal Changes: | |||
Description (last modified by )
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 (0)
Change History (3)
comment:1 by , 19 years ago
| Milestone: | 0.10.1 → 0.10 |
|---|
comment:2 by , 19 years ago
| Description: | modified (diff) |
|---|---|
| Keywords: | 0.10dev removed |
| Owner: | changed from to |
comment:3 by , 19 years ago
| Resolution: | → fixed |
|---|---|
| Status: | new → closed |
Note:
See TracTickets
for help on using tickets.



Fixed by r3623.