2024-11-19, 00:20
I just installed Kodi 20.2.0 and then also the Trakt add-on (3.6.1). I use a QNAP NAS TS-453be.
Kodi is running on the "HD Station" application.
On installing the add-on, I get the error: "Trakt error. Check the log for more info."
I tried to authenticate my Trakt account, but nothing comes up. I assume there is supposed to be a "code" of some sort that I submit on the Trakt website?
I of course tried to uninstall and install the add-on again, rebooting the whole NAS. I even found a version 3.7.0 of Trakt which i tried, but the same thing happens.
I hope someone can help me with this one. Thank you in advance.
Log of the Trakt error is attached below.
Kodi is running on the "HD Station" application.
On installing the add-on, I get the error: "Trakt error. Check the log for more info."
I tried to authenticate my Trakt account, but nothing comes up. I assume there is supposed to be a "code" of some sort that I submit on the Trakt website?
I of course tried to uninstall and install the add-on again, rebooting the whole NAS. I even found a version 3.7.0 of Trakt which i tried, but the same thing happens.
I hope someone can help me with this one. Thank you in advance.
Log of the Trakt error is attached below.
Quote:2024-11-18 22:37:18.775 T:5617 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: module 'typing' has no attribute '_SpecialForm'
Traceback (most recent call last):
File "/opt/Kodi20/.kodi/addons/script.trakt/default.py", line 6, in <module>
from resources.lib.service import traktService
File "/opt/Kodi20/.kodi/addons/script.trakt/resources/lib/service.py", line 19, in <module>
from resources.lib.traktapi import traktAPI
File "/opt/Kodi20/.kodi/addons/script.trakt/resources/lib/traktapi.py", line 23, in <module>
from trakt import Trakt
File "/opt/Kodi20/.kodi/addons/script.module.trakt/lib/trakt/__init__.py", line 3, in <module>
from trakt.client import TraktClient
File "/opt/Kodi20/.kodi/addons/script.module.trakt/lib/trakt/client.py", line 3, in <module>
from trakt.core.configuration import ConfigurationManager
File "/opt/Kodi20/.kodi/addons/script.module.trakt/lib/trakt/core/configuration.py", line 3, in <module>
from trakt.core.context_collection import ContextCollection
File "/opt/Kodi20/.kodi/addons/script.module.trakt/lib/trakt/core/context_collection.py", line 3, in <module>
from trakt.core.helpers import synchronized
File "/opt/Kodi20/.kodi/addons/script.module.trakt/lib/trakt/core/helpers.py", line 9, in <module>
import arrow
File "/opt/Kodi20/.kodi/addons/script.module.arrow/lib/arrow/__init__.py", line 2, in <module>
from .api import get, now, utcnow
File "/opt/Kodi20/.kodi/addons/script.module.arrow/lib/arrow/api.py", line 12, in <module>
from arrow.arrow import TZ_EXPR, Arrow
File "/opt/Kodi20/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 35, in <module>
from arrow import formatter, locales, parser, util
File "/opt/Kodi20/.kodi/addons/script.module.arrow/lib/arrow/formatter.py", line 10, in <module>
from arrow import locales
File "/opt/Kodi20/.kodi/addons/script.module.arrow/lib/arrow/locales.py", line 20, in <module>
from typing_extensions import Literal
File "/opt/Kodi20/.kodi/addons/script.module.typing_extensions/lib/typing_extensions.py", line 246, in <module>
class _ExtensionsSpecialForm(typing._SpecialForm, _root=True):
AttributeError: module 'typing' has no attribute '_SpecialForm'
-->End of Python script error report<--