Hi @
latts9923.
I install last update from your repo.
I report you the error i receive, form Skin Helper Service and from TvShow Next Aired.
Hope can help to find a future solution.
How to reproduce:
For TvShow is random, i enter on series menu and sometimes give me the error.
For SkinHelper is random, i select information menu from a series, sometimes error and the info is empty, or no error and all the information.
Thanks for your precious work
2021-03-08 23:18:44.013 T:8981 INFO <general>: initializing python engine.
2021-03-08 23:18:44.936 T:8981 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'datetime.timedelta' object has no attribute 'tzinfo'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.tv.show.next.aired/default.py", line 9, in <module>
from resources.lib.main_module import MainModule
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.tv.show.next.aired/resources/lib/main_module.py", line 14, in <module>
from thetvdb import TheTvDb
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.thetvdb/lib/thetvdb.py", line 23, in <module>
import arrow
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/__init__.py", line 3, in <module>
from .api import get, now, utcnow
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/api.py", line 10, in <module>
from arrow.factory import ArrowFactory
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/factory.py", line 19, in <module>
from arrow.arrow import Arrow
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 1396, in <module>
Arrow.max = Arrow.fromdatetime(datetime.max)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 217, in fromdatetime
if dt.tzinfo is None:
AttributeError: 'datetime.timedelta' object has no attribute 'tzinfo'
-->End of Python script error report<--
2021-03-08 23:18:45.422 T:8981 INFO <general>: Python interpreter stopped
2021-03-08 23:18:45.811 T:8925 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.studios.white/
2021-03-08 23:20:59.422 T:9070 INFO <general>: initializing python engine.
2021-03-08 23:20:59.436 T:8932 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724/Anthony Hopkins/Anthony Hopkins.jpg
2021-03-08 23:20:59.436 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#2/Anthony Hopkins/Anthony Hopkins.jpg
2021-03-08 23:20:59.437 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#4/Anthony Hopkins/Anthony Hopkins.jpg
2021-03-08 23:20:59.437 T:8925 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#3/Anthony Hopkins/Anthony Hopkins.jpg
2021-03-08 23:20:59.437 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/detector/328724#2.jpg
2021-03-08 23:20:59.437 T:8925 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/detector/328724#3.jpg
2021-03-08 23:20:59.437 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/detector/328724#4.jpg
2021-03-08 23:20:59.437 T:8925 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/detector/328724#5.jpg
2021-03-08 23:20:59.437 T:8932 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#5/Anthony Hopkins/Anthony Hopkins.jpg
2021-03-08 23:21:00.332 T:9070 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'datetime.timedelta' object has no attribute 'tzinfo'
Traceback (most recent call last):
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skin.helper.service/plugin.py", line 10, in <module>
from resources.lib.plugin_content import PluginContent
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.skin.helper.service/resources/lib/plugin_content.py", line 22, in <module>
from metadatautils import MetadataUtils
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.metadatautils/lib/metadatautils.py", line 10, in <module>
import helpers.kodi_constants as kodi_constants
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.metadatautils/lib/helpers/kodi_constants.py", line 11, in <module>
from .utils import KODI_VERSION
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.metadatautils/lib/helpers/utils.py", line 13, in <module>
import arrow
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/__init__.py", line 3, in <module>
from .api import get, now, utcnow
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/api.py", line 10, in <module>
from arrow.factory import ArrowFactory
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/factory.py", line 19, in <module>
from arrow.arrow import Arrow
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 1396, in <module>
Arrow.max = Arrow.fromdatetime(datetime.max)
File "/storage/emulated/0/Android/data/org.xbmc.kodi/files/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 217, in fromdatetime
if dt.tzinfo is None:
AttributeError: 'datetime.timedelta' object has no attribute 'tzinfo'
-->End of Python script error report<--
2021-03-08 23:21:00.794 T:9070 INFO <general>: Python interpreter stopped
2021-03-08 23:21:00.810 T:8945 ERROR <general>: GetDirectory - Error getting plugin://script.skin.helper.service/?action=getcast&tvshow=94&downloadthumbs=&castaction=
2021-03-08 23:21:00.832 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724//.jpg
2021-03-08 23:21:00.832 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#2//.jpg
2021-03-08 23:21:00.833 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#3//.jpg
2021-03-08 23:21:00.833 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#4//.jpg
2021-03-08 23:21:00.833 T:8944 ERROR <general>: DoWork - Direct texture file loading failed for resource://resource.images.characterposter/328724#5//.jpg