Created
September 1, 2013 20:37
-
-
Save kyleterry/6407142 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Traceback (most recent call last): | |
File "/usr/local/lib/python2.7/dist-packages/gevent-0.13.8-py2.7-linux-x86_64.egg/gevent/greenlet.py", line 390, in run | |
result = self._run(*self.args, **self.kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/tenyks_contrib-0.1.26-py2.7.egg/tenykslinkscraper/main.py", line 42, in handle_link_posted | |
headers={'content-type': 'application/json'}) | |
File "/usr/local/lib/python2.7/dist-packages/requests-1.2.3-py2.7.egg/requests/api.py", line 88, in post | |
return request('post', url, data=data, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/requests-1.2.3-py2.7.egg/requests/api.py", line 44, in request | |
return session.request(method=method, url=url, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/requests-1.2.3-py2.7.egg/requests/sessions.py", line 335, in request | |
resp = self.send(prep, **send_kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/requests-1.2.3-py2.7.egg/requests/sessions.py", line 438, in send | |
r = adapter.send(request, **kwargs) | |
File "/usr/local/lib/python2.7/dist-packages/requests-1.2.3-py2.7.egg/requests/adapters.py", line 327, in send | |
raise ConnectionError(e) | |
ConnectionError: HTTPConnectionPool(host='infoforcefeed.shithouse.tv', port=80): Max retries exceeded with url: /submit (Caused by <class 'socket.error'>: [Errno 110] Connection timed out) | |
<Greenlet at 0x19ebd70: <bound method TenyksLinkScraper.handle_link_posted of <tenykslinkscraper.main.TenyksLinkScraper object at 0x1abb550>>({u'prefix': u'vhost-!~vhost@unaffiliated/vhost-', , <_sre.SRE_Match object at 0x7f54c6876558>)> failed with ConnectionError |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment