Merhaba,
Seyirturk Kodi 3.58.56'da film oynatmayı stop tuşu ile durdurunca "seyirturk error" diye bir mesaj veriyor. Film oynatmada herhangi bir sorun yok. Log dosyasında aşağıdaki satırlar var:
2023-09-08 15:34:39.980 T:9220 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.AttributeError'>
Error Contents: 'MyPlayer' object has no attribute 'audiostream'
Traceback (most recent call last):
File "C:\Users\htwin\AppData\Roaming\Kodi\addons\plugin.video.seyirTURK\seyirTURK.py", line 78, in onAVStarted
self.setAudioStream(self.audiostream)
AttributeError: 'MyPlayer' object has no attribute 'audiostream'
-->End of Python script error report<--
2023-09-08 15:34:50.351 T:9220 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <type 'exceptions.ValueError'>
Error Contents: No JSON object could be decoded
Traceback (most recent call last):
File "C:\Users\htwin\AppData\Roaming\Kodi\addons\plugin.video.seyirTURK\seyirTURK.py", line 1264, in <module>
oynat(url,name,resim,desc,m_id,timestamp,isTv)
File "C:\Users\htwin\AppData\Roaming\Kodi\addons\plugin.video.seyirTURK\seyirTURK.py", line 867, in oynat
my_json = json.loads(typee)
File "C:\Program Files\Kodi\system\python\Lib\json\__init__.py", line 339, in loads
return _default_decoder.decode(s)
File "C:\Program Files\Kodi\system\python\Lib\json\decoder.py", line 364, in decode
obj, end = self.raw_decode(s, idx=_w(s, 0).end())
File "C:\Program Files\Kodi\system\python\Lib\json\decoder.py", line 382, in raw_decode
raise ValueError("No JSON object could be decoded")
ValueError: No JSON object could be decoded
-->End of Python script error report<--
İyi çalışmalar,