Skip to content
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

Error: tcpip::Socket::recvAndCheck @ recv: peer shutdownF 0) #158

Open
dingshansun opened this issue Sep 15, 2023 · 1 comment
Open

Error: tcpip::Socket::recvAndCheck @ recv: peer shutdownF 0) #158

dingshansun opened this issue Sep 15, 2023 · 1 comment

Comments

@dingshansun
Copy link

I was just trying to run the API example as given in the documentation with my own network.
However, an error occurred when the simulation time is over, which is:

Step #3600.00Error: tcpip::Socket::recvAndCheck @ recv: peer shutdownF 0)

Could you please give a hint about what the problem is and how to fix it?
Thank you!

I am using python 3.10.11 and SUMO 1.18.0 in windows

@dingshansun
Copy link
Author

Just for your information, here is the entire error massage:

Step #3600.00Error: tcpip::Socket::recvAndCheck @ recv: peer shutdownF 0)
Exception ignored in: <function SumoEnvironment.del at 0x000002046FDB7F40>
Traceback (most recent call last):
File "C:\Users\dings\AppData\Local\Programs\Python\Python310\lib\site-packages\sumo_rl\environment\env.py", line 446, in del
Quitting (on error).
File "C:\Users\dings\AppData\Local\Programs\Python\Python310\lib\site-packages\sumo_rl\environment\env.py", line 436, in close
File "D:\Program Files (x86)\Eclipse\Sumo\tools\traci\main.py", line 262, in close
File "D:\Program Files (x86)\Eclipse\Sumo\tools\traci\connection.py", line 396, in close
File "D:\Program Files (x86)\Eclipse\Sumo\tools\traci\connection.py", line 231, in _sendCmd
File "D:\Program Files (x86)\Eclipse\Sumo\tools\traci\connection.py", line 130, in _sendExact
OSError: [WinError 10038]

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant