(2021-03-18, 14:16)Angelinas Wrote: (2021-03-18, 06:18)melons2 Wrote: @Angelinas
I am using Matrix and MQ8 skin mod by Latts. I use your scripts from this threat. TV Next Aired was working but now it looks like this?
Can you help me?
Just delete file in your skin folder .....
script-NextAired-TVGuide.xml
I deleted "script-NextAired-TVGuide.xml" from the C:\Users\xxxxxx\AppData\Roaming\Kodi\addons\skin.aeonmq8.matrix.mod\xml directory. I shutdown KODI and restarted it and went to TV Next Aired settings and did a "REST ALL DATA". I shutdown and restarted KODI again but it still looks the same as the image in my last post.
I tried a second time and got this error:
2021-03-18 14:24:06.435 T:38564 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 "C:\Users\iblong\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\default.py", line 9, in <module>
from resources.lib.main_module import MainModule
File "C:\Users\iblong\AppData\Roaming\Kodi\addons\script.tv.show.next.aired\resources\lib\main_module.py", line 14, in <module>
from thetvdb import TheTvDb
File "C:\Users\iblong\AppData\Roaming\Kodi\addons\script.module.thetvdb\lib\thetvdb.py", line 23, in <module>
import arrow
File "C:\Users\iblong\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\__init__.py", line 3, in <module>
from .api import get, now, utcnow
File "C:\Users\iblong\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\api.py", line 10, in <module>
from arrow.factory import ArrowFactory
File "C:\Users\iblong\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\factory.py", line 19, in <module>
from arrow.arrow import Arrow
File "C:\Users\iblong\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\arrow.py", line 1396, in <module>
Arrow.max = Arrow.fromdatetime(datetime.max)
File "C:\Users\iblong\AppData\Roaming\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-18 14:24:06.927 T:38564 INFO <general>: Python interpreter stopped
Do you have any other suggestions?