Attachment 'SyncJob.html'
Download--> -->
UnicodeDecodeError
'ascii' codec can't decode byte 0xc3 in position 930: 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.
/home/vinci/wogawiki/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x98a6f6c>)
- 1308 self.page.send_page()
- 1309 else:
- 1310 handler(self.page.page_name, self)
- 1311
- 1312 # every action that didn't use to raise MoinMoinFinish must call this now:
- handler = <function execute at 0x98775dc>
- self = <MoinMoin.request.request_standalone.Request object at 0x98a6f6c>
- self.page = <MoinMoin.Page.Page object at 0x98c2a2c>
- self.page.page_name = u'SyncJob'
/home/vinci/wogawiki/MoinMoin/action/SyncPages.py in execute (pagename=u'SyncJob', request=<MoinMoin.request.request_standalone.Request object at 0x98a6f6c>)
- 492
- 493
- 494 def execute(pagename, request):
- 495 ActionClass(pagename, request).render()
- 496
- global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
- pagename = u'SyncJob'
- request = <MoinMoin.request.request_standalone.Request object at 0x98a6f6c>
- ).render undefined
/home/vinci/wogawiki/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x98a510c>)
- 213 self.call_rollback_funcs()
- 214 # XXX aquire readlock on self.page
- 215 self.page.saveText(self.page.get_raw_body() + "\n\n" + self.generate_log_table(), 0)
- 216 # XXX release readlock on self.page
- 217
- self = <MoinMoin.action.SyncPages.ActionClass object at 0x98a510c>
- self.page = <MoinMoin.PageEditor.PageEditor object at 0x98c2ccc>
- self.page.saveText = <bound method PageEditor.saveText of <MoinMoin.PageEditor.PageEditor object at 0x98c2ccc>>
- self.page.get_raw_body = <bound method PageEditor.get_raw_body of <MoinMoin.PageEditor.PageEditor object at 0x98c2ccc>>
- self.generate_log_table = <bound method ActionClass.generate_log_table of ...ction.SyncPages.ActionClass object at 0x98a510c>>
/home/vinci/wogawiki/MoinMoin/action/SyncPages.py in generate_log_table (self=<MoinMoin.action.SyncPages.ActionClass object at 0x98a510c>)
- 85 table.append(table_line % {"smiley": line[0][1],
- 86 "message": message,
- 87 "raw_suffix": line[3].replace("\n", "<<BR>>")})
- 88
- 89 return "\n".join(table)
- line = ((2, r'/!\'), u'Ein schwerwiegender Fehler ist aufgetreten:', (), 'Traceback (most recent call last):\n File "/home...dern, weil Sie keine admin-Rechte auf ihr haben!\n')
- ].replace undefined
UnicodeDecodeError
'ascii' codec can't decode byte 0xc3 in position 930: ordinal not in range(128)
- args = ('ascii', 'Traceback (most recent call last):<<BR>> File "... weil Sie keine admin-Rechte auf ihr haben!<<BR>>', 930, 931, 'ordinal not in range(128)')
- encoding = 'ascii'
- end = 931
- message = ''
- object = 'Traceback (most recent call last):<<BR>> File "... weil Sie keine admin-Rechte auf ihr haben!<<BR>>'
- reason = 'ordinal not in range(128)'
- start = 930
System Details
- Date: Wed, 22 Oct 2008 11:27:51 +0000
- Platform: Linux cine 2.6.27-7-generic #1 SMP Fri Oct 17 22:24:21 UTC 2008 i686
- Python: Python 2.5.2 (/usr/bin/python)
- MoinMoin: Release 1.8.0rc1 (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.