2018-01-30, 10:26
Test build:
KodiSetup-20180127-886d5738-feature_python3-x86 on Windows 10 x86-64
I tried adapting on of my addons and its respective library to support Python 3. I did all the adaptations manually to support python 3 as well but I am getting the following errors:
KodiSetup-20180127-886d5738-feature_python3-x86 on Windows 10 x86-64
I tried adapting on of my addons and its respective library to support Python 3. I did all the adaptations manually to support python 3 as well but I am getting the following errors:
Code:
09:57:52.742 T:11780 ERROR: ERROR:root:code for hash blake2b was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 119, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2b
09:57:52.744 T:11780 ERROR: ERROR:root:code for hash blake2s was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 119, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type blake2s
09:57:52.747 T:11780 ERROR: ERROR:root:code for hash sha3_224 was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_sha3_224'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha3_224
09:57:52.749 T:11780 ERROR: ERROR:root:code for hash sha3_256 was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_sha3_256'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha3_256
09:57:52.751 T:11780 ERROR: ERROR:root:code for hash sha3_384 was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_sha3_384'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha3_384
09:57:52.754 T:11780 ERROR: ERROR:root:code for hash sha3_512 was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_sha3_512'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type sha3_512
09:57:52.756 T:11780 ERROR: ERROR:root:code for hash shake_128 was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_shake_128'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type shake_128
09:57:52.758 T:11780 ERROR: ERROR:root:code for hash shake_256 was not found.
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 121, in __get_openssl_constructor
f = getattr(_hashlib, 'openssl_' + name)
AttributeError: module '_hashlib' has no attribute 'openssl_shake_256'
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 243, in <module>
globals()[__func_name] = __get_hash(__func_name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 128, in __get_openssl_constructor
return __get_builtin_constructor(name)
File "P:\GitHub\Testers\Leia\Kodi\system\python\Lib\hashlib.py", line 113, in __get_builtin_constructor
raise ValueError('unsupported hash type ' + name)
ValueError: unsupported hash type shake_256
09:57:54.430 T:11780 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'AttributeError'>
Error Contents: 'str' object has no attribute 'decode'
-->End of Python script error report<--