fhamborg / news-please

news-please - an integrated web crawler and information extractor for news that just works
Apache License 2.0
2.08k stars 428 forks source link

HTTP Error 505: HTTP Version not supported #36

Closed Zombo1296 closed 7 years ago

Zombo1296 commented 7 years ago

Hi, I try to getting started by running commoncrawl.py but encountered this error. I checked everything I know but still no luck. Do you happen to know what this issue is about? Attached is the error log. errorlog.txt

Thank you for your time.

fhamborg commented 7 years ago

Hi, you need to install the aws cli at first. That is currently missing from the script, I guess I need to add some instructions regarding that. You can simply install the aws cli with pip

pip3 install awscli

Feel free to reopen this issue in case the problem persists