Bbalduzz / phantomflix

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

LoginError #8

Open nirual81 opened 1 month ago

nirual81 commented 1 month ago

After several tries Ive got an Login Error: [....] \phantomflix-main\phantomflix\netflix.py", line 717, in load_playlist raise LoginError(manifest.get("error", {}).get("display", error)) phantomflix.errors.LoginError: Email or password is incorrect.

Did Netflix change something on their login system? Because Ive verified my login credentials several times and with the same, I can still login but somehow it would not work.

[EDIT] Ive found the Issue about the restriction to 540p. But even with lower resolutions it would not work.

[....] \phantomflix-main\phantomflix\netflix.py", line 718, in load_playlist raise MSLClientError(manifest.get("error", {}).get("display", error)) phantomflix.errors.MSLClientError: User authentication cannot be handled during failover

Are there any fixes?