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

centralized advertise raises separate exceptions for timeouts... #57

Open
choksi81 opened this issue May 24, 2014 · 0 comments
Open

centralized advertise raises separate exceptions for timeouts... #57

choksi81 opened this issue May 24, 2014 · 0 comments
Assignees

Comments

@choksi81
Copy link
Contributor

Both of these can occur:

Traceback (most recent call last): File "<stdin>", line 3, in <module> File "centralizedadvertise", line 146, in centralizedadvertise_lookup File "session", line 31, in session_recvmessage File "sockettimeout", line 116, in recv __builtin__.SocketTimeoutError: recv() timed out!!

Traceback (most recent call last): File "<stdin>", line 1, in <module> File "centralizedadvertise", line 143, in centralizedadvertise_lookup File "sockettimeout", line 294, in timeout_openconnection File "emulcomm.py", line 1304, in openconnection sock = _timed_conn_initialize(localip,localport,destip,destport, timeout) File "emulcomm.py", line 1170, in _timed_conn_initialize raise TimeoutError("Timed-out connecting to the remote host!") exception_hierarchy.TimeoutError: Timed-out connecting to the remote host!

This should be consolidated. Are other errors possible?

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

3 participants