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

traci.exceptions.FatalTraCIError: connection closed by SUMO #8125

Closed
Adaickalavan opened this issue Jan 22, 2021 · 2 comments
Closed

traci.exceptions.FatalTraCIError: connection closed by SUMO #8125

Adaickalavan opened this issue Jan 22, 2021 · 2 comments
Milestone

Comments

@Adaickalavan
Copy link

We have built an application using SUMO and we receive the following error from SUMO.

Traceback (most recent call last):
 File "/home/kyber/workspaces/SMARTS/smarts/core/sumo_traffic_simulation.py", line 313, in step
   self._traci_conn.simulationStep(self._cumulative_sim_seconds)
 File "/usr/share/sumo/tools/traci/connection.py", line 302, in simulationStep
   result = self._sendCmd(tc.CMD_SIMSTEP, None, None, "D", step)
 File "/usr/share/sumo/tools/traci/connection.py", line 180, in _sendCmd
   return self._sendExact()
 File "/usr/share/sumo/tools/traci/connection.py", line 90, in _sendExact
   raise FatalTraCIError("connection closed by SUMO")
traci.exceptions.FatalTraCIError: connection closed by SUMO
@behrisch
Copy link
Contributor

I really tried (huawei-noah/SMARTS#472) but it is hard to reproduce. Can you send a somewhat isolated example?

@behrisch
Copy link
Contributor

behrisch commented Feb 2, 2021

Agreed with the original reporter to close it until a better example shows up. See also huawei-noah/SMARTS#472

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

No branches or pull requests

3 participants