-
-
Notifications
You must be signed in to change notification settings - Fork 406
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
Not able to login to leetcode from plugin #672
Comments
I'm running into the exact same issue just now. |
Same here not able to login. |
I followed this link and I was able to login. |
@rajvanshipradeep15 - I never got the popup to enter the cookie information as shown in the screenshot. All I get is the "Failed to send request" in the console. |
+1 |
1 similar comment
+1 |
@selva-krishnan @tech1savvy @akhilss99 This is a new issue, please refer to #697 |
Describe the bug
Unable to login to leetcode
To Reproduce
Steps to reproduce the behavior:
java.lang.Throwable: Request userStatus failed, status:403
at com.intellij.openapi.diagnostic.Logger.error(Logger.java:202)
at com.shuzijun.leetcode.plugin.manager.QuestionManager.getUser(QuestionManager.java:315)
at com.shuzijun.leetcode.plugin.window.NavigatorTabsPanel.getUser(NavigatorTabsPanel.java:176)
at com.shuzijun.leetcode.plugin.window.NavigatorTabsPanel.lambda$new$0(NavigatorTabsPanel.java:103)
at com.intellij.openapi.application.impl.ApplicationImpl$1.run(ApplicationImpl.java:246)
at java.base/java.util.concurrent.Executors$RunnableAdapter.call(Executors.java:539)
at java.base/java.util.concurrent.FutureTask.run(FutureTask.java:264)
at java.base/java.util.concurrent.ThreadPoolExecutor.runWorker(ThreadPoolExecutor.java:1136)
at java.base/java.util.concurrent.ThreadPoolExecutor$Worker.run(ThreadPoolExecutor.java:635)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:702)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1$1.run(Executors.java:699)
at java.base/java.security.AccessController.doPrivileged(AccessController.java:399)
at java.base/java.util.concurrent.Executors$PrivilegedThreadFactory$1.run(Executors.java:699)
at java.base/java.lang.Thread.run(Thread.java:833)
Software versions(Help -> About)
The text was updated successfully, but these errors were encountered: