Advertisement
Guest User

Untitled

a guest
Mar 3rd, 2016
210
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.00 KB | None | 0 0
  1. 13:50:52 T:4032 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <type 'exceptions.UnicodeEncodeError'>
  4. Error Contents: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128)
  5. Traceback (most recent call last):
  6. File "C:\Users\ToMeR\AppData\Roaming\Kodi\addons\script.skin.helper.service\default.py", line 290, in <module>
  7. Main()
  8. File "C:\Users\ToMeR\AppData\Roaming\Kodi\addons\script.skin.helper.service\default.py", line 44, in __init__
  9. mainmodule.setView()
  10. File "C:\Users\ToMeR\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\MainModule.py", line 162, in setView
  11. viewid, viewlabel = selectView(contenttype, currentView)
  12. File "C:\Users\ToMeR\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\MainModule.py", line 242, in selectView
  13. label = xbmc.getLocalizedString(int(view.attributes[ 'languageid' ].nodeValue)).decode("utf-8")
  14. File "C:\Program Files (x86)\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
  15. return codecs.utf_8_decode(input, errors, True)
  16. UnicodeEncodeError: 'ascii' codec can't encode characters in position 0-5: ordinal not in range(128)
  17. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement