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
Netflix has added reCAPTCHA to the login page. Normal login requests which do not specify the reCAPTCHA token fail with an error: Looks like you have disabled JavaScript. Please enable JavaScript to restore full page functionality.
With the fix to issue #20 so the errors are actually displayed. Without the fix to #20, the Cannot read property 'data' of undefined error occurs.
Manually reproducible with REST client (replace credentials). POST https://www.netflix.com/login
Headers: Content-Type: application/x-www-form-urlencoded
Body: authURL=1602031038160.7HDcdjZ9oafiUcJk%2BSiqxFd%2ByCM%3D&countryCode=%2B1&action=loginAction&mode=login&flow=websiteSignUp&nextPage=&countryIsoCode=US&userLoginId=netflixuser%40email.com&password=secret
The text was updated successfully, but these errors were encountered:
LBBO
linked a pull request
Feb 17, 2021
that will
close
this issue
Netflix has added reCAPTCHA to the login page. Normal login requests which do not specify the reCAPTCHA token fail with an error:
Looks like you have disabled JavaScript. Please enable JavaScript to restore full page functionality.
With the fix to issue #20 so the errors are actually displayed. Without the fix to #20, the
Cannot read property 'data' of undefined
error occurs.Manually reproducible with REST client (replace credentials).
POST https://www.netflix.com/login
Headers:
Content-Type: application/x-www-form-urlencoded
Body:
authURL=1602031038160.7HDcdjZ9oafiUcJk%2BSiqxFd%2ByCM%3D&countryCode=%2B1&action=loginAction&mode=login&flow=websiteSignUp&nextPage=&countryIsoCode=US&userLoginId=netflixuser%40email.com&password=secret
The text was updated successfully, but these errors were encountered: