masperro / httplib2

Automatically exported from code.google.com/p/httplib2
0 stars 0 forks source link

Getting intermittant ServerNotFoundError errors #14

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
  File "page_load_test.py", line 48, in load_url
    response, content = http.request(url, 'GET', headers=headers)
  File "build/bdist.linux-i686/egg/httplib2/__init__.py", line 1050, in request
  File "build/bdist.linux-i686/egg/httplib2/__init__.py", line 854, in _request
  File "build/bdist.linux-i686/egg/httplib2/__init__.py", line 827, in
_conn_request
ServerNotFoundError: Unable to find the server at ubuntuforums.org

I'm attaching the file I'm trying to run.

Original issue reported on code.google.com by gregpin...@gmail.com on 18 Nov 2007 at 2:53

Attachments:

GoogleCodeExporter commented 8 years ago
Does the rate of errors change with the number of threads?

Original comment by joe.gregorio@gmail.com on 19 Nov 2007 at 6:05

GoogleCodeExporter commented 8 years ago
Yeah, more errors with more threads.

Original comment by gregpin...@gmail.com on 21 Nov 2007 at 5:58

GoogleCodeExporter commented 8 years ago
having same problems in a single threaded application.

Original comment by daven...@gmail.com on 12 Feb 2009 at 8:21

GoogleCodeExporter commented 8 years ago

Original comment by joe.gregorio@gmail.com on 13 Jun 2011 at 5:52