Skip to content
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

login: failed to recognize the result returned from HackerRank #382

Closed
kmyk opened this issue Mar 10, 2019 · 1 comment
Closed

login: failed to recognize the result returned from HackerRank #382

kmyk opened this issue Mar 10, 2019 · 1 comment

Comments

@kmyk
Copy link
Member

kmyk commented Mar 10, 2019

結果の解釈をミスしてる感じがする。 You failed to sign in. と出るが実際には成功している

$ oj login https://www.hackerrank.com/
[x] service recognized: <onlinejudge.service.hackerrank.HackerRankService object at 0x7f8e357886d8>: https://www.hackerrank.com/contests/bbc001/challenges/bbc001-c
[x] load cookie from: /home/user/.local/share/online-judge-tools/cookie.jar
[!] If you don't want to give your password to this program, you can give only your session tokens.
[*] see: https://github.com/kmyk/online-judge-tools/blob/master/LOGIN_WITH_COOKIES.md
[x] GET: https://www.hackerrank.com/auth/login
[x] 200 OK
Username: kimiyuki
Password: 
[x] POST: https://www.hackerrank.com/rest/auth/login
[x] 200 OK
[-] You failed to sign in. Wrong user ID or password.
[x] save cookie to: /home/user/.local/share/online-judge-tools/cookie.jar
$ oj login https://www.hackerrank.com/
[x] service recognized: <onlinejudge.service.hackerrank.HackerRankService object at 0x7efc30647668>: https://www.hackerrank.com/contests/bbc001/challenges/bbc001-c
[x] load cookie from: /home/user/.local/share/online-judge-tools/cookie.jar
[!] If you don't want to give your password to this program, you can give only your session tokens.
[*] see: https://github.com/kmyk/online-judge-tools/blob/master/LOGIN_WITH_COOKIES.md
[x] GET: https://www.hackerrank.com/auth/login
[x] 200 OK
[*] You have already signed in.
[x] save cookie to: /home/user/.local/share/online-judge-tools/cookie.jar
@kmyk
Copy link
Member Author

kmyk commented Mar 10, 2019

表示が悪いだけだしもう一度ログインしようとしたら気付けるので優先度は低めです

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant