Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] Program error

Possilby, you are not using traci.start(...) which ensures that sumo and traci are using the same port.
See https://sumo.dlr.de/docs/TraCI/Interfacing_TraCI_from_Python.html#first_steps


Am Fr., 28. Feb. 2020 um 07:08 Uhr schrieb Pallavi Mandhare <mandharepa@xxxxxxxxx>:
Hi,
How to resolve following error

python3 main.py
 Retrying in 1 seconds
Error: Could not access configuration 'tgiv1.sumo.cfg'.
Quitting (on error).
Could not connect to TraCI server at localhost:8815 [Errno 111] Connection refused
 Retrying in 2 seconds
Could not connect to TraCI server at localhost:8815 [Errno 111] Connection refused
 Retrying in 3 seconds
Could not connect to TraCI server at localhost:8815 [Errno 111] Connection refused
 Retrying in 4 seconds
^Z
[2]+  Stopped                 python3 main.py

--
Thanks & Regards
Pallavi Mandhare Burande
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To change your delivery options, retrieve your password, or unsubscribe from this list, visit
https://www.eclipse.org/mailman/listinfo/sumo-user

Back to the top