Advertisement
Guest User

log-xodi

a guest
Dec 4th, 2018
159
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.64 KB | None | 0 0
  1. 21:56:22.274 T:9020 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.TypeError'>
  4. Error Contents: object of type 'NoneType' has no len()
  5. Traceback (most recent call last):
  6. File "C:\Users\xuser\AppData\Roaming\Kodi\addons\plugin.video.seren\seren.py", line 43, in <module>
  7. movieMenus.Menus().moviesTrending(page)
  8. File "C:\Users\xuser\AppData\Roaming\Kodi\addons\plugin.video.seren\resources\lib\gui\movieMenus.py", line 95, in moviesTrending
  9. self.commonListBuilder(traktList)
  10. File "C:\Users\xuser\AppData\Roaming\Kodi\addons\plugin.video.seren\resources\lib\gui\movieMenus.py", line 199, in commonListBuilder
  11. if len(traktList) == 0:
  12. TypeError: object of type 'NoneType' has no len()
  13. -->End of Python script error report<--
  14. 21:56:22.374 T:3484 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.seren/?action=moviesTrending&page=1
  15. 21:56:22.376 T:3484 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.seren/?action=moviesTrending&page=1) failed
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement