13.5.2020, 1:28
Stahuju na PC normálně, to funguje.
Mecool KIII Pro, Coreelec 9.2.1
|
Hodnocení tématu:
Webshare - kontextové menu 2.6.0
|


Haleluja 


2020-05-13 11:17:59.678 T:6416 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.TypeError'>
Error Contents: 'NoneType' object has no attribute '__getitem__'
Traceback (most recent call last):
File "C:\Users\Miki Condorsr\AppData\Roaming\Kodi\addons\context.webshare\vip.py", line 4, in <module>
webshare.get_vip()
File "C:\Users\Miki Condorsr\AppData\Roaming\Kodi\addons\context.webshare\webshare.py", line 55, in get_vip
token = login()
File "C:\Users\Miki Condorsr\AppData\Roaming\Kodi\addons\context.webshare\webshare.py", line 39, in login
pass_digest = get_pass_digest(username, ':Webshare:', password, salt)
File "C:\Users\Miki Condorsr\AppData\Roaming\Kodi\addons\context.webshare\webshare.py", line 27, in get_pass_digest
encrypted_pass = hashlib.sha1(md5crypt(password, salt)).hexdigest()
File "C:\Users\Miki Condorsr\AppData\Roaming\Kodi\addons\script.module.stream.resolver\lib\crypto\md5crypt.py", line 66, in unix_md5_crypt
if salt[:len(magic)] == magic:
TypeError: 'NoneType' object has no attribute '__getitem__'
-->End of Python script error report<--