2023-03-09, 13:55
The link does not work, please, could you provide one? thanks
(2023-01-26, 20:37)rafi1 Wrote:Quote:-> https://iwf1.com/kodi/script.tv.show.next.aired
(2023-03-26, 22:47)DarrenHill Wrote: @perspicacia - you should know the forum rules (wiki) by now about support for devices containing banned addons (wiki) and repos, namely that there isn't any...Sorry about that. Never had problem before, so made me go and check and I found a couple of repos I did not recognise. Anyway nixed them.
The forum moderators have determined that banned addons (wiki) are present on your system. To receive assistance here, these banned items must be removed. If a clean log is not submitted within 3 days, then the relevant post(s) will be removed after this time.
(2023-03-30, 05:19)Estevez99 Wrote: I checked the debug log when I skipped onto a 'bad' show - the addon exits in the main module due to the 'airdate' (the only relevant output is: Exception in resources.lib.main_module ! --> 'airdate')I reproduce this isue...it will be fixed on github..
(2023-03-24, 20:19)rafikW Wrote: In my case for The Mandalorian season 3 there are no next airing dates presented.I was try to use TMDB for tvshow "the mandalorian"
All other series are successfully "detected"
I have only one scraper for TV series: TMDb TV Shows
(2023-04-01, 15:07)Angelinas Wrote: I was try to use TMDB for tvshow "the mandalorian"
And have almost all wrong info
Update from 8.0.3 to 8.0.4xml:2023-04-04 10:08:43.460 T:19464 info <general>: script.tv.show.next.aired --> TV Show - Next Aired version 8.0.3 stopped
2023-04-04 10:08:44.019 T:20386 info <general>: CAddonMgr::FindAddon: script.tv.show.next.aired v8.0.4 installed
2023-04-04 10:08:44.618 T:20539 info <general>: script.tv.show.next.aired --> TV Show - Next Aired version 8.0.4 started
2023-04-04 10:08:45.404 T:20547 info <general>: script.module.thetvdb --> Initialized
2023-04-04 10:08:45.421 T:20547 info <general>: script.tv.show.next.aired --> Updating TheTVDB info for all continuing Kodi tv shows...
2023-04-04 10:08:47.390 T:20547 info <general>: script.tv.show.next.aired --> Retrieving next airing episodes for all continuing Kodi tv shows...
2023-04-04 10:08:51.908 T:20547 info <general>: script.tv.show.next.aired --> Update complete
2023-04-04 10:08:51.910 T:20547 info <general>: script.module.thetvdb --> Exited
2023-04-04 10:09:00.340 T:20640 info <general>: script.module.thetvdb --> Initialized
2023-04-04 10:09:02.911 T:4398 info <general>: Loading skin file: /storage/.kodi/addons/script.tv.show.next.aired/resources/skins/Default/1080i/script-NextAired-TVGuide3.xml, load type: LOAD_ON_GUI_INIT
2023-04-04 10:09:03.079 T:20640 error <general>: EXCEPTION: The parameter "genre" must be either a Tuple or a List.
2023-04-04 10:09:03.095 T:20640 error <general>: EXCEPTION: The parameter "directors" must be either a Tuple or a List.
2023-04-04 10:09:03.095 T:20640 error <general>: EXCEPTION: The parameter "studios" must be either a Tuple or a List.
2023-04-04 10:09:03.096 T:20640 error <general>: EXCEPTION: The parameter "writers" must be either a Tuple or a List.
2023-04-04 10:09:03.129 T:20640 error <general>: EXCEPTION: The parameter "genre" must be either a Tuple or a List.
2023-04-04 10:09:03.130 T:20640 error <general>: EXCEPTION: The parameter "directors" must be either a Tuple or a List.
2023-04-04 10:09:03.130 T:20640 error <general>: EXCEPTION: The parameter "studios" must be either a Tuple or a List.
2023-04-04 10:09:03.130 T:20640 error <general>: EXCEPTION: The parameter "writers" must be either a Tuple or a List.
2023-04-04 10:09:03.132 T:20640 error <general>: EXCEPTION: The parameter "genre" must be either a Tuple or a List.
2023-04-04 10:09:03.132 T:20640 error <general>: EXCEPTION: The parameter "directors" must be either a Tuple or a List.
2023-04-04 10:09:03.132 T:20640 error <general>: EXCEPTION: The parameter "studios" must be either a Tuple or a List.
2023-04-04 10:09:03.132 T:20640 error <general>: EXCEPTION: The parameter "writers" must be either a Tuple or a List.
2023-04-04 10:09:03.162 T:20640 error <general>: EXCEPTION: The parameter "genre" must be either a Tuple or a List.
2023-04-04 10:09:03.163 T:20640 error <general>: EXCEPTION: The parameter "directors" must be either a Tuple or a List.
2023-04-04 10:09:03.163 T:20640 error <general>: EXCEPTION: The parameter "studios" must be either a Tuple or a List.
2023-04-04 10:09:03.163 T:20640 error <general>: EXCEPTION: The parameter "writers" must be either a Tuple or a List.
2023-04-04 10:09:24.186 T:20640 info <general>: script.module.thetvdb --> Exited
(2023-04-03, 22:42)Estevez99 Wrote: Tested the latest (8.0.4) from github and the backend works as expected. Thanks for the quick fix @Angelinas!..and still if I check "include Yesterday" it doesn't work even after this change
However, in this new update the TV Guide does not work on both my Kodi HTPC (addon exits on: Exception in resources.lib.main_module ! --> cannot import name 'Actor' from 'xbmc' (unknown location). I'm not sure whether this is a new issue for everyone or because I'm running a slightly older setup (Windows 10 / Kodi 19.5).
So I rolled back to 8.0.3 and applied your fix by simply commenting out these 3 lines in main_module.py. Now both the TV Guide and the backend work.