Issues with arrow
#16
@Wanilton 

So, I tried the 0.15.6 from the link you provided and got close to the same error result. This time, bytes was returned rather than the usual datetime. Also remember, this is on Ubuntu 20.04 and not Windows. 
Quote:2021-04-01 17:32:47.017 T:3831     INFO <general>: CAddonMgr::FindAddons: script.module.arrow v0.15.6+matrix.1 installed

2021-04-01 17:32:58.015 T:3943    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 'timestamp'
                                                   Traceback (most recent call last):
                                                     File "/home/mediapc/.kodi/addons/script.skin.helper.service/plugin.py", line 10, in <module>
                                                       from resources.lib.plugin_content import PluginContent
                                                     File "/home/mediapc/.kodi/addons/script.skin.helper.service/resources/lib/plugin_content.py", line 22, in <module>
                                                       from metadatautils import MetadataUtils
                                                     File "/home/mediapc/.kodi/addons/script.module.metadatautils/lib/metadatautils.py", line 10, in <module>
                                                       import helpers.kodi_constants as kodi_constants
                                                     File "/home/mediapc/.kodi/addons/script.module.metadatautils/lib/helpers/kodi_constants.py", line 11, in <module>
                                                       from .utils import KODI_VERSION
                                                     File "/home/mediapc/.kodi/addons/script.module.metadatautils/lib/helpers/utils.py", line 13, in <module>
                                                       import arrow
                                                     File "/home/mediapc/.kodi/addons/script.module.arrow/lib/arrow/__init__.py", line 2, in <module>
                                                       from .api import get, now, utcnow
                                                     File "/home/mediapc/.kodi/addons/script.module.arrow/lib/arrow/api.py", line 12, in <module>
                                                       from arrow.arrow import TZ_EXPR, Arrow
                                                     File "/home/mediapc/.kodi/addons/script.module.arrow/lib/arrow/arrow.py", line 34, in <module>
                                                       from arrow import formatter, locales, parser, util
                                                     File "/home/mediapc/.kodi/addons/script.module.arrow/lib/arrow/parser.py", line 26, in <module>
                                                       from arrow.util import next_weekday, normalize_timestamp
                                                     File "/home/mediapc/.kodi/addons/script.module.arrow/lib/arrow/util.py", line 6, in <module>
                                                       from arrow.constants import (
                                                     File "/home/mediapc/.kodi/addons/script.module.arrow/lib/arrow/constants.py", line 16, in <module>
                                                       _MAX_TIMESTAMP = datetime.max.timestamp()
                                                   AttributeError: 'bytes' object has no attribute 'timestamp'
                                                   -->End of Python script error report<--
Reply


Messages In This Thread
Issues with arrow - by bsoriano - 2019-12-22, 22:50
RE: Issues with arrow - by ronie - 2019-12-22, 23:00
RE: Issues with arrow - by bsoriano - 2019-12-22, 23:07
RE: Issues with arrow - by Razze - 2019-12-22, 23:21
RE: Issues with arrow - by bsoriano - 2019-12-29, 14:01
RE: Issues with arrow - by Razze - 2019-12-30, 11:51
RE: Issues with arrow - by syd3n - 2021-03-09, 23:18
RE: Issues with arrow - by Fuzzard - 2021-03-10, 01:27
RE: Issues with arrow - by RB0135 - 2021-04-01, 04:00
RE: Issues with arrow - by Karellen - 2021-04-01, 04:37
RE: Issues with arrow - by RB0135 - 2021-04-01, 05:31
RE: Issues with arrow - by Wanilton - 2021-04-01, 04:59
RE: Issues with arrow - by RB0135 - 2021-04-01, 05:29
RE: Issues with arrow - by Wanilton - 2021-04-01, 05:40
RE: Issues with arrow - by RB0135 - 2021-04-01, 07:01
RE: Issues with arrow - by RB0135 - 2021-04-01, 08:39
RE: Issues with arrow - by perspicacia - 2023-09-06, 17:23
RE: Issues with arrow - by izprtxqkft - 2023-09-06, 19:02
RE: Issues with arrow - by perspicacia - 2023-09-06, 21:43
RE: Issues with arrow - by izprtxqkft - 2023-09-06, 22:25
RE: Issues with arrow - by manfeed - 2023-09-06, 23:24
RE: Issues with arrow - by Fuchs2468 - 2023-09-07, 01:11
RE: Issues with arrow - by perspicacia - 2023-09-07, 17:36
RE: Issues with arrow - by perspicacia - 2023-09-09, 16:24
RE: Issues with arrow - by perspicacia - 2023-09-12, 23:07
Logout Mark Read Team Forum Stats Members Help
Issues with arrow0