(2022-04-10, 00:48)Angelinas Wrote: New version is on Github v 8.0.2 and Marcelveldt's BETA repository...
https://github.com/kodi-community-addons...master.zip
Fixed:
- timezone converting
- xml for 7 or 14 days ahead
- and other isues
It doesn't work.
I have reported already that TVDB API update from v2 to v3 cause that TV Show Next Aired add-on stopped working:
https://github.com/kodi-community-addons.../issues/17
Today I have updated both: TV Show Next Aired add-on which updated automatically TVDB API as well and result is the same: when starting TV Show Next Aired add-on nothing is happening - no output on the screen. In the kodi.log the same as reported on github:
2022-04-09 12:06:02.486 T:21117 INFO : initializing python engine.
2022-04-09 12:06:03.083 T:21117 INFO : script.module.thetvdb --> Initialized
2022-04-09 12:06:05.532 T:21117 WARNING : script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> local variable 'local' referenced before assignment
2022-04-09 12:06:05.541 T:21117 INFO : script.module.thetvdb --> Exited
2022-04-09 12:06:05.541 T:21117 INFO : CPythonInvoker(56, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-09 12:06:05.996 T:21117 INFO : Python interpreter stopped
Kodi.log today after both add-ons updated:
2022-04-10 18:21:07.890 T:4486 INFO <general>: initializing python engine.
2022-04-10 18:21:08.380 T:4486 INFO <general>: script.module.thetvdb --> Initialized
2022-04-10 18:21:10.280 T:4486 WARNING <general>: script.tv.show.next.aired --> Exception in resources.lib.main_module ! --> local variable 'local' referenced before assignment
2022-04-10 18:21:10.287 T:4486 INFO <general>: script.module.thetvdb --> Exited
2022-04-10 18:21:10.287 T:4486 INFO <general>: CPythonInvoker(14, /storage/.kodi/addons/script.tv.show.next.aired/default.py): script successfully run
2022-04-10 18:21:10.648 T:4486 INFO <general>: Python interpreter stopped
So, exactly the same as yesterday after TVDB API update only.