-
Notifications
You must be signed in to change notification settings - Fork 93
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
oj login command failing for codeforces.com #905
Comments
Sorry, I couldn't reproduce this issue. Does this issue persist? |
Same issue, without selenium reproduced in docker docker run -it --rm ubuntu /bin/bash
apt update
apt install python3 python3-pip
pip3 install online-judge-tools
oj login https://codeforces.com/
env:
but if i installed Selenium with With Selenium, although the selenium can login, but cookies looks not working
|
I think codeforces must change some config in it's server. I tried I think if the server change again, this issue should be still can reproduce, but now the |
Summary / 概要
Login to codeforces is failing unexpectedally. I had the library installed on my local for about an year but suddenly when i tried to create new cookie file, it was failing at login
Steps to reproduce / 再現方法
environments:
Expected behavior / 期待される挙動
Should login and create cookie file
Actual behavior / 実際の挙動
Other notes / その他
The text was updated successfully, but these errors were encountered: