You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have this message when i log witn "NFauth/Code" méthod.
Did someone have the same issue ? A solution ?
Thanks !
My log :
_[plugin.video.netflix (-1)] Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 29, in wrapper
func(*args, **kwargs)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 265, in run
success = route(pathitems)
^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 88, in lazy_login_wrapper
if G.REQUEST_PARAMS.get('ignore_login') or _check_valid_credentials():
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 73, in _check_valid_credentials
if not login():
^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/api_requests.py", line 58, in login
if password and common.make_call('login_auth_data', {'data': data, 'password': password}):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 94, in make_call
return make_http_call(endpoint, func_name, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 117, in make_http_call
raise data
KeyError: 'esn'
1.23.4+matrix.1 on Kodi 20.3(Nexus) on LibreElec 11.0.6 RPi2.arm on Raspberry PI
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
I have this message when i log witn "NFauth/Code" méthod.
Did someone have the same issue ? A solution ?
Thanks !
My log :
_[plugin.video.netflix (-1)] Traceback (most recent call last):
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 29, in wrapper
func(*args, **kwargs)
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 265, in run
success = route(pathitems)
^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 88, in lazy_login_wrapper
if G.REQUEST_PARAMS.get('ignore_login') or _check_valid_credentials():
^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/run_addon.py", line 73, in _check_valid_credentials
if not login():
^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/api_requests.py", line 58, in login
if password and common.make_call('login_auth_data', {'data': data, 'password': password}):
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/utils/logging.py", line 139, in timing_wrapper
return func(*args, **kwargs)
^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 94, in make_call
return make_http_call(endpoint, func_name, data)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/storage/.kodi/addons/plugin.video.netflix/resources/lib/common/ipc.py", line 117, in make_http_call
raise data
KeyError: 'esn'
1.23.4+matrix.1 on Kodi 20.3(Nexus) on LibreElec 11.0.6 RPi2.arm on Raspberry PI
Beta Was this translation helpful? Give feedback.
All reactions