Edgewall Software
Modify

Opened 13 years ago

Closed 13 years ago

#10399 closed defect (cantfix)

KeyError: 'name'

Reported by: karlito_113@… Owned by:
Priority: normal Milestone:
Component: general Version: 0.11.7
Severity: normal Keywords: wikiexportplugin
Cc: Branch:
Release Notes:
API Changes:
Internal Changes:

Description

How to Reproduce

While doing a GET operation on /wiki/WikiStart, Trac issued an internal error.

(please provide additional details here)

Request parameters:

{'format': u'vnd.oasis.opendocument.text', 'page': u'WikiStart'}

System Information

Trac 0.11.7
Python 2.6.5 (r265:79063, Apr 16 2010, 13:57:41)
[GCC 4.4.3]
setuptools 0.6
SQLite 3.6.22
pysqlite 2.5.5
Genshi 0.5.1
Pygments 1.4
Subversion 1.6.6 (r40053)

Python Traceback

Traceback (most recent call last):
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 450, in _dispatch_request
    dispatcher.dispatch(req)
  File "/usr/lib/python2.6/dist-packages/trac/web/main.py", line 206, in dispatch
    resp = chosen_handler.process_request(req)
  File "/usr/lib/python2.6/dist-packages/trac/wiki/web_ui.py", line 165, in process_request
    format, versioned_page.name)
  File "/usr/lib/python2.6/dist-packages/trac/mimeview/api.py", line 961, in send_converted
    content, selector)
  File "/usr/lib/python2.6/dist-packages/trac/mimeview/api.py", line 669, in convert_content
    output = converter.convert_content(req, mimetype, content, ck)
  File "build/bdist.linux-x86_64/egg/exportplugin/export.py", line 115, in convert_content
    self.parser.setTemplate(templatePath, pageName, req.session['name'])
KeyError: 'name'

Attachments (0)

Change History (1)

comment:1 by Jun Omae, 13 years ago

Resolution: cantfix
Status: newclosed

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The ticket will remain with no owner.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from (none) to the specified user.

Add Comment


E-mail address and name can be saved in the Preferences .
 
Note: See TracTickets for help on using tickets.