[Bug]: RuntimeError: decrypt_encrypted_value failed
bug
### What happened?
I always get RuntimeError: decrypt_encrypted_value failed
### Steps to reproduce
Code:
```
import os
import time
import rookiepy
os.system("taskkill /F /IM chrome.exe")
time.sleep(2)
cookies = rookiepy.chrome()
for cookie in cookies:
print(cookie)
```
### What browsers are you seeing the problem on?
Chrome
### Relevant log output
```shell
Traceback (most recent call last):
File "C:\Users\UserA\script.py", line 12, in <module>
cookies = rookiepy.chrome()
^^^^^^^^^^^^^^^^^
RuntimeError: decrypt_encrypted_value failed
Location:
rookie-rs\src\browser\chromium.rs:201:3
```
15 条评论