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

Only Atcoder works now Codeforces failing #17

Open
SiddheshKukade opened this issue Jul 24, 2023 · 3 comments
Open

Only Atcoder works now Codeforces failing #17

SiddheshKukade opened this issue Jul 24, 2023 · 3 comments

Comments

@SiddheshKukade
Copy link

image

@SiddheshKukade
Copy link
Author

Please fix the error
cc / @CrapTheCoder @markjouh @parth-kabra

@wissem18
Copy link

wissem18 commented Aug 11, 2023

i fixed the issue by changing the line 64 in CodeForcesScrapper file
driver = webdriver.Chrome(ChromeDriverManager().install(), options=options)
by these two lines :
option = webdriver.ChromeOptions()
driver = webdriver.Chrome(options = option)
Or also try to use another browser like edge instead of chrome

@JignasaBhunia
Copy link

After running pip install -r requirements.txt,
run
python3 -m pip install webdriver-manager --upgrade python3 -m pip install packaging. Then run python3 main.py

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

No branches or pull requests

3 participants