yyl / google_news_scrape1

google news scrape


Last run failed with status code 1.

Console output of last run

Traceback (most recent call last): File "/repo/scraper.py", line 21, in <module> items = get_google_new_results( 'apple', 2 ) File "/repo/scraper.py", line 8, in get_google_new_results obj = parseString(urllib2.urlopen(req).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 400, in open response = self._open(req, data) File "/usr/lib/python2.7/urllib2.py", line 418, in _open '_open', req) File "/usr/lib/python2.7/urllib2.py", line 378, in _call_chain result = func(*args) File "/usr/lib/python2.7/urllib2.py", line 1207, in http_open return self.do_open(httplib.HTTPConnection, req) File "/usr/lib/python2.7/urllib2.py", line 1180, in do_open r = h.getresponse(buffering=True) File "/usr/lib/python2.7/httplib.py", line 1030, in getresponse response.begin() File "/usr/lib/python2.7/httplib.py", line 407, in begin version, status, reason = self._read_status() File "/usr/lib/python2.7/httplib.py", line 365, in _read_status line = self.fp.readline() File "/usr/lib/python2.7/socket.py", line 447, in readline data = self._sock.recv(self._rbufsize) socket.error: [Errno 104] Connection reset by peer

Statistics

Total run time: 7 minutes

Total cpu time used: less than 5 seconds

Total disk space used: 20 KB

History

  • Manually ran revision bcd57748 and failed .
    nothing changed in the database
  • Manually ran revision 7aa57dc0 and failed .
    nothing changed in the database
  • Manually ran revision e19ac131 and failed .
    nothing changed in the database
  • Manually ran revision 3135e752 and failed .
    nothing changed in the database
  • Created on morph.io

Scraper code

google_news_scrape1