-
Notifications
You must be signed in to change notification settings - Fork 57
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
standart out to long #154
Comments
this could be a problem that your session is outdated, see Cookies, or the network was currently just bad ( got invalid JSON response ) ... Ideally, we should provide more detailed errors on receiving invalid JSON responses, for example checking the status code in this kind of places https://github.com/clearloop/leetcode-cli/blob/master/src/plugins/leetcode.rs#L78 PRs are welcome ^ ^ |
Ok, but this code is valid (just a few letters less).
|
oh it's not about the code itself, but the http requests and the cookies, the code was not sent to leetcode's server correctly |
I also have the same problem. It worked well three days ago. |
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 config. JSON error: expected value at line 1 column 1, please double check your session and csrf config"
But one the website my code is working.
Minimal example that produces the error: ( on execises 26 in python3)
The text was updated successfully, but these errors were encountered: