Advertisement
Guest User

Untitled

a guest
Mar 20th, 2019
169
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.58 KB | None | 0 0
  1. 19-03-20 11:16:34.937 T:8012 ERROR: CPythonInvoker(82, C:\Users\dig\AppData\Roaming\Kodi\addons\plugin.video.releaseBB\default.py): script didn't stop in 5 seconds - let's kill it
  2. 2019-03-20 11:16:34.937 T:8012 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.releaseBB/?mode=Categories&section=movies
  3. 2019-03-20 11:16:34.953 T:204 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.releaseBB/?mode=Categories&section=movies) failed
  4. 2019-03-20 11:16:35.945 T:9760 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.IndexError'>
  7. Error Contents: list index out of range
  8. Traceback (most recent call last):
  9. File "C:\Users\dig\AppData\Roaming\Kodi\addons\plugin.video.releaseBB\default.py", line 755, in <module>
  10. Categories(section)
  11. File "C:\Users\dig\AppData\Roaming\Kodi\addons\plugin.video.releaseBB\default.py", line 128, in Categories
  12. match = client.parseDOM(html, 'li', attrs={'id': 'categories-2'})[0]
  13. IndexError: list index out of range
  14. -->End of Python script error report<--
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement