Win Unicode error
#1
Hi.
The common plugin cache always throws an error after startup, it seems that it has a problem with the accented character in user name.

Code:
12:06:08 T:2212   ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
                                             - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
                                            Error Type: <type 'exceptions.UnicodeEncodeError'>
                                            Error Contents: 'ascii' codec can't encode character u'\xe9' in position 54: ordinal not in range(128)
                                            Traceback (most recent call last):
                                              File "C:\Users\P�ter\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py", line 40, in <module>
                                                run()
                                              File "C:\Users\P�ter\AppData\Roaming\XBMC\addons\script.common.plugin.cache\default.py", line 35, in run
                                                s.run()
                                              File "C:\Users\P�ter\AppData\Roaming\XBMC\addons\script.common.plugin.cache\lib\StorageServer.py", line 186, in run
                                                print self.plugin + " Storage Server starting " + self.path
                                              File "<string>", line 7, in write
                                            UnicodeEncodeError: 'ascii' codec can't encode character u'\xe9' in position 54: ordinal not in range(128)
                                            -->End of Python script error report<--
Reply

Logout Mark Read Team Forum Stats Members Help
Unicode error0