Advertisement
Guest User

global search error

a guest
Nov 21st, 2017
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.09 KB | None | 0 0
  1. 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.RuntimeError'>
  4. Error Contents: Non-Existent Control 198
  5. Traceback (most recent call last):
  6. File "C:\Users\*******\AppData\Roaming\Kodi\addons\script.globalsearch\resources\lib\gui.py", line 43, in onInit
  7. self._hide_controls()
  8. File "C:\Users\*******\AppData\Roaming\Kodi\addons\script.globalsearch\resources\lib\gui.py", line 96, in _hide_controls
  9. self.getControl( 198 ).setVisible( False )
  10. RuntimeError: Non-Existent Control 198
  11. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement