2018-06-15, 12:41
Hello,
at least since today, something's wrong with that AddOn (KODI17.6, AddOn 2.3.1) - login is OK, categories are being displayed, but when entering a category it crashes. Log says:
Is that a known bug condition or am I doing something wrong? Worked until lately and now doesn't under OSMC, W7 and Android installations.
best regards
Axel
at least since today, something's wrong with that AddOn (KODI17.6, AddOn 2.3.1) - login is OK, categories are being displayed, but when entering a category it crashes. Log says:
Code:
12:25:34.615 T:7972 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 "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\default.py", line 45, in <module>
if listing.generate(datasource):
File "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\resources\lib\listing.py", line 46, in generate
for i in items:
File "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\resources\lib\datasource.py", line 296, in getListItems
data = resources.lib.parseRSSFeed(self.buildFeedURL(submodule, self.getQuality(), currentPage), True)
File "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\resources\lib\__init__.py", line 286, in parseRSSFeed
'subtitle' : parser.unescape(node.getElementsByTagName('itunes
ubtitle')[0].firstChild.nodeValue).encode('utf-8'),
IndexError: list index out of range
-->End of Python script error report<--
12:25:34.631 T:6040 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.massengeschmack/?cmd=list&module=fktv&submodule=all
12:25:34.631 T:6040 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.massengeschmack/?cmd=list&module=fktv&submodule=all) failed
12:25:38.537 T:5788 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 "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\default.py", line 45, in <module>
if listing.generate(datasource):
File "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\resources\lib\listing.py", line 46, in generate
for i in items:
File "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\resources\lib\datasource.py", line 296, in getListItems
data = resources.lib.parseRSSFeed(self.buildFeedURL(submodule, self.getQuality(), currentPage), True)
File "C:\Users\axel\AppData\Roaming\Kodi\addons\plugin.video.massengeschmack\resources\lib\__init__.py", line 286, in parseRSSFeed
'subtitle' : parser.unescape(node.getElementsByTagName('itunes
ubtitle')[0].firstChild.nodeValue).encode('utf-8'),
IndexError: list index out of range
-->End of Python script error report<--
12:25:38.563 T:6040 ERROR: XFILE::CDirectory::GetDirectory - Error getting plugin://plugin.video.massengeschmack/?cmd=list&module=fktv&submodule=episodes
12:25:38.564 T:6040 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.video.massengeschmack/?cmd=list&module=fktv&submodule=episodes) failed
Is that a known bug condition or am I doing something wrong? Worked until lately and now doesn't under OSMC, W7 and Android installations.
best regards
Axel