-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Login Error #1
Comments
l'errore accade solo su ubuntu mentre in windows funziona correttamente e sempre in windows nonostante abbia impostato quality=1080 e video_profile="high" il film viene scaricato in 540p il mio file main.py: from phantomflix import NetflixClient client = NetflixClient( async def main(): |
Ciao, |
Any fix for this yet? |
quando avvio main.py mi ritorna come errore:
Starting process... [phantomflix 2023.1.4]
Traceback (most recent call last):
File "/home/simone/phantomflix-main/main.py", line 20, in
asyncio.run(main())
File "/usr/lib/python3.9/asyncio/runners.py", line 44, in run
return loop.run_until_complete(main)
File "/usr/lib/python3.9/asyncio/base_events.py", line 647, in run_until_complete
return future.result()
File "/home/simone/phantomflix-main/main.py", line 19, in main
await viewables[0].download()
File "/home/simone/phantomflix-main/phantomflix/netflix.py", line 315, in download
playlist = Parse(self.client.msl.load_playlist(self.vid), self.client)
File "/home/simone/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.
email e password inserite nel file "main.py" sono corrette
The text was updated successfully, but these errors were encountered: