2014-03-11, 02:18
There is a problem with Polish characters.
PHP Code:
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'\u015a' in position 31: ordinal not in range(128)
Traceback (most recent call last):
File "/home/xbmc/.xbmc/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 63, in onInit
self.set_properties()
File "/home/xbmc/.xbmc/addons/script.tv.show.next.aired/resources/lib/next_aired_dialog.py", line 81, in set_properties
xbmc.executebuiltin('SetProperty(NextAired.%d.Wday,%s,Home)' % (c, wday))
UnicodeEncodeError: 'ascii' codec can't encode character u'\u015a' in position 31: ordinal not in range(128)
-->End of Python script error report<--