-
Notifications
You must be signed in to change notification settings - Fork 12
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
Data writing and reading error #1
Comments
carla server 启动了? 客户端服务器通信 端口一致? |
Yes. It runs for some time and does the memory extraction part and then it just restarts and throws these exceptions. I am attaching the logs of both Carla Server and Candy Client, I have highlighted the parts of the error. When the error occurs, it restarts the pygame and Carla simulator. |
Traceback (most recent call last): |
I'm facing the same problem. Anyone has some idea to solve it? Thx |
Hey,
I am trying to run this implementation on my machine but I get the following errors each time before it starts a new episode,
On the client side -
ERROR: (localhost:2002) failed to write data: [Errno 32] Broken pipe
ERROR: (localhost:2000) failed to read data: [Errno 104] Connection reset by peer
In Carla server -
ERROR: tcpserver 0 : error reading message: Operation canceled
ERROR: tcpserver 0 : error writing message: Operation canceled
ERROR: tcpserver 2000 : error reading message: End of file
[2018.10.10-09.06.50:508][ 54]LogCarlaServer: Warning: Client disconnected, server needs restart
I'm just not sure if these errors are due to the server restart or this is an issue with my machine.
Thanks in advance
The text was updated successfully, but these errors were encountered: