-
Notifications
You must be signed in to change notification settings - Fork 79
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
Unable to login, CSRF verification failed #93
Comments
I'm having the same issue, 499 status code, CSRF verification failed. Perhaps Leetcode changed something? |
I tested it with Doom Emacs on mac, using Chrome, and it works fine... |
i am using Firefox, maybe that's why... once i get home i will try using chromium, if that doesn't work either i'll try using another distro |
I'm having this problem as well. I use Arch Linux, and have logged in to leetcode web interface in both |
Same here. I can see leetcode session from my_cookies command but 499 returned. |
I have the same, and I believe that token that |
I've debugged this issue today, and finally found That was weird because So I changed locale via |
I can't seem to send code to Leetcode from Emacs, every time I try using
leetcode-try
, I get an error with status code 499, and a HTML doc saying the CSRF verification failed, and that I need to enable cookies on my browser. The part with the status code is:Weird thing is, I checked
my_cookies
was working properly and that Emacs had access to the appropriate cookies (and that I was logged in to Leetcode), so I have no idea why this could be happening.The text was updated successfully, but these errors were encountered: