Bbalduzz / phantomflix

Python Netflix API Metadata & Downloader for Windows and Linux
GNU Affero General Public License v3.0
39 stars 5 forks source link

Cookies dont work in msl_request() #7

Open Noqel opened 1 month ago

Noqel commented 1 month ago

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)