-
Notifications
You must be signed in to change notification settings - Fork 40
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
connect async handler error #9
Comments
Is ml-remote-server running on windows or linux? I'll need to try to replicate the setup to see what could be causing the binary param mismatch. At a glance it appears to be a socket.io version mismatch on python side. Make sure you're not using a too new of a version? |
Thank you, @getnamo I'm running this on a single windows 10 laptop (both UE project and server) |
@getnamo this might give more info, if I run pip install python-socketio, I get: `D:\ml-remote-server-tensorflow>pip install python-socketio D:\ml-remote-server-tensorflow>` |
Hello,
Very first time trying machine-learning-remote-ue4, could you please help me out?
Steps:
A)
B)
C)
connect async handler error Traceback (most recent call last): File "C:\Users\luist\AppData\Roaming\Python\Python38\site-packages\engineio\asyncio_server.py", line 447, in _trigger_event ret = await self.handlers[event](*args) File "C:\Users\luist\AppData\Roaming\Python\Python38\site-packages\socketio\asyncio_server.py", line 484, in _handle_eio_connect return await self._handle_connect(sid, '/') File "C:\Users\luist\AppData\Roaming\Python\Python38\site-packages\socketio\asyncio_server.py", line 408, in _handle_connect await self._send_packet(sid, packet.Packet(packet.CONNECT, File "C:\Users\luist\AppData\Roaming\Python\Python38\site-packages\socketio\asyncio_server.py", line 378, in _send_packet await self.eio.send(sid, encoded_packet, binary=False) TypeError: send() got an unexpected keyword argument 'binary'
The text was updated successfully, but these errors were encountered: