|
hola...ante todo enhorabuena por vuestro trabajo
Tengo una pequeña duda:
De vez en cuando, al cargar algún enlace me da error. Es algo aleatorio, a veces da y otras no. Este es el log, alguna idea? Gracias de antemano
10:38:16 T:1164 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.UnicodeDecodeError'>
Error Contents: 'ascii' codec can't decode byte 0xc3 in position 68: ordinal not in range(128)
Traceback (most recent call last):
File "C:\Carlos\akodi16b4\Kodi\portable_data\addons\plu gin.video.torrentin\default.py", line 29, in <module>
core.main()
File "C:\Carlos\akodi16b4\Kodi\portable_data\addons\plu gin.video.torrentin\core\core.py", line 56, in main
except: primer(uri,player,image)
File "C:\Carlos\akodi16b4\Kodi\portable_data\addons\plu gin.video.torrentin\core\core.py", line 373, in primer
lst = tools.chklst()
File "C:\Carlos\akodi16b4\Kodi\portable_data\addons\plu gin.video.torrentin\core\tools.py", line 60, in chklst
if os.path.isdir(os.path.join( list_folder , fname )): continue
File "C:\Carlos\akodi16b4\Kodi\system\python\Lib\ntpath .py", line 84, in join
result_path = result_path + p_path
UnicodeDecodeError: 'ascii' codec can't decode byte 0xc3 in position 68: ordinal not in range(128)
-->End of Python script error report<--
|