andreas
unread,Nov 6, 2009, 6:13:15 AM11/6/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to porcupine-users
When creating a new object into a container object, i am getting the
following error in the firebug console. I use v0.6 build(20090402)
version of Porcupine and v 3.5.4. of Mozilla.
<html>
<head>
<title>Porcupine Server - Error</title>
</head>
<body style="font-family:Tahoma">
<h3>500 - Internal Server Error</h3>
<table cellspacing="0" width="100%%" bgcolor="#FFFFCC">
<tr>
<td><pre>Traceback (most recent call last):
File "C:\workspace\vardies3\porcupine\core\services\pthread.py",
line 87, in handle_request
self._dispatch_method(item)
File "C:\workspace\vardies3\porcupine\core\services\pthread.py",
line 248, in _dispatch_method
getattr(item, method)(context)
File "C:\workspace\vardies3\porcupine\core\decorators.py", line 76,
in wm_wrapper
return self.execute(item, context)
File "C:\workspace\vardies3\porcupine\webmethods.py", line 88, in
execute
WebMethodDescriptor.execute(self, item, context)
File "C:\workspace\vardies3\porcupine\core\decorators.py", line 95,
in execute
v)
File "C:\workspace\vardies3\porcupine\core\templates.py", line 31,
in string_template
context.response.write(template.substitute(vars))
File "C:\Python26\lib\string.py", line 170, in substitute
return self.pattern.sub(convert, self.template)
File "C:\Python26\lib\encodings\cp1253.py", line 15, in decode
return codecs.charmap_decode(input,errors,decoding_table)
UnicodeDecodeError: 'charmap' codec can't decode byte 0x9c in position
149: character maps to <undefined>
,Please Help