Hi,
There is an additional problem I see (using Kodi 19.5 here on Win + android). The addon works ok with the instructions here:
https://forum.kodi.tv/showthread.php?tid...pid3131004
BUT, when I set *also* "
include Yesterday in the today style TV guide " it still does not work, log show this error:
2023-01-26 11:38:20.804 T:15368 INFO <general>: Python interpreter stopped
2023-01-26 11:38:31.401 T:19356 INFO <general>: initializing python engine.
2023-01-26 11:38:32.267 T:19356 INFO <general>: script.module.thetvdb --> Initialized
2023-01-26 11:38:43.159 T:1972 INFO <general>: Loading skin file: D:\Program Files\Kodi\portable_data\addons\script.tv.show.next.aired\resources\skins\Default\1080i\script-NextAired-TVGuide3.xml, load type: LOAD_ON_GUI_INIT
2023-01-26 11:38:43.202 T:19356 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'KeyError'>
Error Contents: 'firstaired'
Traceback (most recent call last):
File "D:\Program Files\Kodi\portable_data\addons\script.tv.show.next.aired\resources\lib\next_aired_dialog.py", line 48, in onInit
self.set_properties()
File "D:\Program Files\Kodi\portable_data\addons\script.tv.show.next.aired\resources\lib\next_aired_dialog.py", line 81, in set_properties
aired = eps['firstaired']
KeyError: 'firstaired'
-->End of Python script error report<--
Any idea what can cause this? On 18.9 this works OK.