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

TypeError: wrap_socket() got an unexpected keyword argument 'policy_listener'

Open brugnara opened this issue 11 years ago • 1 comments
trafficstars

I'm getting this error any time I'll access an example html file downloaded from this repository. I'm new to python, may be my mistake?

Traceback (most recent call last): File "/usr/local/lib/python2.7/dist-packages/gevent/greenlet.py", line 390, in run result = self._run(*self.args, **self.kwargs) File "/usr/local/lib/python2.7/dist-packages/gevent/server.py", line 159, in wrap_socket_and_handle ssl_socket = self.wrap_socket(client_socket, **self.ssl_args) TypeError: wrap_socket() got an unexpected keyword argument 'policy_listener' <Greenlet at 0x1cceb90: <bound method SocketIOServer.wrap_socket_and_handle of <SocketIOServer at 0x1dc0710 fileno=3 address=0.0.0.0:8080>>(<socket at 0x1dc08d0 fileno=10 sock=127.0.0.1:8080, ('127.0.0.1', 45823))> failed with TypeError

http://stackoverflow.com/questions/20211702/typeerror-wrap-socket-got-an-unexpected-keyword-argument-policy-listener

brugnara avatar Nov 26 '13 08:11 brugnara

Removing policy_listener param I get this working.

brugnara avatar Nov 26 '13 08:11 brugnara