--> -->

UnicodeDecodeError

'ascii' codec can't decode byte 0xe6 in position 309: ordinal not in range(128)

If you want to report a bug, please save this page and attach it to your bug report.

Traceback

A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.

  1. /home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/request.py in run (self=<MoinMoin.request.RequestCGI object>)

    1. 1170 self.page.send_page(self, msg=msg)
    2. 1171 else:
    3. 1172 handler(self.page.page_name, self)
    4. 1173
    5. 1174 # generate page footer (actions that do not want this footer use
    • handler = <function do_show>
    • self = <MoinMoin.request.RequestCGI object>
    • self.page = <MoinMoin.Page.Page instance>
    • self.page.page_name = u'Xslt\u7248\u672c'
  2. /home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/wikiaction.py in do_show (pagename=u'Xslt\u7248\u672c', request=<MoinMoin.request.RequestCGI object>)

    1. 466 else:
    2. 467 request.cacheable = 1
    3. 468 Page(request, pagename).send_page(request, count_hit=1)
    4. 469
    5. 470
    • global Page = <class MoinMoin.Page.Page>
    • request = <MoinMoin.request.RequestCGI object>
    • pagename = u'Xslt\u7248\u672c'
    • ).send_page undefined
    • count_hit undefined
  3. /home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, msg='', **keywords={'count_hit': 1})

    1. 1254 format_args=pi_formatargs,
    2. 1255 do_cache=do_cache,
    3. 1256 start_line=pi_lines)
    4. 1257
    5. 1258 # check for pending footnotes
    • start_line undefined
    • pi_lines = 8
  4. /home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/Page.py in send_page_content (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, Parser=<class MoinMoin.parser.xslt.Parser>, body=u'<?xml version="1.0" encoding="UTF-8"?>\n\n<?xml-st...on\')"/> \u7248.\n </xsl:template>\n\n</xsl:stylesheet>\n', format_args=u'', do_cache=1, **kw={'start_line': 8})

    1. 1350 raise
    2. 1351 try:
    3. 1352 code = self.makeCache(request, parser)
    4. 1353 self.execute(request, parser, code)
    5. 1354 except Exception, e:
    • code undefined
    • self = <MoinMoin.Page.Page instance>
    • self.makeCache = <bound method Page.makeCache of <MoinMoin.Page.Page instance>>
    • request = <MoinMoin.request.RequestCGI object>
    • parser = <MoinMoin.parser.xslt.Parser instance>
  5. /home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/Page.py in makeCache (self=<MoinMoin.Page.Page instance>, request=<MoinMoin.request.RequestCGI object>, parser=<MoinMoin.parser.xslt.Parser instance>)

    1. 1408 saved_current_lang = request.current_lang
    2. 1409 try:
    3. 1410 text = request.redirectedOutput(parser.format, formatter)
    4. 1411 finally:
    5. 1412 request.current_lang = saved_current_lang
    • text undefined
    • request = <MoinMoin.request.RequestCGI object>
    • request.redirectedOutput = <bound method RequestCGI.redirectedOutput of <MoinMoin.request.RequestCGI object>>
    • parser = <MoinMoin.parser.xslt.Parser instance>
    • parser.format = <bound method Parser.format of <MoinMoin.parser.xslt.Parser instance>>
    • formatter = <MoinMoin.formatter.text_python.Formatter instance>
  6. /home/osakichi/moin/lib/python2.4/site-packages/MoinMoin/request.py in redirectedOutput (self=<MoinMoin.request.RequestCGI object>, function=<bound method Parser.format of <MoinMoin.parser.xslt.Parser instance>>, *args=(<MoinMoin.formatter.text_python.Formatter instance>,), **kw={})

    1. 746 finally:
    2. 747 self.redirect()
    3. 748 text = buffer.getvalue()
    4. 749 buffer.close()
    5. 750 return text
    • text undefined
    • buffer = <StringIO.StringIO instance>
    • buffer.getvalue = <bound method StringIO.getvalue of <StringIO.StringIO instance>>
  7. /usr/local/lib/python2.7/StringIO.py in getvalue (self=<StringIO.StringIO instance>)

    1. 269 _complain_ifclosed(self.closed)
    2. 270 if self.buflist:
    3. 271 self.buf += ''.join(self.buflist)
    4. 272 self.buflist = []
    5. 273 return self.buf
    • self = <StringIO.StringIO instance>
    • self.buf = ''
    • ''.join = <built-in method join of str object>
    • self.buflist = [u'<div class="message">XSLT\u30aa\u30d7\u30b7\u30e7\u30f3\u304c\u7121\u52b9\u306b\u306a\u3063\u3066\u3044\u307e\u3059\u3002<a href...guration">HelpOnConfiguration</a>\u3092\u53c2\u7167\u3057\u3066\u304f\u3060\u3055\u3044\u3002</div>', '<pre>', '&lt;?xml version="1.0" encoding="UTF-8"?&gt;\n\n&l... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;\n', '</pre>']

UnicodeDecodeError

'ascii' codec can't decode byte 0xe6 in position 309: ordinal not in range(128)

  • args = ('ascii', '&lt;?xml version="1.0" encoding="UTF-8"?&gt;\n\n&l... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;\n', 309, 310, 'ordinal not in range(128)')
  • encoding = 'ascii'
  • end = 310
  • message = ''
  • object = '&lt;?xml version="1.0" encoding="UTF-8"?&gt;\n\n&l... &lt;/xsl:template&gt;\n\n&lt;/xsl:stylesheet&gt;\n'
  • reason = 'ordinal not in range(128)'
  • start = 309

System Details

  • Date: Sat, 27 Apr 2024 21:56:55 +0000
  • Platform: FreeBSD www612.sakura.ne.jp 11.2-RELEASE-p15 FreeBSD 11.2-RELEASE-p15 #0: Fri Aug 19 12:13:37 JST 2022 root@www3666.sakura.ne.jp:/usr/obj/home/pkg/src/sys/GENERIC amd64
  • Python: Python 2.7.18 (/usr/local/bin/python)
  • MoinMoin: Release 1.5.7 (release)