Advertisement
Guest User

Untitled

a guest
Mar 24th, 2017
225
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.25 KB | None | 0 0
  1. 14:22:58.821 T:2432 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 9-10: ordinal not in range(128)
  5. Traceback (most recent call last):
  6. File "C:\Users\��\AppData\Roaming\Kodi\addons\plugin.program.blstfusion\exec.py", line 28, in <module>
  7. db_dir = os.path.join(__profile__, "../../Database/").decode('utf-8')
  8. File "C:\Program Files\Kodi\system\python\Lib\encodings\utf_8.py", line 16, in decode
  9. return codecs.utf_8_decode(input, errors, True)
  10. UnicodeEncodeError: 'ascii' codec can't encode characters in position 9-10: ordinal not in range(128)
  11. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement