Modify ↓
Opened 14 years ago
Closed 14 years ago
#10399 closed defect (cantfix)
KeyError: 'name'
| Reported by: | 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)
Note:
See TracTickets
for help on using tickets.



PluginIssue (th:WikiExportPlugin, th:#6701).