1 | Error - <class 'socket.error'>: [Errno 111] Connection refused
|
---|
2 | URL: http://127.0.0.1:6543/auth/register/
|
---|
3 | 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__
|
---|
4 | app_iter = self.application(environ, sr_checker)
|
---|
5 | File '/home/ben/work/ws/mediagoblin/mediagoblin/app.py', line 342 in __call__
|
---|
6 | return self.call_backend(environ, start_response)
|
---|
7 | 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__
|
---|
8 | return self.app(environ, start_response)
|
---|
9 | File '/home/ben/work/ws/mediagoblin/mediagoblin/app.py', line 276 in call_backend
|
---|
10 | return self._finish_call_backend(request, environ, start_response)
|
---|
11 | File '/home/ben/work/ws/mediagoblin/mediagoblin/app.py', line 318 in _finish_call_backend
|
---|
12 | response = controller(request)
|
---|
13 | File '/home/ben/work/ws/mediagoblin/mediagoblin/decorators.py', line 307 in wrapper
|
---|
14 | return controller(request, *args, **kwargs)
|
---|
15 | File '/home/ben/work/ws/mediagoblin/mediagoblin/decorators.py', line 365 in wrapper
|
---|
16 | return controller(request, *args, **kwargs)
|
---|
17 | File '/home/ben/work/ws/mediagoblin/mediagoblin/auth/views.py', line 53 in register
|
---|
18 | user = register_user(request, register_form)
|
---|
19 | File '/home/ben/work/ws/mediagoblin/mediagoblin/auth/tools.py', line 146 in register_user
|
---|
20 | send_verification_email(user, request)
|
---|
21 | File '/home/ben/work/ws/mediagoblin/mediagoblin/auth/tools.py', line 105 in send_verification_email
|
---|
22 | rendered_email)
|
---|
23 | File '/home/ben/work/ws/mediagoblin/mediagoblin/tools/mail.py', line 110 in send_email
|
---|
24 | mhost.connect() # We SMTP.connect explicitly
|
---|
25 | File '/usr/lib/python2.7/smtplib.py', line 316 in connect
|
---|
26 | self.sock = self._get_socket(host, port, self.timeout)
|
---|
27 | File '/usr/lib/python2.7/smtplib.py', line 291 in _get_socket
|
---|
28 | return socket.create_connection((host, port), timeout)
|
---|
29 | File '/usr/lib/python2.7/socket.py', line 571 in create_connection
|
---|
30 | raise err
|
---|
31 | error: [Errno 111] Connection refused
|
---|
32 |
|
---|
33 |
|
---|
34 | CGI Variables
|
---|
35 | -------------
|
---|
36 | CONTENT_LENGTH: '692'
|
---|
37 | CONTENT_TYPE: 'multipart/form-data; boundary=---------------------------187344242317646994101128392194'
|
---|
38 | CSRF_TOKEN: u'9081634786888175168'
|
---|
39 | HTTP_ACCEPT: 'text/html,application/xhtml+xml,application/xml;q=0.9,*/*;q=0.8'
|
---|
40 | HTTP_ACCEPT_ENCODING: 'gzip, deflate'
|
---|
41 | HTTP_ACCEPT_LANGUAGE: 'en-US,en;q=0.5'
|
---|
42 | HTTP_CONNECTION: 'keep-alive'
|
---|
43 | 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'
|
---|
44 | HTTP_DNT: '1'
|
---|
45 | HTTP_HOST: '127.0.0.1:6543'
|
---|
46 | HTTP_USER_AGENT: 'Mozilla/5.0 (X11; Linux x86_64; rv:39.0) Gecko/20100101 Firefox/39.0'
|
---|
47 | PATH_INFO: '/auth/register/'
|
---|
48 | REMOTE_ADDR: '127.0.0.1'
|
---|
49 | REQUEST_METHOD: 'POST'
|
---|
50 | SERVER_NAME: '127.0.0.1'
|
---|
51 | SERVER_PORT: '6543'
|
---|
52 | SERVER_PROTOCOL: 'HTTP/1.1'
|
---|
53 |
|
---|
54 |
|
---|
55 | WSGI Variables
|
---|
56 | --------------
|
---|
57 | application: <mediagoblin.app.MediaGoblinApp object at 0x7fcb85fc7410>
|
---|
58 | paste.httpserver.thread_pool: <paste.httpserver.ThreadPool object at 0x7fcb84d8e210>
|
---|
59 | paste.throw_errors: True
|
---|
60 | werkzeug.request: <Request 'http://127.0.0.1:6543/auth/register/' [POST]>
|
---|
61 | wsgi process: 'Multithreaded'
|
---|
62 | ------------------------------------------------------------
|
---|