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.

  1. /home/vinci/wogawiki/MoinMoin/request/__init__.py in run (self=<MoinMoin.request.request_standalone.Request object at 0x98a6f6c>)

    1. 1308 self.page.send_page()
    2. 1309 else:
    3. 1310 handler(self.page.page_name, self)
    4. 1311
    5. 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'
  2. /home/vinci/wogawiki/MoinMoin/action/SyncPages.py in execute (pagename=u'SyncJob', request=<MoinMoin.request.request_standalone.Request object at 0x98a6f6c>)

    1. 492
    2. 493
    3. 494 def execute(pagename, request):
    4. 495 ActionClass(pagename, request).render()
    5. 496
    • global ActionClass = <class 'MoinMoin.action.SyncPages.ActionClass'>
    • pagename = u'SyncJob'
    • request = <MoinMoin.request.request_standalone.Request object at 0x98a6f6c>
    • ).render undefined
  3. /home/vinci/wogawiki/MoinMoin/action/SyncPages.py in render (self=<MoinMoin.action.SyncPages.ActionClass object at 0x98a510c>)

    1. 213 self.call_rollback_funcs()
    2. 214 # XXX aquire readlock on self.page
    3. 215 self.page.saveText(self.page.get_raw_body() + "\n\n" + self.generate_log_table(), 0)
    4. 216 # XXX release readlock on self.page
    5. 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>>
  4. /home/vinci/wogawiki/MoinMoin/action/SyncPages.py in generate_log_table (self=<MoinMoin.action.SyncPages.ActionClass object at 0x98a510c>)

    1. 85 table.append(table_line % {"smiley": line[0][1],
    2. 86 "message": message,
    3. 87 "raw_suffix": line[3].replace("\n", "<<BR>>")})
    4. 88
    5. 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.
  • [get | view] (2008-10-22 11:38:25, 8.3 KB) [[attachment:SyncJob.html]]
 All files | Selected Files: delete move to page copy to page

You are not allowed to attach a file to this page.