Guest User

Untitled

a guest
Jan 16th, 2018
36
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Bash 1.23 KB | None | 0 0
  1. l)], fail_silently=False)
  2.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/mail/__init__.py", line 62, in send_mail
  3.     return mail.send()
  4.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/mail/message.py", line 303, in send
  5.     return self.get_connection(fail_silently).send_messages([self])
  6.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/mail/backends/smtp.py", line 100, in send_messages
  7.     new_conn_created = self.open()
  8.   File "/home/gfbot/Github/helios-server/env/local/lib/python2.7/site-packages/django/core/mail/backends/smtp.py", line 58, in open
  9.     self.connection = connection_class(self.host, self.port, **connection_params)
  10.   File "/usr/lib/python2.7/smtplib.py", line 256, in __init__
  11.     (code, msg) = self.connect(host, port)
  12.   File "/usr/lib/python2.7/smtplib.py", line 316, in connect
  13.     self.sock = self._get_socket(host, port, self.timeout)
  14.   File "/usr/lib/python2.7/smtplib.py", line 291, in _get_socket
  15.     return socket.create_connection((host, port), timeout)
  16.   File "/usr/lib/python2.7/socket.py", line 575, in create_connection
  17.     raise err
  18. error: [Errno 111] Connection refused
Add Comment
Please, Sign In to add comment