Attachment 'traceback.html'
Download--> -->
UnicodeDecodeError
'ascii' codec can't decode byte 0xc3 in position 1057: 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.
/usr/local/lib/python2.5/site-packages/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x87b502c>)
- 1281 self.page.send_page(msg=msg)
- 1282 else:
- 1283 handler(self.page.page_name, self)
- 1284
- 1285 # every action that didn't use to raise MoinMoinNoFooter must call this now:
- handler = <function execute at 0x84fd17c>
- self = <MoinMoin.request.request_standalone.Request object at 0x87b502c>
- self.page = <MoinMoin.Page.Page object at 0x885d20c>
- self.page.page_name = u'SyncJobTemplate'
/usr/local/lib/python2.5/site-packages/MoinMoin/action/SyncPages.py in execute (pagename=u'SyncJobTemplate', request=<MoinMoin.request.request_standalone.Request object at 0x87b502c>)
- 498
- 499
- 500 def execute(pagename, request):
- 501 ActionClass(pagename, request).render()
- 502
- global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
- pagename = u'SyncJobTemplate'
- request = <MoinMoin.request.request_standalone.Request object at 0x87b502c>
- ).render undefined
/usr/local/lib/python2.5/site-packages/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x885d68c>)
- 219 self.call_rollback_funcs()
- 220 # XXX aquire readlock on self.page
- 221 self.page.saveText(self.page.get_raw_body() + "\n\n" + self.generate_log_table(), 0)
- 222 # XXX release readlock on self.page
- 223
- self = <MoinMoin.action.SyncPages.ActionClass object at 0x885d68c>
- self.page = <MoinMoin.PageEditor.PageEditor object at 0x885d82c>
- self.page.saveText = <bound method PageEditor.saveText of <MoinMoin.PageEditor.PageEditor object at 0x885d82c>>
- self.page.get_raw_body = <bound method PageEditor.get_raw_body of <MoinMoin.PageEditor.PageEditor object at 0x885d82c>>
- self.generate_log_table = <bound method ActionClass.generate_log_table of ...ction.SyncPages.ActionClass object at 0x885d68c>>
/usr/local/lib/python2.5/site-packages/MoinMoin/action/SyncPages.py in generate_log_table (self=<MoinMoin.action.SyncPages.ActionClass object at 0x885d68c>)
- 90 table.append(table_line % {"smiley": line[0][1],
- 91 "message": message,
- 92 "raw_suffix": line[3].replace("\n", "<<BR>>")})
- 93
- 94 return "\n".join(table)
- line = ((2, r'/!\'), u'Ein schwerwiegender Fehler ist aufgetreten:', (), 'Traceback (most recent call last):\n File "/usr/...ble: Die Seite ist gegen \xc3\x84nderungen gesch\xc3\xbctzt!\n')
- ].replace undefined
UnicodeDecodeError
'ascii' codec can't decode byte 0xc3 in position 1057: ordinal not in range(128)
- args = ('ascii', 'Traceback (most recent call last):<<BR>> File "...Die Seite ist gegen \xc3\x84nderungen gesch\xc3\xbctzt!<<BR>>', 1057, 1058, 'ordinal not in range(128)')
- encoding = 'ascii'
- end = 1058
- message = ''
- object = 'Traceback (most recent call last):<<BR>> File "...Die Seite ist gegen \xc3\x84nderungen gesch\xc3\xbctzt!<<BR>>'
- reason = 'ordinal not in range(128)'
- start = 1057
System Details
- Date: Tue, 15 Apr 2008 16:31:13 +0000
- Platform: Linux WU7E0003 2.6.20-15-generic #2 SMP Sun Apr 15 07:36:31 UTC 2007 i686
- Python: Python 2.5.1 (/usr/bin/python)
- MoinMoin: Release 1.6.2 (release)
Attached Files
To refer to attachments on a page, use attachment:filename, as shown below in the list of files. Do NOT use the URL of the [get] link, since this is subject to change and can break easily.You are not allowed to attach a file to this page.