CrapTheCoder / UpCode

Upload accepted solutions from CodeChef and CodeForces to GitHub
46 stars 15 forks source link

Only Atcoder works now Codeforces failing #17

Open SiddheshKukade opened 1 year ago

SiddheshKukade commented 1 year ago

image

SiddheshKukade commented 1 year ago

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

wissem18 commented 1 year ago

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 commented 2 months ago

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