[Devel] [Kaboom at OH] [celery at linode.openhatch.org] Error: Task mysite.search.tasks.GrabPythonBugsInDocumentation (9cfcb9c3-bb6d-46ca-a7c0-a2cc7d3d828a): <urlopen error (113, 'No route to host')>
mr_website at linode.openhatch.org
mr_website at linode.openhatch.org
Thu Dec 17 18:57:01 UTC 2009
Task mysite.search.tasks.GrabPythonBugsInDocumentation with id 9cfcb9c3-bb6d-46ca-a7c0-a2cc7d3d828a raised exception: <urlopen error (113, 'No route to host')>
Task was called with args:[] kwargs:{}.
The contents of the full traceback was:
Traceback (most recent call last):
File "/home/deploy/milestone-a.buildout/eggs/celery-0.6.0-py2.5.egg/celery/worker/job.py", line 84, in jail
result = func(*args, **kwargs)
File "/home/deploy/milestone-a.buildout/eggs/celery-0.6.0-py2.5.egg/celery/task/base.py", line 123, in __call__
return self.run(*args, **kwargs)
File "/home/deploy/milestone-a.buildout/mysite/search/tasks/__init__.py", line 69, in run
p.grab()
File "/home/deploy/milestone-a.buildout/mysite/customs/models.py", line 209, in grab
bug = self.create_bug_object_for_remote_bug_id(bug_id)
File "/home/deploy/milestone-a.buildout/mysite/customs/models.py", line 163, in create_bug_object_for_remote_bug_id
tree = lxml.html.document_fromstring(urllib2.urlopen(remote_bug_url).read())
File "/usr/lib/python2.5/urllib2.py", line 124, in urlopen
return _opener.open(url, data)
File "/usr/lib/python2.5/urllib2.py", line 381, in open
response = self._open(req, data)
File "/usr/lib/python2.5/urllib2.py", line 399, in _open
'_open', req)
File "/usr/lib/python2.5/urllib2.py", line 360, in _call_chain
result = func(*args)
File "/usr/lib/python2.5/urllib2.py", line 1107, in http_open
return self.do_open(httplib.HTTPConnection, req)
File "/usr/lib/python2.5/urllib2.py", line 1082, in do_open
raise URLError(err)
URLError: <urlopen error (113, 'No route to host')>
--
Just thought I'd let you know!
celeryd at linode.openhatch.org.
More information about the Devel
mailing list