Advertisement
Guest User

Untitled

a guest
Apr 30th, 2018
124
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.35 KB | None | 0 0
  1. 18:32:22.560 T:1274012528 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  2. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  3. Error Type: <class 'resources.lib.cmore.CMoreError'>
  4. Error Contents: u'User is not authenticated'
  5. Traceback (most recent call last):
  6. File "/storage/.kodi/addons/plugin.video.cmore/default.py", line 5, in <module>
  7. addon.run()
  8. File "/storage/.kodi/addons/plugin.video.cmore/addon.py", line 18, in run
  9. router(sys.argv[2][1:])
  10. File "/storage/.kodi/addons/plugin.video.cmore/addon.py", line 386, in router
  11. helper.play_item(params['video_id'])
  12. File "/storage/.kodi/addons/plugin.video.cmore/resources/lib/kodihelper.py", line 216, in play_item
  13. stream = self.c.get_stream(video_id)
  14. File "/storage/.kodi/addons/plugin.video.cmore/resources/lib/cmore.py", line 255, in get_stream
  15. data_dict = self.make_request(url, 'get', params=params, headers=headers)['playback']
  16. File "/storage/.kodi/addons/plugin.video.cmore/resources/lib/cmore.py", line 74, in make_request
  17. return self.parse_response(req.content)
  18. File "/storage/.kodi/addons/plugin.video.cmore/resources/lib/cmore.py", line 84, in parse_response
  19. raise self.CMoreError(response['error']['description'])
  20. CMoreError: u'User is not authenticated'
  21. -->End of Python script error report<--
  22. 18:32:23.084 T:1940145328 ERROR: Playlist Player: skipping unplayable item: 0, path [plugin://plugin.video.cmore/?action=play&video_id=3958069]
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement