VideoHelp Forum


Try StreamFab Downloader and download from Netflix, Amazon, Youtube! Or Try DVDFab and copy Blu-rays!


Try StreamFab Downloader and download streaming video from Youtube, Netflix, Amazon! Download free trial.


+ Reply to Thread
Page 20 of 20
FirstFirst ... 10 18 19 20
Results 571 to 593 of 593
Thread
  1. Good evening,
    I tried it. I got this error message, which I don't know what to do with:
    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:~$
    What does this mean?

    Best regards
    Heiko
    Quote Quote  
  2. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by Data2006 View Post
    Good evening,
    I tried it. I got this error message, which I don't know what to do with:
    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:~$
    What does this mean?

    Best regards
    Heiko
    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
    Quote Quote  
  3. 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'
    seems to be working again. I can enter PSSH and License URL. But then an error message appears again.
    Or do I have to rework my headers.py?

    Best regards
    Heiko
    Quote Quote  
  4. Or is it again due to protobuf?
    Quote Quote  
  5. Member
    Join Date
    Feb 2022
    Location
    Search the forum first!
    Search PM
    Originally Posted by Data2006 View Post
    Or is it again due to protobuf?
    We are having a conversation but neither of us is understanding the other. I cannot help further, other than referring you to my post a #1.
    Noob Starter Pack. Just download every Widevine mpd! Not kidding!.
    https://files.videohelp.com/u/301890/hellyes6.zip
    Quote Quote  
  6. 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
    Quote Quote  
  7. 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
    Quote Quote  
  8. Originally Posted by Data2006 View Post
    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
    Quote Quote  
  9. Thank you.
    But no, I meant another post.

    Best regards
    Heiko
    Quote Quote  
  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:~$
    This sounds familiar, but I don't know the solution anymore.

    Can someone please help me again?

    Thank you very much.

    Best regards
    Heiko
    Quote Quote  
  11. Does nobody have a solution?
    Quote Quote  
  12. Originally Posted by Data2006 View Post
    Does nobody have a solution?
    Code:
    pip install pycryptodomex
    Quote Quote  
  13. 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
    Quote Quote  
  14. 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
    Quote Quote  
  15. Why are you using again WKS-KEYS...?

    You have now other tools like Widevine L3 Guessor to get keys for many sites .

    Image
    [Attachment 82939 - Click to enlarge]


    Anyway WKS-KEYS works

    Image
    [Attachment 82940 - Click to enlarge]


    My "headers.py'

    Image
    [Attachment 82941 - Click to enlarge]


    your keys

    Code:
    --key 58a095b8ce29fcbd57de21fef5c41c0c:bcad4233d7907f31636f75f835b003c4
    --key 6a27095181195fa1a7b4b73564e22843:1c5a5beffaee4d1f14d1d526d380c5bd
    --key 001e002e904956d4aa46d7623dc3cd22:a7755a921f34e626e62436721e67449a
    --key 98fcae3ba25e5209939e7c54dfc1a01a:4c96adb22256aaecbd66157224c861ae
    Quote Quote  
  16. 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$
    Best regarrds
    Heiko


    PS: Linux-Terminal
    Last edited by Data2006; 19th Oct 2024 at 14:59. Reason: Error
    Quote Quote  
  17. 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$
    Does anyone know this error and can please help me? I can't figure it out anymore.

    Thank you very much.

    Best regards
    Heiko
    Quote Quote  
  18. 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$
    Best regards
    Heiko
    Quote Quote  
  19. 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$
    Best regards
    Heiko
    Quote Quote  
  20. Hi

    Try

    pip install coloredlogs

    That should install the module.
    Quote Quote  
  21. 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:~$
    Is it possible that I have an old keydive.py?
    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
    Quote Quote  
  22. Originally Posted by cedric8528 View Post
    Why are you using again WKS-KEYS...?

    You have now other tools like Widevine L3 Guessor to get keys for many sites .

    Image
    [Attachment 82939 - Click to enlarge]


    Anyway WKS-KEYS works

    Image
    [Attachment 82940 - Click to enlarge]


    My "headers.py'

    Image
    [Attachment 82941 - Click to enlarge]


    your keys

    Code:
    --key 58a095b8ce29fcbd57de21fef5c41c0c:bcad4233d7907f31636f75f835b003c4
    --key 6a27095181195fa1a7b4b73564e22843:1c5a5beffaee4d1f14d1d526d380c5bd
    --key 001e002e904956d4aa46d7623dc3cd22:a7755a921f34e626e62436721e67449a
    --key 98fcae3ba25e5209939e7c54dfc1a01a:4c96adb22256aaecbd66157224c861ae


    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',
    }
    Could you send me your headers.py? Even though I'm working on Guesser now, I still don't want to try the WKS l3.py

    Many thanks.

    Best regards
    Heiko
    Quote Quote  



Similar Threads

Visit our sponsor! Try DVDFab and backup Blu-rays!