Home > Software engineering >  Questions about socketio - client
Questions about socketio - client

Time:03-01

Traceback (the most recent call last) :
The File "D:/python/SecureAggregation - master/SecureAggregation - master/client1. Py", line 353, in & lt; module>
S.s tart () # started here, wake up the server end
The File "D:/python/SecureAggregation - master/SecureAggregation - master/client1. Py", line 214, in the start
The self. The sio. Wait ()
The File "D: \ Users \ czfyv \ Anaconda3 \ envs \ tensorflow \ lib \ site - packages \ socketIO_client \ set py", line 245, wait in
Self. _process_packets ()
The File "D: \ Users \ czfyv \ Anaconda3 \ envs \ tensorflow \ lib \ site - packages \ socketIO_client \ set py", line 267, in _process_packets
For engineIO_packet in self. _transport. Recv_packet () :
The File "D: \ Users \ czfyv \ Anaconda3 \ envs \ tensorflow \ lib \ site - packages \ socketIO_client \ transports py", line 168, in recv_packet
Packet_text)
The File "D: \ Users \ czfyv \ Anaconda3 \ envs \ tensorflow \ lib \ site - packages \ socketIO_client \ parsers py", line 174, in parse_packet_text
Packet_type=get_int (packet_text, 0)
The File "D: \ Users \ czfyv \ Anaconda3 \ envs \ tensorflow \ lib \ site - packages \ socketIO_client \ symmetries py", line 18, in get_int
Return int (get_character (* args))
The File "D: \ Users \ czfyv \ Anaconda3 \ envs \ tensorflow \ lib \ site - packages \ socketIO_client \ symmetries py", line 24, in get_character
Return CRH (get_byte (x, index))
The File "D: \ Users \ czfyv \ Anaconda3 \ envs \ tensorflow \ lib \ site - packages \ socketIO_client \ symmetries py", 28, the line in get_byte
Return six. Indexbytes (x, index)
IndexError: index out of range

Could you tell me how to solve socketio - the client has been submitted to the error, the python code
  • Related