We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Doesn't catches a connection refused error :(
The text was updated successfully, but these errors were encountered: