Advertisement
Guest User

Yandex Music Error Kodi

a guest
Mar 26th, 2020
1,384
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 4.17 KB | None | 0 0
  1. 2020-03-26 22:19:21.425 T:140053219235584 WARNING: CPythonInvoker(1, /home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py): the python script "/home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
  2. 2020-03-26 22:19:24.284 T:140053534676736 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  3. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  4. Error Type: <type 'exceptions.TypeError'>
  5. Error Contents: 'NoneType' object is not callable
  6. Traceback (most recent call last):
  7. File "/home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py", line 273, in <module>
  8. plugin.main()
  9. File "/home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py", line 143, in main
  10. return method(**params)
  11. File "/home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py", line 194, in index
  12. response = self.api.main(what)
  13. File "/home/sergey/.kodi/addons/plugin.audio.music.yandex/api.py", line 265, in main
  14. return self.make_response('/handlers/main.jsx', params=params)
  15. File "/home/sergey/.kodi/addons/plugin.audio.music.yandex/api.py", line 170, in make_response
  16. return requests.get(self.url + url, params=params, data=data, cookies=cookies, headers=headers).json()
  17. File "/home/sergey/.kodi/addons/plugin.audio.music.yandex/requests/models.py", line 850, in json
  18. return complexjson.loads(self.text, **kwargs)
  19. File "/usr/lib/python2.7/dist-packages/simplejson/__init__.py", line 518, in loads
  20. return _default_decoder.decode(s)
  21. File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 370, in decode
  22. obj, end = self.raw_decode(s)
  23. File "/usr/lib/python2.7/dist-packages/simplejson/decoder.py", line 400, in raw_decode
  24. return self.scan_once(s, idx=_w(s, idx).end())
  25. File "/usr/lib/python2.7/dist-packages/simplejson/errors.py", line 41, in __init__
  26. ValueError.__init__(self, errmsg(msg, doc, pos, end=end))
  27. TypeError: 'NoneType' object is not callable
  28. -->End of Python script error report<--
  29. 2020-03-26 22:19:24.321 T:140053534676736 WARNING: CPythonInvoker(2, /home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py): the python script "/home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
  30. 2020-03-26 22:19:24.335 T:140053219235584 ERROR: GetDirectory - Error getting plugin://plugin.audio.music.yandex/?mode=index&what=new-releases
  31. 2020-03-26 22:19:24.350 T:140055700628416 ERROR: CGUIMediaWindow::GetDirectory(plugin://plugin.audio.music.yandex/?mode=index&what=new-releases) failed
  32. 2020-03-26 22:19:24.921 T:140053534676736 WARNING: CPythonInvoker(3, /home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py): the python script "/home/sergey/.kodi/addons/plugin.audio.music.yandex/default.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement