Advertisement
Guest User

Untitled

a guest
Sep 18th, 2015
167
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.77 KB | None | 0 0
  1. 21:43:49 T:8168 ERROR: C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\MainModule.py:249: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  2. if label.lower() == currentView.lower() or id == currentView:
  3. 21:43:49 T:8880 ERROR: Control 3 in window 13001 has been asked to focus, but it can't
  4. 21:43:49 T:8168 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  5. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  6. Error Type: <type 'exceptions.TypeError'>
  7. Error Contents: an integer is required
  8. Traceback (most recent call last):
  9. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\Dialogs.py", line 142, in onInit
  10. self.fav_list.selectItem(self.autoFocusId)
  11. TypeError: an integer is required
  12. -->End of Python script error report<--
  13. 21:43:53 T:10200 NOTICE: Thread LanguageInvoker start, auto delete: false
  14. 21:43:53 T:10200 NOTICE: -->Python Interpreter Initialized<--
  15. 21:43:53 T:10200 ERROR: C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\MainModule.py:249: UnicodeWarning: Unicode equal comparison failed to convert both arguments to Unicode - interpreting them as being unequal
  16. if label.lower() == currentView.lower() or id == currentView:
  17. 21:43:53 T:8880 ERROR: Control 3 in window 13001 has been asked to focus, but it can't
  18. 21:43:53 T:10200 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  19. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  20. Error Type: <type 'exceptions.TypeError'>
  21. Error Contents: an integer is required
  22. Traceback (most recent call last):
  23. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\resources\lib\Dialogs.py", line 142, in onInit
  24. self.fav_list.selectItem(self.autoFocusId)
  25. TypeError: an integer is required
  26. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement