leetcode-cli
leetcode-cli copied to clipboard
May the code be with you π»
## Summary - [ ] more details for `run_code`
So i was debugging code with long print calls. And then i got " JSON error: expected value at line 1 column 1, please double check your session and csrf...
`leetcode e 3123` prompted NotFound, you may update cache, and try it again "leetcode data -u" prompted error: NOT NULL constraint failed: problems.percent, please try again Please help. Thank you...
Error: ``` β― leetcode data -u [INFO leetcode_cli::cache] Fetching leetcode problems... error: error decoding response body: expected value at line 1 column 1, please try again ``` - I read...
``` ~ β· RUST_BACKTRACE=1 leetcode data -d -u ok! [INFO leetcode_cli::cache] Fetching leetcode problems... error: error decoding response body: expected value at line 1 column 1, please try again ```...
The tool is awesome minimal and does what's needed to be. i just have a request to make it accept `--config` flag to accept different config. as then i can...
hey ive just installed the leetcode_cli ad it compiled sucessfully but when i do `leetcode d` to enter my cache it returns this ``` sh [INFO leetcode_cli::config] Generate root dir...
Cookies can now be overridden using LEETCODE_CSRF, LEETCODE_SESSION, and LEETCODE_SITE environment variables when loading configuration. I think someone might want to split their cookies from `leetcode.toml` and keep other configurations...

So i have the latest csrf and lession configured to leetcode.toml, and I was running automated submission to leetcode using "leetcode exec $qid", for after about 30 mins, all my...