zipy

kodi-19.log

Mar 3rd, 2021 (edited)
98
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.05 KB | None | 0 0
  1. 2021-03-03 15:22:08.651 T:698 INFO <general>: Loading skin file: MyVideoNav.xml, load type: KEEP_IN_MEMORY
  2. 2021-03-03 15:22:08.873 T:1038 INFO <general>: initializing python engine.
  3. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: Traceback (most recent call last):
  4.  
  5. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  6. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 37, in _scan_once
  7. nextchar = string[idx]
  8.  
  9. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  10. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: IndexError: string index out of range
  11.  
  12. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  13. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  14. During handling of the above exception, another exception occurred:
  15.  
  16.  
  17. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  18. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: Traceback (most recent call last):
  19.  
  20. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  21. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/plugin.video.zamunda/default.py", line 113, in <module>
  22. z = zamunda(
  23.  
  24. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  25. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/plugin.video.zamunda/resources/lib/zamunda.py", line 91, in __init__
  26. self.__s.cookies = requests.utils.cookiejar_from_dict(json.load(f))
  27.  
  28. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  29. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 467, in load
  30. return loads(fp.read(),
  31.  
  32. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  33. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 525, in loads
  34. return _default_decoder.decode(s)
  35.  
  36. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  37. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 370, in decode
  38. obj, end = self.raw_decode(s)
  39.  
  40. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  41. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 400, in raw_decode
  42. return self.scan_once(s, idx=_w(s, idx).end())
  43.  
  44. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  45. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 79, in scan_once
  46. return _scan_once(string, idx)
  47.  
  48. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  49. 2021-03-03 15:22:09.688 T:1038 ERROR <general>: File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 39, in _scan_once
  50. raise JSONDecodeError(errmsg, string, idx)
  51.  
  52. 2021-03-03 15:22:09.688 T:1038 ERROR <general>:
  53. 2021-03-03 15:22:09.689 T:1038 ERROR <general>: simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  54.  
  55. 2021-03-03 15:22:09.689 T:1038 ERROR <general>:
  56. 2021-03-03 15:22:09.690 T:1038 ERROR <general>: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  57. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  58. Error Type: <class 'simplejson.errors.JSONDecodeError'>
  59. Error Contents: Expecting value: line 1 column 1 (char 0)
  60. Traceback (most recent call last):
  61. File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 37, in _scan_once
  62. nextchar = string[idx]
  63. IndexError: string index out of range
  64.  
  65. During handling of the above exception, another exception occurred:
  66.  
  67. Traceback (most recent call last):
  68. File "/storage/.kodi/addons/plugin.video.zamunda/default.py", line 113, in <module>
  69. z = zamunda(
  70. File "/storage/.kodi/addons/plugin.video.zamunda/resources/lib/zamunda.py", line 91, in __init__
  71. self.__s.cookies = requests.utils.cookiejar_from_dict(json.load(f))
  72. File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 467, in load
  73. return loads(fp.read(),
  74. File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/__init__.py", line 525, in loads
  75. return _default_decoder.decode(s)
  76. File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 370, in decode
  77. obj, end = self.raw_decode(s)
  78. File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/decoder.py", line 400, in raw_decode
  79. return self.scan_once(s, idx=_w(s, idx).end())
  80. File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 79, in scan_once
  81. return _scan_once(string, idx)
  82. File "/storage/.kodi/addons/script.module.simplejson/lib/simplejson/scanner.py", line 39, in _scan_once
  83. raise JSONDecodeError(errmsg, string, idx)
  84. simplejson.errors.JSONDecodeError: Expecting value: line 1 column 1 (char 0)
  85. -->End of Python script error report<--
  86.  
  87. 2021-03-03 15:22:10.103 T:1038 INFO <general>: Python interpreter stopped
  88. 2021-03-03 15:22:10.118 T:1037 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.zamunda/
  89. 2021-03-03 15:22:10.128 T:698 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.zamunda/) failed
Add Comment
Please, Sign In to add comment