carla-simulator / carla

Open-source simulator for autonomous driving research.
http://carla.org
MIT License
11.11k stars 3.58k forks source link

failed to read data: timed out when run driving_benchmark_example.py --corl-2017 #1478

Closed AhmdNassar closed 5 years ago

AhmdNassar commented 5 years ago

I use carla 0.8.2 when I run manual_control.py from PythonClient it worked fine, but when I want to run driving_benchmark_example.py --corl-2017 I get error :

ERROR: (localhost:2000) failed to read data: timed out ERROR: (localhost:2000) failed to read data: [WinError 10054] An existing connection was forcibly closed by the remote host

and repeat it self till I close cmd

JunningHuang commented 5 years ago

Ah, this bug is related to https://github.com/carla-simulator/carla/issues/697. This rpclib bug exists in the carla version before 0.9.3.

AhmdNassar commented 5 years ago

Ah, this bug is related to #697. This rpclib bug exists in the carla version before 0.9.3.

thank you for your replay, but in #697 he had a problem with client_example.py but it worked fine with me, I have a problem with driving_benchmark_example.py although they used the same port!

stale[bot] commented 5 years ago

This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.