-
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
leetcode login problem #92
Comments
I can see You need to make sure you've logged in |
I was encountered the same problem, here is what I did:
你的 Session 没东西,说明 emacs 没拿到 cookie 里的东西。你要检查一下浏览器的设置以及你是不是登录了 leetcode. 我之前为了隐私安全禁止了跨三方 cookie 的使用和保存所以在终端执行 my_cookies 总是拿不到值。 |
my_cookies was not installed by the package for me. Simply installing my_cookies via pip solved this problem for me. |
Hi, first of all thanks for your great package.
Recently leetcode seems has changed its login mechanism.
When try to execute
leetcode-try
orleetcode-submit
, the error message belowIs there any way to fix or workaround this issue? Thank you.
The text was updated successfully, but these errors were encountered: