You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Traceback (most recent call last):
File "/usr/local/bin/email_ebook_deals.py", line 513, in
main()
File "/usr/local/bin/email_ebook_deals.py", line 472, in main
site_content = fetch_page(site)
File "/usr/local/bin/email_ebook_deals.py", line 200, in fetch_page
response = urllib2.urlopen(request)
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 394, in open
response = self._open(req, data)
File "/usr/lib/python2.7/urllib2.py", line 412, in _open
'_open', req)
File "/usr/lib/python2.7/urllib2.py", line 372, in _call_chain
result = func(*args)
File "/usr/lib/python2.7/urllib2.py", line 1201, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.7/urllib2.py", line 1171, in do_open
raise URLError(err)
urllib2.URLError:
This could be handled by time/retry settings (I just ran it manually a few moments after it failed via cron and it worked fine).
The text was updated successfully, but these errors were encountered:
This could be handled by time/retry settings (I just ran it manually a few moments after it failed via cron and it worked fine).
The text was updated successfully, but these errors were encountered: