medvm / widevine_keys

This repo created for bypassing Widevine L3 DRM and obtaining keys.
450 stars 186 forks source link

UnboundLocalError: local variable 'license_b64' referenced before assignment #88

Open mbch331 opened 1 year ago

mbch331 commented 1 year ago

I tried to get the key for a video from npostart.nl First I got an error that token couldn't be found. I copied the value from tokenID from params Then provider was missing, added a line for that too Then releasePid was missing, set that to an empty sting. This is the resulting headers.py headers.py.txt

Then I got this error:

Traceback (most recent call last):
  File "/home/remko/dev/python/widevine_keys/l3.py", line 130, in <module>
    correct, keys = WV_Function(pssh, lic_url)
  File "/home/remko/dev/python/widevine_keys/l3.py", line 125, in WV_Function
    wvdecrypt.update_license(license_b64)
UnboundLocalError: local variable 'license_b64' referenced before assignment