ThatNotEasy / Widevine-KSKEY

This script is a tool designed to obtain Widevine keys from Media Presentation Description (MPD) URLs. It leverages the Widevine DRM (Digital Rights Management) system to retrieve the necessary keys for protected content playback.
50 stars 21 forks source link

Netflix- Email or password is incorrect #8

Closed ApeDevOne closed 4 weeks ago

ApeDevOne commented 4 weeks ago

An error occurred: Email or password is incorrect. Traceback (most recent call last): File "K:\Ripping\Widevine-KSKEY\main.py", line 151, in main() File "K:\Ripping\Widevine-KSKEY\main.py", line 30, in main handle_netflix(args) File "K:\Ripping\Widevine-KSKEY\main.py", line 38, in handle_netflix asyncio.run(download_netflix(args.content_id, 'output')) File "C:\Users\Paul\AppData\Local\Programs\Python\Python39\lib\asyncio\runners.py", line 44, in run return loop.run_until_complete(main) File "C:\Users\Paul\AppData\Local\Programs\Python\Python39\lib\asyncio\base_events.py", line 642, in run_until_complete return future.result() File "K:\Ripping\Widevine-KSKEY\services\netflix.py", line 1035, in download_netflix await viewables[0].download() File "K:\Ripping\Widevine-KSKEY\services\netflix.py", line 302, in download playlist = Parse(self.client.msl.load_playlist(self.vid), self.client) File "K:\Ripping\Widevine-KSKEY\services\netflix.py", line 765, in load_playlist raise LoginError(manifest.get("error", {}).get("display", error)) modules.errors.LoginError: Email or password is incorrect.

ApeDevOne commented 4 weeks ago

Is MSL still broken?

ThatNotEasy commented 4 weeks ago

yes, still construct.