Attachment 'traceback.html'

Download

--> -->

CacheError

'ascii' codec can't encode character u'\xe4' in position 7: 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. /srv/moin_tw/moin-test/MoinMoin/request/CGI.py in __init__ (self=<MoinMoin.request.CGI.Request object>, properties={})

    1. 24
    2. 25 self._setup_vars_from_std_env(os.environ)
    3. 26 RequestBase.__init__(self, properties)
    4. 27
    5. 28 except Exception, err:
    • global RequestBase = <class 'MoinMoin.request.RequestBase'>
    • RequestBase.__init__ = <unbound method RequestBase.__init__>
    • self = <MoinMoin.request.CGI.Request object>
    • properties = {}
  2. /srv/moin_tw/moin-1.6-main/MoinMoin/request/__init__.py in __init__ (self=<MoinMoin.request.CGI.Request object>, properties={})

    1. 224 if not self.forbidden and self.isForbidden():
    2. 225 self.makeForbidden403()
    3. 226 if not self.forbidden and self.surge_protect():
    4. 227 self.makeUnavailable503()
    5. 228
    • self = <MoinMoin.request.CGI.Request object>
    • self.forbidden = False
    • self.surge_protect = <bound method Request.surge_protect of <MoinMoin.request.CGI.Request object>>
  3. /srv/moin_tw/moin-1.6-main/MoinMoin/request/__init__.py in surge_protect (self=<MoinMoin.request.CGI.Request object>, kick_him=False)

    1. 317 data.append("%s\t%d\t%s\t%s" % (id, t, action, surge_indicator))
    2. 318 data = "\n".join(data)
    3. 319 cache.update(data)
    4. 320 except StandardError:
    5. 321 pass
    • cache = <MoinMoin.caching.CacheEntry instance>
    • cache.update = <bound method CacheEntry.update of <MoinMoin.caching.CacheEntry instance>>
    • data = u'MarcelH\xe4fner\t1181814859\tlogin\t\nMarcelH\xe4fner\t1181814859\tall\t'
  4. /srv/moin_tw/moin-1.6-main/MoinMoin/caching.py in update (self=<MoinMoin.caching.CacheEntry instance>, content=u'MarcelH\xe4fner\t1181814859\tlogin\t\nMarcelH\xe4fner\t1181814859\tall\t')

    1. 141 self.request.log("Can't acquire write lock in %s" % self.lock_dir)
    2. 142 except (pickle.PicklingError, IOError, ValueError), err:
    3. 143 raise CacheError(str(err))
    4. 144
    5. 145 def remove(self):
    • global CacheError = <class MoinMoin.caching.CacheError>
    • builtin str = <type 'str'>
    • err = <exceptions.UnicodeEncodeError instance>

CacheError

'ascii' codec can't encode character u'\xe4' in position 7: ordinal not in range(128)

  • args = (r"'ascii' codec can't encode character u'\xe4' in position 7: ordinal not in range(128)",)

System Details

  • Date: Thu, 14 Jun 2007 09:54:19 +0000
  • Platform: Linux web.thinkmo.de 2.6.20-thinkmo-1 #1 SMP Sat Feb 17 13:11:11 UTC 2007 x86_64
  • Python: Python 2.4.4 (/usr/bin/python)
  • MoinMoin: Release 1.6.0alpha ()

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] (2007-06-14 10:00:19, 161.1 KB) [[attachment:screenshot.png]]
  • [get | view] (2007-06-14 09:59:13, 7.9 KB) [[attachment:traceback.html]]
 All files | Selected Files: delete move to page copy to page

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