Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

TypeError #77

Open
f0n1x opened this issue Jun 5, 2022 · 2 comments
Open

TypeError #77

f0n1x opened this issue Jun 5, 2022 · 2 comments

Comments

@f0n1x
Copy link

f0n1x commented Jun 5, 2022

Traceback (most recent call last):
File "/home/user/widevine_keys/l3.py", line 130, in
correct, keys = WV_Function(pssh, lic_url)
File "/home/user/widevine_keys/l3.py", line 39, in WV_Function
wvdecrypt = WvDecrypt(init_data_b64=pssh, cert_data_b64=cert_b64, device=deviceconfig.device_android_generic)
File "/home/user/widevine_keys/wvdecryptcustom.py", line 33, in init
self.session = self.cdm.open_session(check_pssh(self.init_data_b64), deviceconfig.DeviceConfig(self.device))
File "/home/user/widevine_keys/wvdecryptcustom.py", line 19, in check_pssh
pssh = base64.b64decode(pssh_b64)
File "/usr/lib64/python3.9/base64.py", line 80, in b64decode
s = _bytes_from_decode_data(s)
File "/usr/lib64/python3.9/base64.py", line 45, in _bytes_from_decode_data
raise TypeError("argument should be a bytes-like object or ASCII "
TypeError: argument should be a bytes-like object or ASCII string, not 'dict'

Got this error while attempting to derive keys for a show on BYUtv (free) for a friend. Any help would be appreciated.

@inxsq
Copy link

inxsq commented Aug 13, 2022

same problem, anyone can help about this?

@Chris230291
Copy link

Same here

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants