Giter VIP home page Giter VIP logo

Comments (5)

razzeee avatar razzeee commented on August 12, 2024

You might want to look at xbmc/xbmc#17311 and check which version you end up running

from script.module.arrow.

manfeed avatar manfeed commented on August 12, 2024

Thanks for your quick answer!
version="1.0.3.1"

from script.module.arrow.

manfeed avatar manfeed commented on August 12, 2024

One user in the Kodi Forum told me:

Can you try to change constants.py in script.module.arrow and test....mine is Kodi on windows 64
(My PC have no errors in log - Error Contents: 'datetime.timedelta' object has no attribute 'timestamp')

constants.txt

...I tested with it and I have much fewer errors (though I still have them), and, in addition, I don't know if it breaks something and I still haven't noticed...

from script.module.arrow.

thezoggy avatar thezoggy commented on August 12, 2024

just had this happened on 1.0.3.1 with kodi 19.4 on win10

2022-06-29 17:05:34.881 T:11668    INFO <general>: Starting Kodi (19.4 (19.4.0) Git:20220302-e12e66e019). Platform: Windows NT x86 64-bit
2022-06-29 17:05:34.881 T:11668    INFO <general>: Using Release Kodi x64
2022-06-29 17:05:34.881 T:11668    INFO <general>: Kodi compiled 2022-03-03 by MSVC 191627045 for Windows NT x86 64-bit version 10.0 (0x0A000007)
2022-06-29 17:05:34.881 T:11668    INFO <general>: Running on Windows 10 21H2, kernel: Windows NT x86 64-bit version 10.0.19044.1766
2022-06-29 17:05:34.881 T:11668    INFO <general>: FFmpeg version/source: 4.3.2-Kodi
2022-06-29 17:05:34.882 T:11668    INFO <general>: Host CPU: Intel(R) Core(TM) i7-4790K CPU @ 4.00GHz, 8 cores available
2022-06-29 17:05:34.882 T:11668    INFO <general>: System has 16.0 GB of RAM installed
...
2022-06-29 17:05:34.970 T:11668    INFO <general>: CAddonMgr::ADDON::CAddonMgr::FindAddons: script.module.arrow v1.0.3.1 installed
2022-06-29 17:05:34.968 T:11668    INFO <general>: CAddonMgr::ADDON::CAddonMgr::FindAddons: metadata.tvdb.com.python v1.0.3 installed
2022-06-29 17:06:45.091 T:12848   DEBUG <general>: CPythonInvoker(3, C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\scraper.py): instantiating addon using automatically obtained id of "metadata.tvdb.com.python" dependent on version 3.0.0 of the xbmc.python api
2022-06-29 17:06:45.598 T:12848   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: 'bytes' object has no attribute 'tzinfo'
                                                   Traceback (most recent call last):
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\scraper.py", line 3, in <module>
                                                       from resources.lib import actions
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\resources\lib\actions.py", line 14, in <module>
                                                       from . import episodes, series
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\resources\lib\episodes.py", line 10, in <module>
                                                       from .nfo import parse_episode_guide_url
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\resources\lib\nfo.py", line 7, in <module>
                                                       from . import series
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\resources\lib\series.py", line 11, in <module>
                                                       from .ratings import ratings
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\resources\lib\ratings.py", line 6, in <module>
                                                       from .trakt_rating import get_trakt_rating_and_votes
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\metadata.tvdb.com.python\resources\lib\trakt_rating.py", line 4, in <module>
                                                       from trakt import Trakt
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.trakt\lib\trakt\__init__.py", line 3, in <module>
                                                       from trakt.client import TraktClient
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.trakt\lib\trakt\client.py", line 3, in <module>
                                                       from trakt.core.configuration import ConfigurationManager
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.trakt\lib\trakt\core\configuration.py", line 3, in <module>
                                                       from trakt.core.context_collection import ContextCollection
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.trakt\lib\trakt\core\context_collection.py", line 3, in <module>
                                                       from trakt.core.helpers import synchronized
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.trakt\lib\trakt\core\helpers.py", line 9, in <module>
                                                       import arrow
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\__init__.py", line 2, in <module>
                                                       from .api import get, now, utcnow
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\api.py", line 12, in <module>
                                                       from arrow.arrow import TZ_EXPR, Arrow
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\arrow.py", line 1703, in <module>
                                                       Arrow.min = Arrow.fromdatetime(dt_datetime.min)
                                                     File "C:\Users\zoggy\AppData\Roaming\Kodi\addons\script.module.arrow\lib\arrow\arrow.py", line 318, in fromdatetime
                                                       if dt.tzinfo is None:
                                                   AttributeError: 'bytes' object has no attribute 'tzinfo'
                                                   -->End of Python script error report<--

trying to refresh a series it crapped out and removed it. then tried again another time and it magically worked and updated. seems intermittent when tzinfo will be none within the addon

from script.module.arrow.

manfeed avatar manfeed commented on August 12, 2024

The closest to a 'fix' that I could get is this:
script.module.arrow.zip

from script.module.arrow.

Related Issues (4)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    šŸ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. šŸ“ŠšŸ“ˆšŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ā¤ļø Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.