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

Unable getting keys #7

Open
Sei969 opened this issue Aug 27, 2021 · 0 comments
Open

Unable getting keys #7

Sei969 opened this issue Aug 27, 2021 · 0 comments

Comments

@Sei969
Copy link

Sei969 commented Aug 27, 2021

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'
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

1 participant