We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Hello, please can you point me in the right direction to fix this issue? Two Python instances installed on my Windows PC: python36 and python39.
Thank you!
[info] Attempting Widevine challenge... [info] Getting Keys... Traceback (most recent call last): File "C:\Users\Desktop\NARROWVINE-REBORN\narrowvine-reborn-master\narrowvine_reborn.py", line 235, in <module> KEYS = do_decrypt(licurl=licurl, kid=get_kid(),headers=headers) File "C:\Users\Desktop\NARROWVINE-REBORN\narrowvine-reborn-master\narrowvine_reborn.py", line 162, in do_decrypt wvdecrypt = WvDecrypt(pssh) File "C:\Users\xxxx\AppData\Local\Programs\Python\Python39\lib\pywidevine\decrypt\wvdecrypt.py", line 19, in __init__ self.logger.debug(self.log_message("wvdecrypt object created")) File "C:\Users\xxxx\AppData\Local\Programs\Python\Python39\lib\pywidevine\decrypt\wvdecrypt.py", line 47, in log_message return "{}_{} : {}".format(self.config.tracktype, self.config.trackno, msg) AttributeError: 'str' object has no attribute 'tracktype'
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Hello, please can you point me in the right direction to fix this issue?
Two Python instances installed on my Windows PC: python36 and python39.
Thank you!
The text was updated successfully, but these errors were encountered: