UpCode icon indicating copy to clipboard operation
UpCode copied to clipboard

Only Atcoder works now Codeforces failing

Open SiddheshKukade opened this issue 2 years ago • 3 comments

image

SiddheshKukade avatar Jul 24 '23 08:07 SiddheshKukade

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

SiddheshKukade avatar Jul 24 '23 08:07 SiddheshKukade

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

wissem18 avatar Aug 11 '23 13:08 wissem18

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

JignasaBhunia avatar Aug 02 '24 23:08 JignasaBhunia