Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [sumo-user] dealing with errors

Hi Ali,

usually this is a version mismatch between traci and sumo.

Have you two versions of sumo?

Uninstall the old ones or make sure that SUMO_HOME points to the newer installation.

Greetings, Harald

Am 13.05.21 um 00:19 schrieb ali mirzaei:
Hello everyone,
I don't know how to deal with the following functions and their
subsequent errors:
1-  print(traci.junction.getParameterWithKey('j1','shape'))
Error: Answered with error to command 0xa9: Get Junction Variable:
unsupported variable 0x3e specified
2- print(traci.junction.getshape('j1'))
AttributeError: 'JunctionDomain' object has no attribute 'getshape'
Any help would be appreciated.

Regards,
Ali
_______________________________________________
sumo-user mailing list
sumo-user@xxxxxxxxxxx
To unsubscribe from this list, visit https://www.eclipse.org/mailman/listinfo/sumo-user


Back to the top