gevent-socketio icon indicating copy to clipboard operation
gevent-socketio copied to clipboard

Error when connecting using Internet Explorer

Open mbarkhau opened this issue 12 years ago • 3 comments

Traceback (most recent call last):
  File "/root/smzwo/testenv/lib/python2.6/site-packages/gevent/greenlet.py", line 390, in run
    result = self._run(*self.args, **self.kwargs)
  File "/root/smzwo/testenv/lib/python2.6/site-packages/socketio/virtsocket.py", line 397, in _receiver_loop
    self.kill()  # ?? what,s the best clean-up when its not a
  File "/root/smzwo/testenv/lib/python2.6/site-packages/socketio/virtsocket.py", line 233, in kill
    raise Exception('Not connected')
Exception: Not connected
<Greenlet at 0x4311230: <bound method Socket._receiver_loop of <socketio.virtsocket.Socket object at 0x4310f90>>> failed with Exception

I don't seem to be having this issue on all my virtual machines. Anyone know what this might be?

mbarkhau avatar Oct 02 '12 16:10 mbarkhau

@mbarkhau This should be working in master now, can you test and let me know?

sontek avatar Nov 22 '12 21:11 sontek

@mbarkhau Any update on if this is working? I want to make sure its working before our next release.

sontek avatar Apr 13 '13 23:04 sontek

Hmm this has been a while. The error is still in my logs but I can't reproduce it in my dev environment. Do you know how to trigger it?

mbarkhau avatar Apr 15 '13 10:04 mbarkhau