03-03-2021, 19:09
Код:
2021-03-03 17:05:30.570 T:698 ERROR <general>: Control 55 in window 10025 has been asked to focus, but it can't
2021-03-03 17:05:30.636 T:1945 INFO <general>: initializing python engine.
2021-03-03 17:05:31.067 T:1825 INFO <general>: Python interpreter stopped
2021-03-03 17:05:31.860 T:1945 INFO <general>: Skipped 4 duplicate messages..
2021-03-03 17:05:31.860 T:1945 ERROR <general>: Traceback (most recent call last):
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 37, in _scan_once
nextchar = string[idx]
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: IndexError: string index out of range
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
During handling of the above exception, another exception occurred:
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: Traceback (most recent call last):
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/plugin.video.zamunda/default.py", line 113, in <module>
z = zamunda(
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/plugin.video.zamunda/resources/lib/zamunda.py", line 91, in __init__
self.__s.cookies = requests.utils.cookiejar_from_dict(json.load(f))
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 467, in load
return loads(fp.read(),
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 525, in loads
return _default_decoder.decode(s)
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
2021-03-03 17:05:31.860 T:1945 ERROR <general>:
2021-03-03 17:05:31.860 T:1945 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 79, in scan_once
return _scan_once(string, idx)
2021-03-03 17:05:31.861 T:1945 ERROR <general>:
2021-03-03 17:05:31.861 T:1945 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 39, in _scan_once
raise JSONDecodeError(errmsg, string, idx)
2021-03-03 17:05:31.861 T:1945 ERROR <general>:
2021-03-03 17:05:31.861 T:1945 ERROR <general>: simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
2021-03-03 17:05:31.861 T:1945 ERROR <general>:
2021-03-03 17:05:31.862 T:1945 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
- NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
Error Type: <class 'simplejson.errors.JSONDecodeError'>
Error Contents: Expecting value: line 1 column 1 (char 0)
Traceback (most recent call last):
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 37, in _scan_once
nextchar = string[idx]
IndexError: string index out of range
During handling of the above exception, another exception occurred:
Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.zamunda/default.py", line 113, in <module>
z = zamunda(
File "/storage/.kodi/addons/plugin.video.zamunda/resources/lib/zamunda.py", line 91, in __init__
self.__s.cookies = requests.utils.cookiejar_from_dict(json.load(f))
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 467, in load
return loads(fp.read(),
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 525, in loads
return _default_decoder.decode(s)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 370, in decode
obj, end = self.raw_decode(s)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 400, in raw_decode
return self.scan_once(s, idx=_w(s, idx).end())
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 79, in scan_once
return _scan_once(string, idx)
File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 39, in _scan_once
raise JSONDecodeError(errmsg, string, idx)
simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
-->End of Python script error report<--
2021-03-03 17:05:32.232 T:1945 INFO <general>: Python interpreter stopped
2021-03-03 17:05:32.244 T:1944 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.zamunda/
2021-03-03 17:05:32.257 T:698 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.zamunda/) failed