Advertisement
knappster

Netflix 0.13.6 My List Error

May 28th, 2018
401
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 7.29 KB | None | 0 0
  1. 06:01:35.364 T:140083998173376 DEBUG: LIRC: Update - NEW at 66526:00000000000028d2 00 OK_UP Streamzap_PC_Remote (OK_UP)
  2. 06:01:35.446 T:140082874922752 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting definitions
  3. 06:01:35.446 T:140082874922752 DEBUG: CAddonSettings[plugin.video.netflix]: trying to load setting definitions from old format...
  4. 06:01:35.446 T:140082874922752 DEBUG: CAddonSettings[plugin.video.netflix]: loading setting values
  5. 06:01:35.446 T:140082874922752 DEBUG: CSettingsManager: requested setting (logging) was not found.
  6. 06:01:35.450 T:140082874922752 DEBUG: [Netflix] Started (Version 0.13.6)
  7. 06:01:35.451 T:140082874922752 DEBUG: [Netflix] "Navigation::router" called with arguments :paramstring = action=add_to_list&id=80128096&title=Chef%27s+Table%3A+France:
  8. 06:01:35.451 T:140082874922752 DEBUG: [Netflix] "Navigation::before_routing_action" called with arguments :params = {'action': 'add_to_list', 'id': '80128096', 'title': "Chef's Table: France"}:
  9. 06:01:35.452 T:140082047538944 DEBUG: [Netflix] Loading cookies from memory
  10. 06:01:35.452 T:140082047538944 DEBUG: [Netflix] Cookie expires: 1553770841 / 1527505295
  11. 06:01:35.456 T:140082874922752 DEBUG: [Netflix] "Navigation::before_routing_action" returned: {}
  12. 06:01:35.456 T:140082874922752 DEBUG: [Netflix] "Navigation::add_to_list" called with arguments :video_id = 80128096:
  13. 06:01:35.500 T:140082047538944 DEBUG: [Netflix] [POST] Req. for "https://www.netflix.com/api/shakti/089e0d2c/playlistop" took 0.0429148674011 sec
  14. 06:01:35.500 T:140082047538944 DEBUG: ----------------------------------------
  15. 06:01:35.500 T:140082047538944 DEBUG: Exception happened during processing of request from
  16. 06:01:35.500 T:140082047538944 DEBUG: ('127.0.0.1', 57796)
  17. 06:01:35.500 T:140082047538944 ERROR: Traceback (most recent call last):
  18. 06:01:35.500 T:140082047538944 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 295, in _handle_request_noblock
  19. 06:01:35.500 T:140082047538944 ERROR: self.process_request(request, client_address)
  20. 06:01:35.500 T:140082047538944 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 321, in process_request
  21. 06:01:35.500 T:140082047538944 ERROR: self.finish_request(request, client_address)
  22. 06:01:35.500 T:140082047538944 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 334, in finish_request
  23. 06:01:35.500 T:140082047538944 ERROR: self.RequestHandlerClass(request, client_address, self)
  24. 06:01:35.500 T:140082047538944 ERROR: File "/usr/lib/python2.7/SocketServer.py", line 655, in __init__
  25. 06:01:35.500 T:140082047538944 ERROR: self.handle()
  26. 06:01:35.500 T:140082047538944 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 340, in handle
  27. 06:01:35.500 T:140082047538944 ERROR: self.handle_one_request()
  28. 06:01:35.500 T:140082047538944 ERROR: File "/usr/lib/python2.7/BaseHTTPServer.py", line 328, in handle_one_request
  29. 06:01:35.500 T:140082047538944 ERROR: method()
  30. 06:01:35.500 T:140082047538944 ERROR: File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/NetflixHttpRequestHandler.py", line 56, in do_GET
  31. 06:01:35.501 T:140082047538944 ERROR: 'result': result}))
  32. 06:01:35.501 T:140082047538944 ERROR: File "/usr/lib/python2.7/json/__init__.py", line 244, in dumps
  33. 06:01:35.501 T:140082047538944 ERROR: return _default_encoder.encode(obj)
  34. 06:01:35.501 T:140082047538944 ERROR: File "/usr/lib/python2.7/json/encoder.py", line 207, in encode
  35. 06:01:35.501 T:140082047538944 ERROR: chunks = self.iterencode(o, _one_shot=True)
  36. 06:01:35.501 T:140082047538944 ERROR: File "/usr/lib/python2.7/json/encoder.py", line 270, in iterencode
  37. 06:01:35.501 T:140082047538944 ERROR: return _iterencode(o, 0)
  38. 06:01:35.501 T:140082047538944 ERROR: File "/usr/lib/python2.7/json/encoder.py", line 184, in default
  39. 06:01:35.501 T:140082047538944 ERROR: raise TypeError(repr(o) + " is not JSON serializable")
  40. 06:01:35.501 T:140082047538944 ERROR: TypeError: <Response [401]> is not JSON serializable
  41. 06:01:35.501 T:140082047538944 DEBUG: ----------------------------------------
  42. 06:01:35.502 T:140082874922752 ERROR: EXCEPTION Thrown (PythonToCppException) : -->Python callback/script returned the following error<--
  43. - NOTE: IGNORING THIS CAN LEAD TO MEMORY LEAKS!
  44. Error Type: <type 'exceptions.ValueError'>
  45. Error Contents: No JSON object could be decoded
  46. Traceback (most recent call last):
  47. File "/home/mythtv/.kodi/addons/plugin.video.netflix/addon.py", line 33, in <module>
  48. NAVIGATION.router(paramstring=REQUEST_PARAMS)
  49. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
  50. result = func(*args, **kwargs)
  51. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 164, in router
  52. return self.add_to_list(video_id=params['id'])
  53. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/utils.py", line 45, in wrapped
  54. result = func(*args, **kwargs)
  55. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 571, in add_to_list
  56. 'video_id': video_id}))
  57. File "/home/mythtv/.kodi/addons/plugin.video.netflix/resources/lib/Navigation.py", line 984, in call_netflix_service
  58. parsed_json = json.loads(data, object_pairs_hook=OrderedDict)
  59. File "/usr/lib/python2.7/json/__init__.py", line 352, in loads
  60. return cls(encoding=encoding, **kw).decode(s)
  61. File "/usr/lib/python2.7/json/decoder.py", line 364, in decode
  62. obj, end = self.raw_decode(s, idx=_w(s, 0).end())
  63. File "/usr/lib/python2.7/json/decoder.py", line 382, in raw_decode
  64. raise ValueError("No JSON object could be decoded")
  65. ValueError: No JSON object could be decoded
  66. -->End of Python script error report<--
  67. 06:01:35.514 T:140083998173376 DEBUG: ------ Window Init (DialogNotification.xml) ------
  68. 06:01:35.580 T:140082874922752 WARNING: CPythonInvoker(7, /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
  69. 06:01:35.580 T:140082874922752 INFO: Python script stopped
  70. 06:01:35.580 T:140082874922752 DEBUG: Thread LanguageInvoker 140082874922752 terminating
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement