DNS socket error

Bug #788769 reported by Michael Hall
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
readfeeder
Fix Released
Undecided
Unassigned

Bug Description

Environment:

Request Method: GET
Request URL: http://apps.mhall119.com/view/18091/
Django Version: 1.2.3
Python Version: 2.6.6
Installed Applications:
['django.contrib.auth',
 'django.contrib.contenttypes',
 'django.contrib.sessions',
 'django.contrib.sites',
 'django.contrib.messages',
 'django.contrib.admin',
 'south',
 'accounts',
 'annotations',
 'articles',
 'main']
Installed Middleware:
('django.middleware.common.CommonMiddleware',
 'django.contrib.sessions.middleware.SessionMiddleware',
 'django.middleware.csrf.CsrfViewMiddleware',
 'django.contrib.auth.middleware.AuthenticationMiddleware',
 'django.contrib.messages.middleware.MessageMiddleware')

Traceback:
File "/usr/lib/pymodules/python2.6/django/core/handlers/base.py" in get_response
  100. response = callback(request, *callback_args, **callback_kwargs)
File "/usr/lib/pymodules/python2.6/django/contrib/auth/decorators.py" in _wrapped_view
  25. return view_func(request, *args, **kwargs)
File "/home/mhall/projects/apps/readfeeder/main/views.py" in viewframe
  201. dest = urllib.urlopen(article.link)
File "/usr/lib/python2.6/urllib.py" in urlopen
  86. return opener.open(url)
File "/usr/lib/python2.6/urllib.py" in open
  207. return getattr(self, name)(url)
File "/usr/lib/python2.6/urllib.py" in open_http
  346. h.endheaders()
File "/usr/lib/python2.6/httplib.py" in endheaders
  908. self._send_output()
File "/usr/lib/python2.6/httplib.py" in _send_output
  780. self.send(msg)
File "/usr/lib/python2.6/httplib.py" in send
  739. self.connect()
File "/usr/lib/python2.6/httplib.py" in connect
  720. self.timeout)
File "/usr/lib/python2.6/socket.py" in create_connection
  547. for res in getaddrinfo(host, port, 0, SOCK_STREAM):

Exception Type: IOError at /view/18091/
Exception Value: [Errno socket error] [Errno -3] Temporary failure in name resolution

Revision history for this message
Michael Hall (mhall119) wrote :
Michael Hall (mhall119)
Changed in readfeeder:
status: New → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.