decap

Results 2 comments of decap

I have the same issue on MacOS, here's the error output when attempting 'leetcode pick 1': thread 'main' panicked at 'Error connecting to "/Users/decap/Library/Application Support/Google/Chrome/Default/Cookies"', /Users/decap/.cargo/registry/src/github.com-1ecc6299db9ec823/leetcode-cli-0.3.11/src/cache/mod.rs:17:56 note: run with `RUST_BACKTRACE=1`...

Found the issue, if you have multiple chrome profiles it stores the cookies in directories called 'Profile 1', 'Profile 2', etc. and not 'Default' ``` let p = match std::env::consts::OS...