Closed ifconfig2333 closed 2 years ago
Can you follow up with the following information:
From a cursory look it appears you're running an older version of Python that doesn't support tuple typing. Try running this in Python 3.10.4 (or later).
Google modified the decryption algorithm. can you update it?
Google modified the decryption algorithm. can you update it?
Is this related to the current issue? Please describe this in more detail. I can confirm on my end that Chrome Enum still works on the latest version of Chrome (103, as the time of writing).
[Python 3.10.6] I upgraded the python version. run successfully. Thank you
Glad it worked in the end :)
Traceback (most recent call last): File "chrome_enum.py", line 141, in
class ChromeEnumWindows:
File "chrome_enum.py", line 304, in ChromeEnumWindows
def __individual_cookies(self, database_file, key) -> tuple[tuple, list]:
TypeError: 'type' object is not subscriptable