phantomflix icon indicating copy to clipboard operation
phantomflix copied to clipboard

Cookies dont work in msl_request()

Open Noqel opened this issue 7 months ago • 0 comments

I changed the userauthdata to header["userauthdata"] = { "scheme": "NETFLIXID", "authdata": { "netflixid": read_data('cookies.txt')['NetflixId'], "securenetflixid": read_data('cookies.txt')['SecureNetflixId'] } } But then I get the error message phantomflix.errors.LoginError: User authentication data does not match entity identity. Is there a workaround or smth? (since email_password doesnt work)

Noqel avatar Jul 18 '24 22:07 Noqel