Edgewall Software
Modify

Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#4575 closed defect (invalid)

Attempt to download PDF doc generates internal error

Reported by: m_agnw@… 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 Emmanuel Blot)

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 Emmanuel Blot, 18 years ago

Description: modified (diff)

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

comment:2 by Matthew Good, 18 years ago

Resolution: invalid
Status: newclosed

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.

in reply to:  2 comment:3 by anonymous, 18 years ago

We've upgraded to 0.10.4dev. Eagerly awaiting 0.11

Modify Ticket

Change Properties
Set your email in Preferences
Action
as closed The owner will remain Jonas Borgström.
The resolution will be deleted. Next status will be 'reopened'.
to The owner will be changed from Jonas Borgström 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.