You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Input MPD URL: my url enter
License URL: my url enter
PSSH obtained.
my PSSH enter
unable to parse, unsupported init data format
unable to parse init data
session ID does not exist
Traceback (most recent call last):
File "/home/user/Music/widevine_keys/l3.py", line 130, in<module>
correct, keys = WV_Function(pssh, lic_url)
File "/home/user/Music/widevine_keys/l3.py", line 41, in WV_Function
request = b64encode(raw_request)
File "/usr/lib/python3.10/base64.py", line 58, in b64encode
encoded = binascii.b2a_base64(s, newline=False)
TypeError: a bytes-like object is required, not 'int'
The text was updated successfully, but these errors were encountered:
probably the server replied with some int error code
print(response) before base64 encoding it, also you can set a breakpoint and check variables state in the main scope.
Help me please. What is the reason for the error?
The text was updated successfully, but these errors were encountered: