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
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init_.py", line 397, in chrome
return Chrome(cookie_file).load()
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init_.py", line 87, in load
for cookie in self.get_cookies():
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init_.py", line 149, in get_cookies
value = self.decrypt(item[5], item[6], key=key)
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init.py", line 183, in _decrypt
return win32crypt.CryptUnprotectData(encrypted_value, None, None, None, 0)[1].decode("utf-8")
pywintypes.error: (87, 'CryptProtectData', 'The data is invalid')
The text was updated successfully, but these errors were encountered:
That one claims to fix the issue, but I have not tested it. I grabbed another fork. I honestly am probably going to test that one as it is a little more active. You cannot go wrong with testing
Traceback (most recent call last):
File "", line 1, in
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init_.py", line 397, in chrome
return Chrome(cookie_file).load()
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init_.py", line 87, in load
for cookie in self.get_cookies():
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init_.py", line 149, in get_cookies
value = self.decrypt(item[5], item[6], key=key)
File "C:\Users\cjxhs\Anaconda3\lib\site-packages\browsercookie_init.py", line 183, in _decrypt
return win32crypt.CryptUnprotectData(encrypted_value, None, None, None, 0)[1].decode("utf-8")
pywintypes.error: (87, 'CryptProtectData', 'The data is invalid')
The text was updated successfully, but these errors were encountered: