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
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: