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 used the CastagnaIT plugin for at least 2 years to login to Netflix on KODI running on a Pi4 using the same username/password that is still working using Windows (never concurently). Login on KODI 19.4 was transparent after the plugin was initialized. Two days ago the username/password screen appeared after selecting the Netflix add-on. The credential combo no longer worked even though it continued to work on a Windows computer. I followed the recipe at: https://github.com/CastagnaIT/plugin.video.netflix/wiki/Login-with-Authentication-key without incident and the script, using the cookies.sqlite file in the Firefox user profile directory, generated a key . I then followed the login choice of using a key, selected the key file as requested and entered the original Netflix password when prompted. The login was still rejected and took me back to the "choose a login method" screen.
At that point I exited KODI and logged into Netflix on the Pi4 using Firefox with the username/password. Logging completed normally although, of course, I couldn't play any content. I logged out of Netflix.
I then emptied the directory I used to generate the Authentication-key on the Pi4 in an attempt to start over.
I copied again the cookies.sqlite file from Firefox and ran the python script. This time a run-time error occurred:
python3 NFAuthenticationKey.py
Traceback (most recent call last):
File "/home/jack/test/NFAuthenticationKey.py", line 124, in
nf_gen_key(pin = 1234)
File "/home/jack/test/NFAuthenticationKey.py", line 119, in nf_gen_key
_prepare_authentication_key_data(data)
File "/home/jack/test/NFAuthenticationKey.py", line 56, in _prepare_authentication_key_data
result_data['cookies'].append(convert_chrome_cookie(cookie))
File "/home/jack/test/NFAuthenticationKey.py", line 29, in convert_chrome_cookie
'name': cookie['name'],
KeyError: 'name'
Any thoughts on next steps I can take to successfully login to Netflix using the CastagnaIT plugin on KODI?
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
-
I have used the CastagnaIT plugin for at least 2 years to login to Netflix on KODI running on a Pi4 using the same username/password that is still working using Windows (never concurently). Login on KODI 19.4 was transparent after the plugin was initialized. Two days ago the username/password screen appeared after selecting the Netflix add-on. The credential combo no longer worked even though it continued to work on a Windows computer. I followed the recipe at: https://github.com/CastagnaIT/plugin.video.netflix/wiki/Login-with-Authentication-key without incident and the script, using the cookies.sqlite file in the Firefox user profile directory, generated a key . I then followed the login choice of using a key, selected the key file as requested and entered the original Netflix password when prompted. The login was still rejected and took me back to the "choose a login method" screen.
At that point I exited KODI and logged into Netflix on the Pi4 using Firefox with the username/password. Logging completed normally although, of course, I couldn't play any content. I logged out of Netflix.
I then emptied the directory I used to generate the Authentication-key on the Pi4 in an attempt to start over.
I copied again the cookies.sqlite file from Firefox and ran the python script. This time a run-time error occurred:
python3 NFAuthenticationKey.py
Traceback (most recent call last):
File "/home/jack/test/NFAuthenticationKey.py", line 124, in
nf_gen_key(pin = 1234)
File "/home/jack/test/NFAuthenticationKey.py", line 119, in nf_gen_key
_prepare_authentication_key_data(data)
File "/home/jack/test/NFAuthenticationKey.py", line 56, in _prepare_authentication_key_data
result_data['cookies'].append(convert_chrome_cookie(cookie))
File "/home/jack/test/NFAuthenticationKey.py", line 29, in convert_chrome_cookie
'name': cookie['name'],
KeyError: 'name'
Any thoughts on next steps I can take to successfully login to Netflix using the CastagnaIT plugin on KODI?
Beta Was this translation helpful? Give feedback.
All reactions