dvska / pdf_scraper_intro_4

PDF Scraper Intro


Last run failed with status code 1.

Console output of last run

Traceback (most recent call last): File "/repo/scraper.py", line 13, in <module> pdfdata = urllib2.urlopen(url).read() File "/usr/lib/python2.7/urllib2.py", line 126, in urlopen return _opener.open(url, data, timeout) File "/usr/lib/python2.7/urllib2.py", line 406, in open response = meth(req, response) File "/usr/lib/python2.7/urllib2.py", line 519, in http_response 'http', request, response, code, msg, hdrs) File "/usr/lib/python2.7/urllib2.py", line 444, in error return self._call_chain(*args) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 527, in http_error_default raise HTTPError(req.get_full_url(), code, msg, hdrs, fp) urllib2.HTTPError: HTTP Error 404: Not Found

Statistics

Total run time: less than 5 seconds

Total cpu time used: less than 5 seconds

Total disk space used: 24.6 KB

History

  • Manually ran revision b4d5a962 and failed .
    nothing changed in the database
  • Created on morph.io

Scraper code

pdf_scraper_intro_4