2020-04-08, 22:50
Can't you add them to the ignore list?
(2020-04-08, 23:48)Danp Wrote: They are excluded from library updates, but thats nothing to do with nextaired is it ?
(2020-03-20, 23:17)Danp Wrote: ok skippr thanks.
yes thezoggy they are pre 1970 except for bbc docs, they are shows from the past 10years or so (frozen planet,seven worlds one planet)
i will stick with 6.0.15 for now i dont mind delting the nextaird.db each wek
Maybe the problem with bbc docs and nextaired is they are set out in seasons on tvdb
https://www.thetvdb.com/series/bbc-documentaries
I dont have them set out like that and i havent checked whether frozen planet or the others are in there cause there are hundreds lol
I could be wrong though
(2020-04-10, 07:45)thezoggy Wrote:(2020-03-20, 23:17)Danp Wrote: ok skippr thanks.
yes thezoggy they are pre 1970 except for bbc docs, they are shows from the past 10years or so (frozen planet,seven worlds one planet)
i will stick with 6.0.15 for now i dont mind delting the nextaird.db each wek
Maybe the problem with bbc docs and nextaired is they are set out in seasons on tvdb
https://www.thetvdb.com/series/bbc-documentaries
I dont have them set out like that and i havent checked whether frozen planet or the others are in there cause there are hundreds lol
I could be wrong though
For those that have shows that are pre 1970 and use windows, can you try this version out:
http://zoggy.net/script.tv.show.next.aired-6.0.18.zip
I added a couple pre 1970 shows and could replicate the issue you saw.
In situations with negative timezone offsets, it's possible for the interpreter implementation of `time.localtime()` to erroneously fail on Windows.
In that case, it attempts to recover by reading the system time from the registry with `tzwininfo` by using tzwinlocal.
I tested the fixed code on a win7+win10 box and see it working as expected.
(2020-04-21, 19:44)thezoggy Wrote: glad to hear, i've been running it now for a few weeks on my nvidia shields and on windows box. ill toss the updated code to github here shortly@thezoggy, I updated just now to 6.0.18, and attempted to reset all data and update the info for my tv shows. The process does not complete. I see this in the log:
xml:
2020-04-21 16:49:33.465 T:5232 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc w/RESET (6.0.18)
2020-04-21 16:49:33.470 T:5232 NOTICE: script.tv.show.next.aired: ### starting without prior data (DB RESET requested)
2020-04-21 16:49:33.470 T:5232 NOTICE: script.tv.show.next.aired: ### starting data update
2020-04-21 16:49:35.261 T:5232 NOTICE: script.tv.show.next.aired: ### getting series & episode info for #353039 - 3%
2020-04-21 16:49:36.275 T:5232 NOTICE: script.tv.show.next.aired: ### getting series & episode info for #301824 - 11.22.63
2020-04-21 16:49:36.593 T:5232 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'NoneType' object has no attribute '__name__'
Traceback (most recent call last):
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 1567, in <module>
NextAired()
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 185, in __init__
self.show_gui()
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 1284, in show_gui
self.update_data(update_after)
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 601, in update_data
tid = self.check_show_info(tvdb, tid, current_show, prior_data)
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 956, in check_show_info
log("#### failed to parse timestamp with '%s'." % mtzinfo.__name__, level=1)
AttributeError: 'NoneType' object has no attribute '__name__'
-->End of Python script error report<--
(2020-04-21, 22:51)bsoriano Wrote:(2020-04-21, 19:44)thezoggy Wrote: glad to hear, i've been running it now for a few weeks on my nvidia shields and on windows box. ill toss the updated code to github here shortly@thezoggy, I updated just now to 6.0.18, and attempted to reset all data and update the info for my tv shows. The process does not complete. I see this in the log:
xml:
2020-04-21 16:49:33.465 T:5232 NOTICE: script.tv.show.next.aired: ### TV Show - Next Aired starting GUI proc w/RESET (6.0.18)
2020-04-21 16:49:33.470 T:5232 NOTICE: script.tv.show.next.aired: ### starting without prior data (DB RESET requested)
2020-04-21 16:49:33.470 T:5232 NOTICE: script.tv.show.next.aired: ### starting data update
2020-04-21 16:49:35.261 T:5232 NOTICE: script.tv.show.next.aired: ### getting series & episode info for #353039 - 3%
2020-04-21 16:49:36.275 T:5232 NOTICE: script.tv.show.next.aired: ### getting series & episode info for #301824 - 11.22.63
2020-04-21 16:49:36.593 T:5232 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'NoneType' object has no attribute '__name__'
Traceback (most recent call last):
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 1567, in <module>
NextAired()
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 185, in __init__
self.show_gui()
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 1284, in show_gui
self.update_data(update_after)
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 601, in update_data
tid = self.check_show_info(tvdb, tid, current_show, prior_data)
File "C:\Users\bsori\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 956, in check_show_info
log("#### failed to parse timestamp with '%s'." % mtzinfo.__name__, level=1)
AttributeError: 'NoneType' object has no attribute '__name__'
-->End of Python script error report<--
Any ideas? Could it be the "." in the name of the show 11.22.63? It always stops there. Something I need to configure differently? Thank you for your help.
Regards,
Bart