Skip to main content

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

sumo option '--no-warnings' should help.

Am Mo., 2. Dez. 2019 um 10:23 Uhr schrieb Pratik Dutta <pratikcsc@xxxxxxxxx>:
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
_______________________________________________
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