VideoHelp Forum
+ Reply to Thread
Page 20 of 20
FirstFirst ... 10 18 19 20
Results 571 to 580 of 580
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  



Similar Threads

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