browsercookie icon indicating copy to clipboard operation
browsercookie copied to clipboard

what's the matter?

Open OnlyStudyCanMakeMeHappy opened this issue 5 years ago • 3 comments

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

OnlyStudyCanMakeMeHappy avatar Oct 15 '20 01:10 OnlyStudyCanMakeMeHappy

There is a branch that fixes this; Issue is with a change in the encryption with chrome 80+.

moneyblind avatar Oct 15 '20 02:10 moneyblind

There is a branch that fixes this; Issue is with a change in the encryption with chrome Is borisbabic/browser_cookie3?

OnlyStudyCanMakeMeHappy avatar Oct 15 '20 03:10 OnlyStudyCanMakeMeHappy

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

moneyblind avatar Oct 15 '20 17:10 moneyblind