Skip to content

Instantly share code, notes, and snippets.

@xd003
Created October 15, 2022 08:06
Show Gist options
  • Save xd003/fe756fe3d457ed95722c241595e6cb7a to your computer and use it in GitHub Desktop.
Save xd003/fe756fe3d457ed95722c241595e6cb7a to your computer and use it in GitHub Desktop.
Traceback (most recent call last):
File "D:\wks\l3.py", line 25, in <module>
correct, keys = WV_Function(pssh, lic_url)
File "D:\wks\l3.py", line 19, in WV_Function
widevine_license = requests.post(url=lic_url, data=wvdecrypt.get_challenge(), headers=headers.headers)
AttributeError: module 'headers' has no attribute 'headers'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment