| UnicodeDecodeError'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128) | Please include this information in your bug reports!: Python Python 2.4.4: /usr/bin/python SunOS eos.apache.org 5.10 Generic_137111-01 sun4v MoinMoin Release 1.3.4 [Revision 1.3.4 release] Mon Jul 7 15:13:42 2008 |
A problem occurred in a Python script. Here is the sequence of function calls leading up to the error, in the order they occurred.
| /www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/request.py in run(self=<MoinMoin.request.RequestCGI instance at 0xa2530>) |
| 867 self.bust_cache = 1 |
| 868 self.page = Page(self, pagename) |
| 869 self.page.send_page(self, count_hit=1) |
| 870 else: |
| 871 # TODO: kill this. Why disable allow extended names? |
| self = <MoinMoin.request.RequestCGI instance at 0xa2530>, self.page = <MoinMoin.Page.Page instance at 0x212d00>, self.page.send_page = <bound method Page.send_page of <MoinMoin.Page.Page instance at 0x212d00>>, count_hit undefined |
| /www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/Page.py in send_page(self=<MoinMoin.Page.Page instance at 0x212d00>, request=<MoinMoin.request.RequestCGI instance at 0xa2530>, msg='', **keywords={'count_hit': 1}) |
| 1152 pagename=self.page_name, print_mode=print_mode, |
| 1153 media=media, pi_refresh=pi_refresh, |
| 1154 allow_doubleclick=1, trail=trail, |
| 1155 ) |
| 1156 |
| allow_doubleclick undefined, trail = None |
| /www/wiki.apache.org/lib/python2.3/site-packages/MoinMoin/wikiutil.py in send_title(request=<MoinMoin.request.RequestCGI instance at 0xa2530>, text=u'WikiSchulung/BasisEinf\xfchrung/000 Was ist denn Wiki', **keywords={'allow_doubleclick': 1, 'link': '/spamassassin/WikiSchulung/BasisEinf\xc3\xbchrung/000_...Chrung%2F000+Was+ist+denn+Wiki%22&context=180', 'media': 'screen', 'msg': '', 'page': <MoinMoin.Page.Page instance at 0x212d00>, 'pagename': u'WikiSchulung/BasisEinf\xfchrung/000 Was ist denn Wiki', 'pi_refresh': None, 'print_mode': False, 'trail': None}) |
| 1098 output.append('<link rel="Start" href="%s/%s">\n' % (scriptname, quoteWikinameURL(page_front_page))) |
| 1099 if pagename: |
| 1100 output.append('<link rel="Alternate" title="%s" href="%s/%s?action=raw">\n' % ( |
| 1101 _('Wiki Markup'), scriptname, pagename_quoted,)) |
| 1102 output.append('<link rel="Alternate" media="print" title="%s" href="%s/%s?action=print">\n' % ( |
| output = [u'<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01//EN...ection" href="/wiki/modern/css/projection.css">\n\n', '<link rel="Start" href="/spamassassin/WikiSchulu...isEinf\xc3\xbchrung/000_Was_ist_denn_Wiki?/FrontPage">\n'], output.append = <built-in method append of list object at 0x217698>, _ = <function <lambda> at 0x233af0>, scriptname = '/spamassassin/WikiSchulung/BasisEinf\xc3\xbchrung/000_Was_ist_denn_Wiki?', pagename_quoted = 'WikiSchulung/BasisEinf%c3%bchrung/000_Was_ist_denn_Wiki' |
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 36: ordinal not in range(128)
__doc__ =
'Unicode decoding error.'
__getitem__ =
<bound method UnicodeDecodeError.__getitem__ of ...eptions.UnicodeDecodeError instance at 0x217940>>
__init__ =
<bound method UnicodeDecodeError.__init__ of <exceptions.UnicodeDecodeError instance at 0x217940>>
__module__ =
'exceptions'
__str__ =
<bound method UnicodeDecodeError.__str__ of <exceptions.UnicodeDecodeError instance at 0x217940>>
args =
('ascii', '/spamassassin/WikiSchulung/BasisEinf\xc3\xbchrung/000_Was_ist_denn_Wiki?', 36, 37, 'ordinal not in range(128)')
encoding =
'ascii'
end =
37
object =
'/spamassassin/WikiSchulung/BasisEinf\xc3\xbchrung/000_Was_ist_denn_Wiki?'
reason =
'ordinal not in range(128)'
start =
36