Advertisement
Guest User

Untitled

a guest
Jun 28th, 2015
314
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.34 KB | None | 0 0
  1. 13:52:30 T:8500 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.IndexError'>
  4. Error Contents: list index out of range
  5. Traceback (most recent call last):
  6. File "C:\Users\Rutger\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 91, in <module>
  7. Main()
  8. File "C:\Users\Rutger\AppData\Roaming\Kodi\addons\script.extendedinfo\plugin.py", line 21, in __init__
  9. start_info_actions(self.infos, self.params)
  10. File "C:\Users\Rutger\AppData\Roaming\Kodi\addons\script.extendedinfo\resources\lib\process.py", line 177, in start_info_actions
  11. company_id = get_company_data(params["studio"])[0]["id"]
  12. IndexError: list index out of range
  13. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement