We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
The error report as below:
ERROR:root:[Errno 104] Connection reset by peer Traceback (most recent call last): File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 63, in readLine msg = self.recv_end() File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 85, in recv_end databuffer = self.socket.recv(self.BUFF_SIZE) ConnectionResetError: [Errno 104] Connection reset by peer Read from server [FAILED] Traceback (most recent call last): File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 63, in readLine msg = self.recv_end() File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 85, in recv_end databuffer = self.socket.recv(self.BUFF_SIZE) ConnectionResetError: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered:
No branches or pull requests
The error report as below:
ERROR:root:[Errno 104] Connection reset by peer
Traceback (most recent call last):
File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 63, in readLine
msg = self.recv_end()
File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 85, in recv_end
databuffer = self.socket.recv(self.BUFF_SIZE)
ConnectionResetError: [Errno 104] Connection reset by peer
Read from server [FAILED]
Traceback (most recent call last):
File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 63, in readLine
msg = self.recv_end()
File "/home/taoyang/GVGAI_GYM/gym_gvgai/envs/gvgai/clients/GVGAI-PythonClient/src/utils/IOSocket.py", line 85, in recv_end
databuffer = self.socket.recv(self.BUFF_SIZE)
ConnectionResetError: [Errno 104] Connection reset by peer
The text was updated successfully, but these errors were encountered: