Advertisement
Guest User

Untitled

a guest
Aug 18th, 2015
613
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 3.23 KB | None | 0 0
  1. 17:41:07 T:5828 ERROR: Exception in thread Thread-2:
  2. Traceback (most recent call last):
  3. File "C:\Program Files (x86)\Kodi\system\python\Lib\threading.py", line 810, in __bootstrap_inner
  4. self.run()
  5. File "C:\Users\Roee\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\BackgroundsUpdater.py", line 79, in run
  6. self.UpdateBackgrounds()
  7. File "C:\Users\Roee\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\BackgroundsUpdater.py", line 311, in UpdateBackgrounds
  8. WINDOW.setProperty("GlobalFanartBackground",self.getGlobalBackground())
  9. File "C:\Users\Roee\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\BackgroundsUpdater.py", line 285, in getGlobalBackground
  10. randomimage = random.choice(self.allBackgrounds[key])
  11. File "C:\Program Files (x86)\Kodi\system\python\Lib\random.py", line 275, in choice
  12. return seq[int(self.random() * len(seq))] # raises IndexError if seq is empty
  13. IndexError: list index out of range
  14. 17:41:08 T:9868 NOTICE: Thread LanguageInvoker start, auto delete: false
  15. 17:41:08 T:9868 NOTICE: -->Python Interpreter Initialized<--
  16. 17:41:08 T:5028 ERROR: Control 211 in window 13000 has been asked to focus, but it can't
  17. 17:41:08 T:9868 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  18. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  19. Error Type: <type 'exceptions.UnicodeEncodeError'>
  20. Error Contents: 'ascii' codec can't encode characters in position 28-30: ordinal not in range(128)
  21. Traceback (most recent call last):
  22. File "C:\Users\Roee\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\gui.py", line 89, in onInit
  23. self.load_shortcuts()
  24. File "C:\Users\Roee\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\gui.py", line 223, in load_shortcuts
  25. item = self._parse_shortcut( shortcut )
  26. File "C:\Users\Roee\AppData\Roaming\Kodi\addons\script.skinshortcuts\resources\lib\gui.py", line 342, in _parse_shortcut
  27. listitem.setProperty(property[0],xbmc.getInfoLabel(property[1]))
  28. UnicodeEncodeError: 'ascii' codec can't encode characters in position 28-30: ordinal not in range(128)
  29. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement