-
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
Got user is not authenticated while execute leetcode-try #104
Comments
You need to install my-cookies and make sure Emacs inherit PATH variable, so that Emacs can find You also need to login |
I'm having this issue as well. I use Arch Linux, and installed |
I solve the problem by login the leetcode.com from the brave web browser. Maybe you can try it. |
Thanks @BWbwchen, I just installed the |
|
Huh, am logged in in Chrome, Firefox and Brave, and running my_cookies on CLI shows the token. The top of the debug log shows
but the redacted tokens look good. Was working yesterday. |
Same problem. I use firefox
I re logged in several time in firefox. Seems like an issue with my_cookies's functionality in combo with firefox. UpdateI installed brave and logged into leetcode on there but the output of |
I'm on arch linux. I've got my_cookies to return the LEETCODE_SESSION and csrftoken, but when i tried to submit it still says You probably will get this error when you try to run browser_cookie on arch. I added a None to the function call, and it worked.
|
Is there a way I can set cookie manually ? |
For this to work I needed to run FF in a new fresh profile without any extensions. I think the privacy extensions may have interfered with the way leetcode.el interacts with the browser. |
macOS ARM, brave browser works thanks ( |
Had similar issue, caused by a Chrome update changing the API, breaking browser_cookie3.chrome. Solved by updating to development version of browser_cookie3: see https://stackoverflow.com/a/79134135/12305582 |
I got 'use is not authenticated' when I try to execute my code. Below is the output message:
Could anyone kindly help me? Thx.
The text was updated successfully, but these errors were encountered: