Advertisement
Guest User

Untitled

a guest
Oct 22nd, 2015
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.63 KB | None | 0 0
  1. 20:47:03 T:4792 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.IndentationError'>
  4. Error Contents: ('unexpected indent', ('C:\\Users\\Tomer\\AppData\\Roaming\\Kodi\\addons\\script.skinshortcuts\\resources\\lib\\gui.py', 876, 3, '\t\t\tlistControl = self.getControl( 211 )\n'))
  5. Traceback (most recent call last):
  6. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py", line 346, in <module>
  7. Main()
  8. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py", line 76, in __init__
  9. self._manage_shortcuts( self.GROUP, self.DEFAULTGROUP, self.NOLABELS, self.GROUPNAME )
  10. File "C:\Users\Tomer\AppData\Roaming\Kodi\addons\script.skinshortcuts\default.py", line 265, in _manage_shortcuts
  11. import gui
  12. IndentationError: ('unexpected indent', ('C:\\Users\\Tomer\\AppData\\Roaming\\Kodi\\addons\\script.skinshortcuts\\resources\\lib\\gui.py', 876, 3, '\t\t\tlistControl = self.getControl( 211 )\n'))
  13. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement