thewh1teagle / rookie

Load cookies from your web browsers
https://crates.io/crates/rookie
MIT License
204 stars 18 forks source link

[Bug]: RuntimeError: Invalid column type Text at index: 6, name: encrypted_value #85

Open DrDreadful5Official opened 2 weeks ago

DrDreadful5Official commented 2 weeks ago

What happened?

Whenever I try to implement the module and print out the cookies wanted, it gives me the error below along with other personal info:

RuntimeError: Invalid column type Text at index: 6, name: encrypted_value

Location: rookie-rs\src\browser\chromium.rs:279:36

This happens on any browser.

Steps to reproduce

You can use the sample code for python to test this issue. I am not sure if it doesn't work on other browsers, as I only have tested edge and chrome, but I assume that it may have the same issue.

What browsers are you seeing the problem on?

Chrome, Edge

Relevant log output

Location:
    rookie-rs\src\browser\chromium.rs:279:36
  File "C:\Users\drdre\Downloads\import rookiepy.py", line 2, in <module>
    cookies = rookiepy.chrome(["google.com"])
              ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
RuntimeError: Invalid column type Text at index: 6, name: encrypted_value

Location:
    rookie-rs\src\browser\chromium.rs:279:36