Advertisement
Guest User

Untitled

a guest
Nov 15th, 2015
201
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.19 KB | None | 0 0
  1. 20:05:11 T:5780 ERROR: EXCEPTION: Non-Existent Control 1
  2. 20:05:15 T:5780 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <type 'exceptions.TypeError'>
  5. Error Contents: 'int' object has no attribute '__getitem__'
  6. Traceback (most recent call last):
  7. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\default.py", line 175, in <module>
  8. Main()
  9. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skin.helper.service\default.py", line 90, in __init__
  10. currentWindow.setProperty("customValue",colorPicker.result[0])
  11. TypeError: 'int' object has no attribute '__getitem__'
  12. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement