2012-09-29, 23:10
Code:
16:59:32 T:3264 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: argument "value" for method "setProperty" must be unicode or str
Traceback (most recent call last):
File "C:\Users\TV\AppData\Roaming\XBMC\addons\script.randomitems\RandomItems.py", line 431, in <module>
Main()
File "C:\Users\TV\AppData\Roaming\XBMC\addons\script.randomitems\RandomItems.py", line 81, in __init__
self._fetch_artist_info()
File "C:\Users\TV\AppData\Roaming\XBMC\addons\script.randomitems\RandomItems.py", line 275, in _fetch_artist_info
json_query = unicode(json_query, 'utf-8', errors='ignore')
TypeError: argument "value" for method "setProperty" must be unicode or str
-->End of Python script error report<--
Not working for me. Can someone help me interpret this error?