skygragon/leetcode-cli

https://leetcode.com/accounts/login 403问题

k2229293 opened this issue · 8 comments

所有方法都已用尽.
OS:cent os 7
npm:最新版
问题:登陆失败.
结果反馈:[ERROR] invalid password?
原因:
肯定不是我密码问题,美国区和**区的账号密码都试了.
-vv查看:
https://leetcode.com/accounts/login 403
各种方法最后总是403.

ALL way had been tried.
OS:cent os 7
nom version: the latest
problem: log in failed
response:[ERROR] invalid password?
BUT password is right, I'm sure about that.
Response of the command with -vv is "403 https://leetcode.com/accounts/login" .

same here

same here, any update?

Same here. Tried to log in using
leetcode user -l -vv
After entering the password and hitting ENTER, console shows
[ERROR] invalid password?

In the debug information I can see

[TRACE] REQUEST %s make request https://leetcode.com/accounts/login/
| Signing in leetcode.com
[TRACE] REQUEST %s onRequestResponse https://leetcode.com/accounts/login/ 200 {...}

...

[TRACE] REQUEST %s reading response's body
[TRACE] REQUEST %s finish init function https://leetcode.com/accounts/login/
[TRACE] REQUEST %s response end https://leetcode.com/accounts/login/ 200 {...}

...

[TRACE] REQUEST %s end event https://leetcode.com/accounts/login/
[TRACE] REQUEST %s has body https://leetcode.com/accounts/login/ xxxxx
[TRACE] REQUEST %s emitting complete https://leetcode.com/accounts/login/
[TRACE] REQUEST %s {...}

...

[TRACE] REQUEST %s make request https://leetcode.com/accounts/login/
[TRACE] REQUEST %s onRequestResponse https://leetcode.com/accounts/login/ 403 {...}

...

[TRACE] REQUEST %s reading response's body
[TRACE] REQUEST %s finish init function https://leetcode.com/accounts/login/
[TRACE] REQUEST %s response end https://leetcode.com/accounts/login/ 403 {...}

Duplicate of #194

Fix in #194 works for me.

same here

the same

luxp commented

You can try this for workaround: #194 (comment)