Advertisement
Guest User

Untitled

a guest
Dec 18th, 2020
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.24 KB | None | 0 0
  1. 2020-12-18 12:31:50.347 T:31764 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.UnicodeDecodeError'>
  4. Error Contents: 'ascii' codec can't decode byte 0xd0 in position 1084: ordinal not in range(128)
  5. Traceback (most recent call last):
  6. File "C:\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\default.py", line 18, in <module>
  7. main_entry_point()
  8. File "C:\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\tracking.py", line 23, in wrapper
  9. value = func(*args, **kwargs)
  10. File "C:\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\functions.py", line 113, in main_entry_point
  11. clone_default_skin()
  12. File "C:\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\skin_cloner.py", line 27, in clone_default_skin
  13. clone_skin()
  14. File "C:\xxxxxx\AppData\Roaming\Kodi\addons\plugin.video.jellycon\resources\lib\skin_cloner.py", line 88, in clone_skin
  15. addon_xml_data = addon_xml_data.replace("id=\"skin.estuary\"", "id=\"skin.estuary_jellycon\"")
  16. UnicodeDecodeError: 'ascii' codec can't decode byte 0xd0 in position 1084: ordinal not in range(128)
  17. -->End of Python script error report<--
  18. 2020-12-18 12:31:50.373 T:35444 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.jellycon/?mode=CLONE_SKIN
  19. 2020-12-18 12:31:50.379 T:35140 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.jellycon/?mode=CLONE_SKIN) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement