medvm/widevine_keys

Still working?

Opened this issue · 0 comments

C0ldF commented

Just download and installed all the requirements, but when try run with "" python l3.py "" appears this error:

G:\Download\Compressed\widevine_keys-main>py l3.py
Traceback (most recent call last):
File "G:\Download\Compressed\widevine_keys-main\l3.py", line 11, in
from cdm import cdm, deviceconfig
File "G:\Download\Compressed\widevine_keys-main\cdm\cdm.py", line 10, in
from cdm.formats import wv_proto2_pb2 as wv_proto2
File "G:\Download\Compressed\widevine_keys-main\cdm\formats\wv_proto2_pb2.py", line 20, in
_LICENSETYPE = DESCRIPTOR.enum_types_by_name['LicenseType']
AttributeError: 'NoneType' object has no attribute 'enum_types_by_name'