Advertisement
knappster

Netflix 0.13.12 my list error

Sep 8th, 2018
278
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 8.42 KB | None | 0 0
  1. 04:13:29.793 T:140090162448512 DEBUG: RunScriptWithParams - calling plugin Netflix('plugin://plugin.video.netflix/','-1','?action=remove_from_list&id=80211384&title=The+Joel+McHale+Show+with+Joel+McHale','resume:false')
  2. 04:13:29.793 T:140090162448512 DEBUG: GetLanguageInvoker - Reusing LanguageInvokerThread 2 for script /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py
  3. 04:13:29.793 T:140088691185408 INFO: initializing python engine.
  4. 04:13:29.793 T:140088691185408 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): start processing
  5. 04:13:29.793 T:140088691185408 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): entering source directory /home/mythtv/.kodi/addons/plugin.video.netflix
  6. 04:13:29.793 T:140088691185408 DEBUG: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): instantiating addon using automatically obtained id of "plugin.video.netflix" dependent on version 2.25.0 of the xbmc.python api
  7. 04:13:29.794 T:140088691185408 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting definitions
  8. 04:13:29.794 T:140088691185408 DEBUG: CAddonSettings[plugin.video.netflix]: trying to load setting definitions from old format...
  9. 04:13:29.795 T:140088691185408 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting values
  10. 04:13:29.795 T:140088691185408 DEBUG: CSettingsManager: requested setting (logging) was not found.
  11. 04:13:29.796 T:140088691185408 DEBUG: [Netflix] Started (Version 0.13.12)
  12. 04:13:29.796 T:140088691185408 DEBUG: [Netflix] "Navigation::router" called with arguments :paramstring = action=remove_from_list&id=80211384&title=The+Joel+McHale+Show+with+Joel+McHale:
  13. 04:13:29.796 T:140088691185408 DEBUG: [Netflix] "Navigation::before_routing_action" called with arguments :params = {'action': 'remove_from_list', 'id': '80211384', 'title': 'The Joel McHale Show with Joel McHale'}:
  14. 04:13:29.800 T:140088782268160 DEBUG: [Netflix] Loading cookies from memory
  15. 04:13:29.800 T:140088782268160 DEBUG: [Netflix] Cookie expires: 1562728369 / 1536293609
  16. 04:13:29.807 T:140088691185408 DEBUG: [Netflix] "Navigation::before_routing_action" returned: {}
  17. 04:13:29.807 T:140088691185408 DEBUG: [Netflix] "Navigation::remove_from_list" called with arguments :video_id = 80211384:
  18. 04:13:29.906 T:140088782268160 DEBUG: [Netflix] [POST] Req. for "https://www.netflix.com/api/shakti/v3e100fda/playlistop" took 0.0979559421539 sec
  19. 04:13:29.906 T:140088782268160 DEBUG: ----------------------------------------
  20. 04:13:29.906 T:140088782268160 DEBUG: Exception happened during processing of request from
  21. 04:13:29.906 T:140088782268160 DEBUG: ('127.0.0.1', 40114)
  22. 04:13:29.906 T:140088782268160 ERROR: Traceback (most recent call last):
  23. 04:13:29.906 T:140088782268160 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 290, in _handle_request_noblock
  24. 04:13:29.938 T:140088782268160 ERROR: self.process_request(request, client_address)
  25. 04:13:29.938 T:140088782268160 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 318, in process_request
  26. 04:13:29.939 T:140088782268160 ERROR: self.finish_request(request, client_address)
  27. 04:13:29.939 T:140088782268160 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 331, in finish_request
  28. 04:13:29.939 T:140088782268160 ERROR: self.RequestHandlerClass(request, client_address, self)
  29. 04:13:29.939 T:140088782268160 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 652, in __init__
  30. 04:13:29.939 T:140088782268160 ERROR: self.handle()
  31. 04:13:29.939 T:140088782268160 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
  32. 04:13:29.945 T:140088782268160 ERROR: self.handle_one_request()
  33. 04:13:29.945 T:140088782268160 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
  34. 04:13:29.945 T:140088782268160 ERROR: method()
  35. 04:13:29.945 T:140088782268160 ERROR: File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/NetflixHttpRequestHandler.py", line 56, in do_GET
  36. 04:13:29.946 T:140088782268160 ERROR: 'result': result}))
  37. 04:13:29.946 T:140088782268160 ERROR: File "/usr/lib/python2.7/json/__init__.py", line 244, in dumps
  38. 04:13:29.957 T:140088782268160 ERROR: return _default_encoder.encode(obj)
  39. 04:13:29.957 T:140088782268160 ERROR: File "/usr/lib/python2.7/json/encoder.py", line 207, in encode
  40. 04:13:29.958 T:140088782268160 ERROR: chunks = self.iterencode(o, _one_shot=True)
  41. 04:13:29.958 T:140088782268160 ERROR: File "/usr/lib/python2.7/json/encoder.py", line 270, in iterencode
  42. 04:13:29.958 T:140088782268160 ERROR: return _iterencode(o, 0)
  43. 04:13:29.958 T:140088782268160 ERROR: File "/usr/lib/python2.7/json/encoder.py", line 184, in default
  44. 04:13:29.958 T:140088782268160 ERROR: raise TypeError(repr(o) + " is not JSON serializable")
  45. 04:13:29.958 T:140088782268160 ERROR: TypeError: <Response [401]> is not JSON serializable
  46. 04:13:29.958 T:140088782268160 DEBUG: ----------------------------------------
  47. 04:13:29.960 T:140088691185408 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  48. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  49. Error Type: <type 'exceptions.ValueError'>
  50. Error Contents: No JSON object could be decoded
  51. Traceback (most recent call last):
  52. File "/home/mythtv/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module>
  53. NAVIGATION.router(paramstring=REQUEST_PARAMS)
  54. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 60, in wrapped
  55. result = func(*args, **kwargs)
  56. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 188, in router
  57. return self.remove_from_list(video_id=params['id'])
  58. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 60, in wrapped
  59. result = func(*args, **kwargs)
  60. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 618, in remove_from_list
  61. 'video_id': video_id}))
  62. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 1047, in call_netflix_service
  63. parsed_json = json.loads(data, object_pairs_hook=OrderedDict)
  64. File "/usr/lib/python2.7/json/__init__.py", line 352, in loads
  65. return cls(encoding=encoding, **kw).decode(s)
  66. File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
  67. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  68. File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
  69. raise ValueError("No JSON object could be decoded")
  70. ValueError: No JSON object could be decoded
  71. -->End of Python script error report<--
  72. 04:13:29.960 T:140088691185408 DEBUG: onExecutionDone(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py)
  73. 04:13:30.024 T:140090162448512 DEBUG: ------ Window Init (DialogNotification.xml) ------
  74. 04:13:30.045 T:140088691185408 WARNING: CPythonInvoker(2, /home/mythtv/.kodi/addons/plugin.video.netflix/addon.py): the python script "/home/mythtv/.kodi/addons/plugin.video.netflix/addon.py" has left several classes in memory that we couldn't clean up. The classes include: N9XBMCAddon9xbmcaddon5AddonE
  75. 04:13:30.053 T:140088691185408 INFO: Python interpreter stopped
  76. 04:13:30.053 T:140088691185408 INFO: Previous line repeats 3 times.
  77. 04:13:30.053 T:140088691185408 DEBUG: Thread LanguageInvoker 140088691185408 terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement