Error - <class 'socket.error'>: [Errno 111] Connection refused
URL: http://127.0.0.1:6543/auth/register/
File '/home/ben/work/ws/mediagoblin/local/lib/python2.7/site-packages/Paste-1.7.5.1-py2.7.egg/paste/exceptions/errormiddleware.py', line 144 in __call__
  app_iter = self.application(environ, sr_checker)
File '/home/ben/work/ws/mediagoblin/mediagoblin/app.py', line 342 in __call__
  return self.call_backend(environ, start_response)
File '/home/ben/work/ws/mediagoblin/local/lib/python2.7/site-packages/Werkzeug-0.10.4-py2.7.egg/werkzeug/wsgi.py', line 591 in __call__
  return self.app(environ, start_response)
File '/home/ben/work/ws/mediagoblin/mediagoblin/app.py', line 276 in call_backend
  return self._finish_call_backend(request, environ, start_response)
File '/home/ben/work/ws/mediagoblin/mediagoblin/app.py', line 318 in _finish_call_backend
  response = controller(request)
File '/home/ben/work/ws/mediagoblin/mediagoblin/decorators.py', line 307 in wrapper
  return controller(request, *args, **kwargs)
File '/home/ben/work/ws/mediagoblin/mediagoblin/decorators.py', line 365 in wrapper
  return controller(request, *args, **kwargs)
File '/home/ben/work/ws/mediagoblin/mediagoblin/auth/views.py', line 53 in register
  user = register_user(request, register_form)
File '/home/ben/work/ws/mediagoblin/mediagoblin/auth/tools.py', line 146 in register_user
  send_verification_email(user, request)
File '/home/ben/work/ws/mediagoblin/mediagoblin/auth/tools.py', line 105 in send_verification_email
  rendered_email)
File '/home/ben/work/ws/mediagoblin/mediagoblin/tools/mail.py', line 110 in send_email
  mhost.connect()  # We SMTP.connect explicitly
File '/usr/lib/python2.7/smtplib.py', line 316 in connect
  self.sock = self._get_socket(host, port, self.timeout)
File '/usr/lib/python2.7/smtplib.py', line 291 in _get_socket
  return socket.create_connection((host, port), timeout)
File '/usr/lib/python2.7/socket.py', line 571 in create_connection
  raise err
error: [Errno 111] Connection refused


CGI Variables
-------------
  CONTENT_LENGTH: '692'
  CONTENT_TYPE: 'multipart/form-data; boundary=---------------------------187344242317646994101128392194'
  CSRF_TOKEN: u'9081634786888175168'
  HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
  HTTP_ACCEPT_ENCODING: 'gzip, deflate'
  HTTP_ACCEPT_LANGUAGE: 'en-US,en;q=0.5'
  HTTP_CONNECTION: 'keep-alive'
  HTTP_COOKIE: 'mediagoblin_csrftoken=9081634786888175168; csrftoken=ZDSNGBDglq2ol0q1t10N6UVeNHvzFFck; _mkto_trk=id:560-AND-279&token:_mch-127.0.0.1-1417053300582-17995; _ga=GA1.1.524027106.1425034464; _pk_id.6.dc78=379057049e660529.1435547664.7.1440137217.1440136619.; _pk_id.4.dc78=9ea782db71669ea4.1438571504.1.1438571786.1438571504.; sessionid=nyu7x3634n40qr7o0pgspa2js8vrmqof; mediagoblin_csrftoken=9081634786888175168'
  HTTP_DNT: '1'
  HTTP_HOST: '127.0.0.1:6543'
  HTTP_USER_AGENT: 'Mozilla/5.0 (X11; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0'
  PATH_INFO: '/auth/register/'
  REMOTE_ADDR: '127.0.0.1'
  REQUEST_METHOD: 'POST'
  SERVER_NAME: '127.0.0.1'
  SERVER_PORT: '6543'
  SERVER_PROTOCOL: 'HTTP/1.1'


WSGI Variables
--------------
  application: <mediagoblin.app.MediaGoblinApp object at 0x7fcb85fc7410>
  paste.httpserver.thread_pool: <paste.httpserver.ThreadPool object at 0x7fcb84d8e210>
  paste.throw_errors: True
  werkzeug.request: <Request 'http://127.0.0.1:6543/auth/register/' [POST]>
  wsgi process: 'Multithreaded'
------------------------------------------------------------
