May the code be with 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 through the previous issues and their problem was fixed because they had expired cookies but I tried resetting the cookies and it's still not working. - My leetcode.toml: ``` [code] editor = 'vim' lang = 'cpp' comment_problem_desc = true # comment syntax comment_leading = "//" test = true inject_before = ["#include<bits/stdc++.h>", "using namespace std;"] inject_after = ["int main() {\n Solution solution;\n\n}"] [cookies] csrf = 'aslkalskfjlasksjflaskjflaskjflaskjflasjlfkjas' session = 'laksflkasjflkasjfl.alsflaskfjlaskflashflashflasjhflasjfhlajfhlasjfhlasjfhlasfhlasf.laskjflasjflasjf' [storage] cache = 'Problems' code = 'code' root = '~/.leetcode' scripts = 'scripts' ```
This issue appears to be discussing a feature request or bug report related to the repository. Based on the content, it seems to be still under discussion. The issue was opened by MostlyKIGuess and has received 5 comments.