#3581: Download in plain text
--------------------+-------------------------------------------------------
 Reporter:  mamay   |        Owner:  cboos
     Type:  defect  |       Status:  new  
 Priority:  low     |    Milestone:  0.10 
Component:  wiki    |      Version:  devel
 Severity:  minor   |   Resolution:       
 Keywords:          |  
--------------------+-------------------------------------------------------
Changes (by cboos):

  * keywords:  0.10dev =>
  * owner:  jonas => cboos

Old description:

> 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

New description:

 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
 }}}

-- 
Ticket URL: <http://trac.edgewall.org/ticket/3581#comment:2>
The Trac Project <http://trac.edgewall.com/>
_______________________________________________
Trac-Tickets mailing list
[email protected]
http://lists.edgewall.com/mailman/listinfo/trac-tickets

Reply via email to