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

Session Timeouts and Exception: Not Connected #71

Open
digipigeon opened this issue Sep 21, 2010 · 1 comment
Open

Session Timeouts and Exception: Not Connected #71

digipigeon opened this issue Sep 21, 2010 · 1 comment

Comments

@digipigeon
Copy link

I am experiencing the error below on the command line and sessions expiring because the connections are not been made.

I have a channel setup to poll an address and it does not appear that it is been polled correctly.

2010-09-21 14:36:49,599 - HookboxConn - WARNING - Unexpected error: Not Connected
Traceback (most recent call last):
File "/usr/local/lib/python2.6/dist-packages/hookbox-0.3.4dev-py2.6.egg/hookbox/protocol.py", line 30, in send_frame
self._rtjp_conn.send_frame(_args, *_kw).wait()
File "/usr/local/lib/python2.6/dist-packages/rtjp_eventlet-0.3.2-py2.6.egg/rtjp_eventlet/server.py", line 143, in send_frame
raise Exception("Not Connected")
Exception: Not Connected

@jordoh
Copy link
Contributor

jordoh commented Oct 28, 2010

I'm seeing the same thing in my logs - installing the latest rtjp_eventlet from source (http://github.com/mcarter/rtjp_eventlet) appears to reduced the frequency of the exception (though it still occurs).

I wonder if HookboxConn#send_frame should be passing if this exception occurs, in addition to passing if the exception text contains "closed".

One additional note: I don't see this exception very much until about 200+ users are connected.

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

2 participants