Modify ↓
#4575 closed defect (invalid)
Attempt to download PDF doc generates internal error
Reported by: | Owned by: | Jonas Borgström | |
---|---|---|---|
Priority: | normal | Milestone: | |
Component: | general | Version: | 0.10.3 |
Severity: | normal | Keywords: | |
Cc: | Branch: | ||
Release Notes: | |||
API Changes: | |||
Internal Changes: |
Description (last modified by )
On web-page http://dev.edgcm.columbia.edu/wiki/EdGCM/UsageNotes
attempting to select the "PDF" button at the bottom, just below "Download in ohter formats:" geterates the following error:
Python Traceback
Traceback (most recent call last): File "/sw/lib/python2.4/site-packages/trac/web/main.py", line 387, in dispatch_request dispatcher.dispatch(req) File "/sw/lib/python2.4/site-packages/trac/web/main.py", line 237, in dispatch resp = chosen_handler.process_request(req) File "/sw/lib/python2.4/site-packages/trac/wiki/web_ui.py", line 134, in process_request page.text, format, page.name) File "/sw/lib/python2.4/site-packages/trac/mimeview/api.py", line 604, in send_converted content, selector) File "/sw/lib/python2.4/site-packages/trac/mimeview/api.py", line 384, in convert_content output = converter.convert_content(req, mimetype, content, ck) File "build/bdist.darwin-8.8.0-Power_Macintosh/egg/pagetopdf/pagetopdf.py", line 20, in convert_content File "/sw/lib/python2.4/encodings/iso8859_15.py", line 18, in encode return codecs.charmap_encode(input,errors,encoding_map) UnicodeEncodeError: 'charmap' codec can't encode character u'\u2019' in position 1764: character maps to <undefined>
Attachments (0)
Change History (3)
comment:1 by , 18 years ago
Description: | modified (diff) |
---|
follow-up: 3 comment:2 by , 18 years ago
Resolution: | → invalid |
---|---|
Status: | new → closed |
I've reported this to the plugin's author here: th:#1133
You may also want to contact the adminstrator of the website to follow up on that issue with relevant information, especially the version of the plugin being used.
Note:
See TracTickets
for help on using tickets.
It seems to be an issue with the PageToPdfPlugin.
Close as wontfix and contact the plugin author?
Additional note: the web site is running 0.10.3dev