Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

socket.error: [Errno 111] Connection refused #2

Open
matricali opened this issue Jun 5, 2017 · 0 comments
Open

socket.error: [Errno 111] Connection refused #2

matricali opened this issue Jun 5, 2017 · 0 comments

Comments

@matricali
Copy link
Owner

Doesn't catches a connection refused error :(

Traceback (most recent call last):
  File "/home/jorge/.local/bin/brutekrag", line 58, in <module>
    if btkg.connect(args.username, password.strip()) == 0:
  File "/home/jorge/.local/lib/python2.7/site-packages/brutekrag/__init__.py", line 46, in connect
    password=password
  File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 297, in connect
    retry_on_signal(lambda: sock.connect(addr))
  File "/usr/local/lib/python2.7/dist-packages/paramiko/util.py", line 278, in retry_on_signal
    return function()
  File "/usr/local/lib/python2.7/dist-packages/paramiko/client.py", line 297, in <lambda>
    retry_on_signal(lambda: sock.connect(addr))
  File "/usr/lib/python2.7/socket.py", line 228, in meth
    return getattr(self._sock,name)(*args)
socket.error: [Errno 111] Connection refused
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant