xxxenobyte

Results 6 comments of xxxenobyte

i have a same problem. Client: python (socketIO-client-nexus 0.7.6); Server: nodejs ("socket.io": "^2.0.3"). client: ``` from socketIO_client_nexus import SocketIO, LoggingNamespace, BaseNamespace from requests.exceptions import ConnectionError def on_connect(): print('[Connected]') def on_reconnect():...

@maxmedina05 sorry, wrong address. I'm using this address: `https/some.domen.com` But somehow still does not respond to the event "login"

What's wrong: `WARNING:socketIO-client:some.domen.com:443/socket.io [connection error] recv disconnected by SSL ([SSL: SSLV3_ALERT_BAD_RECORD_MAC] sslv3 alert bad record mac (_ssl.c:2273))` ?

@dpanic turn on logs and show what gives out ``` logging.getLogger('socketIO-client-nexus').setLevel(logging.DEBUG) logging.basicConfig(level=logging.DEBUG) ```

++ the same problem as in the first case