leetcode-cli icon indicating copy to clipboard operation
leetcode-cli copied to clipboard

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

Open k2229293 opened this issue 5 years ago • 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" .

k2229293 avatar Feb 11 '20 18:02 k2229293

same here

eleijonmarck avatar Mar 08 '20 17:03 eleijonmarck

same here, any update?

linivor avatar Mar 08 '20 21:03 linivor

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 {...}

sigino avatar Mar 11 '20 23:03 sigino

Duplicate of #194

sigino avatar Mar 12 '20 09:03 sigino

Fix in #194 works for me.

sigino avatar Mar 12 '20 10:03 sigino

same here

TianhuiHu avatar May 15 '20 03:05 TianhuiHu

the same

zxmrlc avatar Jun 19 '20 09:06 zxmrlc

You can try this for workaround: https://github.com/skygragon/leetcode-cli/issues/194#issuecomment-667641990

luxp avatar Aug 02 '20 07:08 luxp