hello friends,

in checkout i do get an internal server error 500.

the last 2 lines of traceback:
------------------------------
  File "/usr/lib/python2.6/ssl.py", line 95, in <lambda>
    self.send = lambda data, flags=0: SSLSocket.send(self, data, flags)

  File "/usr/lib/python2.6/ssl.py", line 175, in send
    v = self._sslobj.write(data)

Error:
-----
UnicodeEncodeError: 'ascii' codec can't encode character u'\xe4' in
position 641: ordinal not in range(128)

Reason:
------
If the user has an "ä,ö or ü" in the address, than this error occurs.

As you can see in the traceback, SSL is activated.
What is the proper way to solve this issue?

Thanks a lot!
ionic




-- 
You received this message because you are subscribed to the Google Groups 
"Satchmo users" 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/satchmo-users?hl=en.

Reply via email to