Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[sumo-user] Remove Error Message

Hello Everyone,

I am facing an error like this:
Error: Answered with error to command 0xc4: Route replacement failed for v49

However, I am cool with the error, but the only thing I need is to not print the error message in the console during running the program. 

I am using traci with "sumo" instead of "sumo-gui" and the code follows-

traci.start(["sumo-gui", "-c", "file.sumocfg", "--tripinfo-output", "tripinfo-output.xml",
                     , "--no-step-log", "true", "-W", "true",  "--duration-log.disable"],label="master")

Regards,
Pratik Dutta

Back to the top