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

AttributeError in logs when client drops connection #25

Closed
pargon-the-wise opened this issue Feb 8, 2012 · 1 comment
Closed

AttributeError in logs when client drops connection #25

pargon-the-wise opened this issue Feb 8, 2012 · 1 comment

Comments

@pargon-the-wise
Copy link

I'm seeing this error in my logs when a client dies.

ERROR:root:Error in periodic callback
Traceback (most recent call last):
File "/Library/Python/2.6/site-packages/tornado-2.2-py2.6.egg/tornado/ioloop.py", line 479, in _run
self.callback()
File "/Users/progan/Projects/Workspaces/Aptana/python/cb_tornado/src/multiplexed/multiplexed.py", line 64, in broadcast_all_num
p.send(len(cls.my_messge_buffer))
File "build/bdist.macosx-10.6-universal/egg/tornadio2/conn.py", line 238, in send
self.session.send_message(msg)
File "build/bdist.macosx-10.6-universal/egg/tornadio2/session.py", line 192, in send_message
self.flush()
File "build/bdist.macosx-10.6-universal/egg/tornadio2/session.py", line 202, in flush
self.handler.send_messages(self.send_queue)
File "build/bdist.macosx-10.6-universal/egg/tornadio2/persistent.py", line 149, in send_messages
if self.client_terminated:
AttributeError: 'TornadioWebSocketHandler' object has no attribute 'client_terminated'

@mrjoes
Copy link
Owner

mrjoes commented Feb 9, 2012

Will take a look - tornado 2.2 changed websocket implementation slightly.

@mrjoes mrjoes closed this as completed in ae2856a Feb 9, 2012
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