line 1226, in
POST

    i =
web.input()

  File "/home/mark/work/common/web/webapi.py", line 196, in
input

    return storify(out, *requireds,
**defaults)

  File "/home/mark/work/common/web/utils.py", line 131, in
storify

    value =
getvalue(value)

  File "/home/mark/work/common/web/utils.py", line 118, in
getvalue

    return
unicodify(x.value)

  File "/home/mark/work/common/web/utils.py", line 113, in
unicodify

    if _unicode and isinstance(s, str): return safeunicode(s)
  File "/home/mark/work/common/web/utils.py", line 216, in safeunicode
    return obj.decode(encoding)
  File "/usr/lib64/python2.5/encodings/utf_8.py", line 16, in decode
    return codecs.utf_8_decode(input, errors, True)
UnicodeDecodeError: 'utf8' codec can't decode bytes in position 8-12:
unsupported Unicode code range" while reading upstream, client:

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"web.py" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at http://groups.google.com/group/webpy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to