-
Notifications
You must be signed in to change notification settings - Fork 48
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
cannot update problem list #74
Comments
Are you on the latest commit on your mac? |
Yes, I just checked and confirmed that I'm on the latest commit 05d415. |
Can you use a new cookie and confirm that this cookie contains |
I have just confirmed that all three tokens - cf_clearance, LEETCODE_SESSION, and csrftoken are present in the session. |
That's right, I had previously tried copying the Chrome session from Linux to MacOS, but it still didn't work properly. However, I'm confident that the session worked fine with LeetCode.nvim on Linux. |
Can you try changing With |
The problem persists even after switching to the macOS branch (commit 9a639). |
When copying the LeetCode session from Chrome to LeetCode.nvim, I can momentarily see "Login successful" but it then prompts that the session has expired, even though it displays my LeetCode username in the background. Do you need me to provide any logs? I can assist in obtaining them. |
You can pass |
can you check if latest commit changed anything? |
I just pulled the latest commit and got this error: Enable JavaScript and cookies to continue |
Does this issue still persists? Supposedly leetcode has fixed this |
Unfortunately, that doesn't seem to be the case. The problem persists from what I can tell. |
I'm having the same issue. Tried macos branch as well. @ivan-shih have you found a fix? |
I haven't found a direct fix for the issue yet. Instead, I'm currently running leetcode.nvim using Docker in a Linux environment, which has been working for me. |
After inputting the cookie, LeetCode.nvim always displays "session expired" and prompts me to input a new cookie to continue using it.
Strangely, I can see LeetCode.nvim displaying my LeetCode login username, indicating that I have successfully logged in, but it still keeps prompting me to update the cookie.
However, this issue occurs only on my MacPro. When I use Ubuntu, everything works fine.
The text was updated successfully, but these errors were encountered: