Good evening,
I tried it. I got this error message, which I don't know what to do with:
What does this mean?Code:heiko@Worf:~$ pywidevine license -t STREAMING '/media/heiko/Win10 (1)/Users/Heiko/env/WVD/unknown_android_sdk_built_for_x86_16.0.0_1be7dff4_8162_l3.wvd' AAAAMnBzc2gAAAAA7e+LqXnWSs6jyCfc1R0h7QAAABISEEqc4rDpOkeSvDD4C5/FaGI= https://disney.playback.edge.bamgrid.com/widevine/v1/obtain-license INFO:root:pywidevine version 1.8.0 Copyright (c) 2022-2024 rlaphoenix INFO:root:https://github.com/devine-dl/pywidevine INFO:license:[+] Loaded Device (8162 L3) INFO:license:[+] Loaded CDM INFO:license:[+] Opened CDM Session: be57d225ded6b3a7e8761646f2703d49 INFO:license:[+] Created License Request Message (Challenge) ERROR:license:[-] Failed to send challenge: [401] { "errors": [ { "code": "access-token.invalid", "description": "auth.missing" } ] } heiko@Worf:~$
Best regards
Heiko
+ Reply to Thread
Results 571 to 600 of 609
-
-
I don't know. I cannot see what you are doing from my house.
[edit] If you've read Temple of Doom you'll know that headers are sometimes needed as they carry extra bits of information for the licence server. You cannot use pywidevine like this where some access token needs to be sent in the the headers.
There is a simple l3.py that uses pywidevine module in the first post . Use that with a headers.py created by you as described in post 1.
Or better use AllHell3gui.py.
If you take the time to study post #1 ALL answers are there!!
.[/edit]Last edited by A_n_g_e_l_a; 6th Oct 2024 at 04:57.
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
Hello.
Well, I entered the command exactly as it says in the instructions.
But if my WKS-KEYS l3.py doesn't work, then that's where the error must be.
How can I repair pywidevine/completely reinstall it?
I've already downloaded and unpacked the WKS-KEYS_L3_correction.zip from your instructions. I only kept l1.py and my modified headers.py.
My script
Code:python3 '/home/heiko/Downloads/WKS-KEYS/l3.py'
Or do I have to rework my headers.py?
Best regards
Heiko -
Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
https://files.videohelp.com/u/301890/hellyes6.zip -
OK, if I read #1, then I don't need to create a new wvd, right?
I'll start with decryption. But that's already running into errors.
Best regards
Heiko -
Hello,
Last year or the year before last I had problems with WKS-KEYS l3.py.
I then wrote something here in the forum and got help.
I can't find the post anymore.
I think it was a post from Angela to which I replied. Something happened with env.
Is it possible that the whole post was deleted?
Best regards
Heiko -
Was it maybe this thread?
https://forum.videohelp.com/threads/414271-WKS-KEYS-Windows-10 -
Good evening.
I have now installed the WKS-KEYS l3.py under a freshly installed Ubuntu 22.04 (VirtualBox).
Created a WVD folder and also created a .wvd file.
If I now start the l3.py I get these errors:
Code:heiko2@Worf2:~$ python3 '/home/heiko2/Downloads/WKS-KEYS/l3.py' Traceback (most recent call last): File "/home/heiko2/Downloads/WKS-KEYS/l3.py", line 9, in <module> from pywidevine.L3.cdm import cdm, deviceconfig File "/home/heiko2/Downloads/WKS-KEYS/pywidevine/L3/cdm/cdm.py", line 13, in <module> from Cryptodome.Random import get_random_bytes ModuleNotFoundError: No module named 'Cryptodome' heiko2@Worf2:~$ heiko2@Worf2:~$ pip install Cryptodome Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement Cryptodome (from versions: none) ERROR: No matching distribution found for Cryptodome heiko2@Worf2:~$ pip install cryptodomex Defaulting to user installation because normal site-packages is not writeable ERROR: Could not find a version that satisfies the requirement cryptodomex (from versions: none) ERROR: No matching distribution found for cryptodomex heiko2@Worf2:~$
Can someone please help me again?
Thank you very much.
Best regards
Heiko -
Hi.
Thanks, it worked.
But I still keep getting error messages.
Can someone write me PSSH, License URL and headers.py so I can compare?
Video: https://www.joyn.de/play/serien/promi-big-brother/2024-5-tag-5-der-tanz-mit-dem-teufel
Best regards
Heiko -
Good evening.
Does anyone have some data for me? I would like to check my new WK-KEYS (virt. Ubuntu 22.04) with the correct data.
I'm afraid my WKS isn't working.
Thank you very much.
Best regards
Heiko -
Why are you using again WKS-KEYS...?
You have now other tools like Widevine L3 Guessor to get keys for many sites .
[Attachment 82939 - Click to enlarge]
Anyway WKS-KEYS works
[Attachment 82940 - Click to enlarge]
My "headers.py'
[Attachment 82941 - Click to enlarge]
your keys
Code:--key 58a095b8ce29fcbd57de21fef5c41c0c:bcad4233d7907f31636f75f835b003c4 --key 6a27095181195fa1a7b4b73564e22843:1c5a5beffaee4d1f14d1d526d380c5bd --key 001e002e904956d4aa46d7623dc3cd22:a7755a921f34e626e62436721e67449a --key 98fcae3ba25e5209939e7c54dfc1a01a:4c96adb22256aaecbd66157224c861ae
-
Hi.
Thank you for the answer.
I'm trying out Guesser right now. Complicated instructions:
https://forum.videohelp.com/threads/414140-%5BRelease%5D-Widevine-L3-Guesser-Extension...-Chrome-All-OS
I created an AVD in Android Studio.
I was able to start it.
But I can't get past step 7:
https://github.com/FoxRefire/wvg/wiki/How-to-dump-CDM-key-pair-from-AVD
The commands in the terminal, does that mean Linux or AVD terminal?
Under Linux I get an error message:
Code:heiko@Worf:~/test$ adb root Der Befehl 'adb' wurde nicht gefunden, kann aber installiert werden mit: sudo apt install adb heiko@Worf:~/test$
Heiko
PS: Linux-TerminalLast edited by Data2006; 19th Oct 2024 at 14:59. Reason: Error
-
Hi.
Something always goes wrong. I'm stuck on step 7:
https://github.com/FoxRefire/wvg/wiki/How-to-dump-CDM-key-pair-from-AVD
I started AVD. In the Linux terminal I get this error:
Code:heiko@Worf:~$ cd Downloads heiko@Worf:~/Downloads$ adb root adbd is already running as root heiko@Worf:~/Downloads$ adb push frida-server /data/local/tmp adb: error: failed to copy 'frida-server' to '/data/local/tmp/frida-server': remote couldn't create file: Is a directory frida-server: 1 file pushed, 0 skipped. 360.9 MB/s (113474744 bytes in 0.300s) heiko@Worf:~/Downloads$
Thank you very much.
Best regards
Heiko -
I'm sorry., sorry, sorry...
I created a new AVD. The error no longer occurred.
But there was an new error in keydive.py:
Code:heiko@Worf:~/Downloads$ python3 keydive.py -aw Traceback (most recent call last): File "/home/heiko/Downloads/keydive.py", line 6, in <module> import coloredlogs ModuleNotFoundError: No module named 'coloredlogs' heiko@Worf:~/Downloads$
Heiko -
I'm sorry., sorry, sorry...
I created a new AVD. The error no longer occurred.
But there was an new error in keydive.py:
Code:heiko@Worf:~/Downloads$ python3 keydive.py -aw Traceback (most recent call last): File "/home/heiko/Downloads/keydive.py", line 6, in <module> import coloredlogs ModuleNotFoundError: No module named 'coloredlogs' heiko@Worf:~/Downloads$
Heiko -
Hi.
I don't want to mess up my Ubuntu, so I'm testing this in a virtual Ubuntu 22.04 (VirtualBox).
Now I get this error:
Code:heiko2@Worf2:~$ python3 Downloads/keydive.py -aw Traceback (most recent call last): File "/home/heiko2/Downloads/keydive.py", line 9, in <module> import extractor File "/home/heiko2/.local/lib/python3.10/site-packages/extractor.py", line 103 """ TabError: inconsistent use of tabs and spaces in indentation heiko2@Worf2:~$
The link in the instructions didn't work. At least I didn't see any keydive.py available for download. I found keydive.py via Google.
Or is there a requirements.txt for keydive.py?
Best regards
Heiko -
My headers.py looks completely different. I think that's how it was explained to me here in the forum:
Code:import requests headers = { 'Authorization': 'Bearer eyJ6aXAiOiJERUYiLCJraWQiOiJ0Vy10M2ZQUTJEN2Q0YlBWTU1rSkd4dkJlZ0ZXQkdXek5KcFFtOGRJMWYwIiwiY3R5IjoiSldUIiwiZW5jIjoiQzIwUCIsImFsZyI6ImRpciJ9..YwI30-w22OOKTXrg.vcyVFLvklYqPUynkdo77xjOao9amsclEf9DVX-NvaxgKspC1qTuey9CRvHoyjvOEYu3JEkKNvuixXiaDW954VuH5FXA6i1_QFPXm4UFrNiyZ8aOsp08Wv37zZI1CNtKBz-n0qfCFfeU68JzR45qvkSP2NZrgiV8Xkb-jLekYE1DJAwvVCQhw4-bDbUrvfupH_DZRPU6KUhfjuS-q3FsVNMTbwYjstruVK5tuL19bQBvQJWhvS5XjGyKI4EI6B17yd7BRwS_vsy_qGZpUKfLb9pcbP9Rnlakh3X50ZFo2IFpH-2fPjOMu9blswd-QsqZkVt45ZX-HSvvZEMVJDDYno3DrDpdC0Z…4mFZtI4wv2adzGfuswuJre0qj77hSctKFhPUIRs_62qzFr7mhHitbfzehST-UpkHCjKu2xDf_CXDEuPVVUYxDpKxPgG8jXx_lvKpPq902BluUmTS8ns7XL6ADeYTpIv2A8ql00SkyBQ18C7h_iUS16MLHRGCM_OWXGMHGlkiasnn-jshZ1dcZXWlHLm-WV3O0S-hkq1I2xGBiZKMFgA_NnH3A28jMww6-4K0-jIWOlo1asXGeyCPY8pG9PPWCBdgLyc5ihkmDBAmLFsL4IjifDPeD6cWhwlfR-iJnpbAgm_Vzm3LTSLX2DctmTemvLo7xFVZi6y2LXQx-G4bZu-wYkLgMNm-zLWwrP-s9ayrLX5bIOESxEU5xabk1GCgbVrXfdnchKMBb0ltc7PPwG7dVnukV744ZxNNKnPIl6r2gQUDT6Yt6eSnS97_GjRvitAGHnRF7CHrAGMlYO-yac7wZk9-nFUP-fmx8bjIPfuY.lz1FG7VB7U4IYOiqCPo0Aw', }
Many thanks.
Best regards
Heiko -
Good evening,
can anyone help me here?
The Python script seems to be formatted "incorrectly". How can I fix this?
https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom/page20#post2754606 and
https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom/page20#post2754610
Best regards
Heiko -
Quick question. Could it be because I'm calling keydive.py with python3?
Best regars
Heiko -
Maybe try dumping later. In the mean time, you can use one of these ready to use CDMs from HERE.
Download WVG folder from HERE, put the cdm inside that folder.
Put the folder somewhere you wouldnt accidentally delete or move.
Open chrome, navigate to extensions. Turn on developer mode.
Drag and drop the WVG folder with the cdm inside, onto the extension page.
[Attachment 83062 - Click to enlarge]
Restart chrome and you should be good to go.
P.S. Im on windows so the process may vary slightly on UBUNTU. -
Install ADB. Set it in your PATH.
Download the latest keydive folder, create a venv within it, activate venv and runCode:pip install keydive
Last edited by Karn; 23rd Oct 2024 at 19:27.
-
-
-
Hello, please read this carefully. I have a keydive.py. Maybe the wrong version?!
(see https://forum.videohelp.com/threads/404994-Decryption-and-the-Temple-of-Doom/page20#post2754606)
Best regards
Heiko
Similar Threads
-
widevine decryption help
By birbal1 in forum Video Streaming DownloadingReplies: 2Last Post: 5th Dec 2021, 10:11 -
Help with video download and decryption
By herschel in forum Video Streaming DownloadingReplies: 4Last Post: 26th Jul 2021, 04:31 -
How do I get the decryption key
By Bakekalu in forum Video Streaming DownloadingReplies: 6Last Post: 5th Jul 2021, 01:25 -
Cloudfront video download, decryption?
By Md_95 in forum Newbie / General discussionsReplies: 7Last Post: 5th Apr 2020, 07:53 -
Question about decryption of .m2ts files
By mwalimu in forum Blu-ray RippingReplies: 8Last Post: 23rd Jun 2019, 14:47