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

Tunnel keep alive not working #4

Open
thilux opened this issue Apr 2, 2018 · 0 comments
Open

Tunnel keep alive not working #4

thilux opened this issue Apr 2, 2018 · 0 comments
Labels
bug Something isn't working

Comments

@thilux
Copy link
Owner

thilux commented Apr 2, 2018

The tunnel keep alive is not working. It fails with the following exception:

Exception in thread Thread-1:
Traceback (most recent call last):
  File "/usr/lib/python2.7/threading.py", line 810, in __bootstrap_inner
    self.run()
  File "/usr/lib/python2.7/threading.py", line 763, in run
    self.__target(*self.__args, **self.__kwargs)
  File "/usr/lib/python2.7/site-packages/sshmetroserver/main.py", line 188, in keep_live_metros_alive
    if not util.is_server_alive(metro.metro_host, metro.metro_port):
  File "/usr/lib/python2.7/site-packages/sshmetroserver/util.py", line 32, in is_server_alive
    except ConnectionRefusedError:
NameError: global name 'ConnectionRefusedError' is not defined
@thilux thilux added the bug Something isn't working label Apr 2, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant