microsoft / biosbias

Code to reproduce data for Bias in Bios
MIT License
43 stars 21 forks source link

Access denied in downloading script #4

Open flodorner opened 2 years ago

flodorner commented 2 years ago

Traceback (most recent call last): File "download_bios.py", line 255, in assert r.status_code == 200 AssertionError

The error code seems to be 403

flodorner commented 2 years ago

Fixed by changing the COMMON_CRAWL_URL in the downloading script to 'https://data.commoncrawl.org/'. Creating pull request to maybe save others the 10 minutes it took to get this working

444meeting commented 4 months ago

I changed it to 'https://data.commoncrawl.org/' But now, I get this error: Got status code 503 != 200 What should I do?