cappsie

Untitled

Aug 23rd, 2025
76
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 6.20 KB | None | 0 0
  1. # tail -f kodi.log
  2. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 94, in make_call
  3. return make_http_call(endpoint, func_name, data)
  4. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 117, in make_http_call
  5. raise _data
  6. KeyError: 'esn'
  7.  
  8. 2025-08-23 17:00:56.490 T:1818 INFO <general>: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.netflix/addon.py): script successfully run
  9. 2025-08-23 17:00:56.490 T:1817 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.netflix/
  10. 2025-08-23 17:00:56.506 T:999 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflix/) failed
  11. 2025-08-23 17:00:57.828 T:999 INFO <general>: Loading skin file: DialogButtonMenu.xml, load type: KEEP_IN_MEMORY
  12. 2025-08-23 17:01:45.305 T:999 ERROR <general>: Control 55 in window 10025 has been asked to focus, but it can't
  13. 2025-08-23 17:01:45.370 T:1818 INFO <general>: initializing python engine.
  14. 2025-08-23 17:01:54.806 T:999 INFO <general>: Loading skin file: FileBrowser.xml, load type: KEEP_IN_MEMORY
  15. 2025-08-23 17:02:58.961 T:2217 ERROR <general>: [plugin.video.netflix (0)] Could not extract ['models', 'esnGeneratorModel', 'data', 'esn']
  16. 2025-08-23 17:02:58.961 T:2217 ERROR <general>: [plugin.video.netflix (0)] Could not extract ['models', 'memberContext', 'data', 'geo', 'preferredLocale']
  17. 2025-08-23 17:02:59.075 T:2217 ERROR <general>: [plugin.video.netflix (0)] IPC callback raised exception: 'esn'
  18. 2025-08-23 17:02:59.076 T:2217 ERROR <general>: [plugin.video.netflix (0)] Traceback (most recent call last):
  19. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/http_server.py", line 105, in handle_request
  20. ret_data = _call_func(func, pickle.loads(data))
  21. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/http_server.py", line 161, in _call_func
  22. return func(**data)
  23. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
  24. return func(*args, **kwargs)
  25. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/services/nfsession/session/access.py", line 112, in login_auth_data
  26. website.extract_session_data(self.get('browse'), validate=True, update_profiles=True)
  27. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
  28. return func(*args, **kwargs)
  29. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/website.py", line 91, in extract_session_data
  30. set_website_esn(user_data['esn'])
  31. KeyError: 'esn'
  32.  
  33. 2025-08-23 17:02:59.077 T:1818 ERROR <general>: [plugin.video.netflix (2)] Traceback (most recent call last):
  34. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 29, in wrapper
  35. func(*args, **kwargs)
  36. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 265, in run
  37. success = route(pathitems)
  38. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 88, in lazy_login_wrapper
  39. if G.REQUEST_PARAMS.get('ignore_login') or _check_valid_credentials():
  40. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 73, in _check_valid_credentials
  41. if not login():
  42. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/api_requests.py", line 58, in login
  43. if password and common.make_call('login_auth_data', {'data': data, 'password': password}):
  44. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
  45. return func(*args, **kwargs)
  46. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 94, in make_call
  47. return make_http_call(endpoint, func_name, data)
  48. File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 117, in make_http_call
  49. raise _data
  50. KeyError: 'esn'
  51.  
  52. 2025-08-23 17:03:05.854 T:1818 INFO <general>: CPythonInvoker(8, /storage/.kodi/addons/plugin.video.netflix/addon.py): script successfully run
  53. 2025-08-23 17:03:05.854 T:2018 ERROR <general>: GetDirectory - Error getting plugin://plugin.video.netflix/
  54. 2025-08-23 17:03:05.888 T:999 ERROR <general>: CGUIMediaWindow::GetDirectory(plugin://plugin.video.netflix/) failed
Advertisement
Add Comment
Please, Sign In to add comment