Ist die Export Funktion gerade kaputt oder liegt es an mir?
Im Log steht wenn ich auf den Exportiert Menü Punkt klicke.
ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.IndexError'>
Error Contents: list index out of range
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module>
NAVIGATION.router(paramstring=REQUEST_PARAMS)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 60, in wrapped
result = func(*args, **kwargs)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 268, in router
self.library.updatedb_from_exported()
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/Library.py", line 758, in updatedb_from_exported
year = int(str(file[1]).split("(", 1)[1].split(")", 1)[0])
IndexError: list index out of range
-->End of Python script error report<--