It's the A320 Fenix. I dont use a custom profile. I just fly from A to B, want to park the plane at the gate und some seconds after vdgs system has started to guide the plane ... it crashes.
I posted 3 Situtations ... the first was at EDDM
Traceback (most recent call last):
File ".\common\criticalsection.py", line 23, in _synchronized
File ".\GSX\__init__.py", line 974, in checkAirplane
File ".\common\aircraftData.py", line 1169, in brakesPosition
File ".\common\__init__.py", line 39, in _executeCalculatorCode
TypeError: %d format: a number is required, not NoneType
{'Airport': 'EDDM', 'Requested assistance services at': 'Gate B 8R', 'Requested parking services to': 'Gate 247', 'User Pos': (48.356140928242205, 11.79647552469791, 452.844 m, 2.88105 m, 82.37009524098366, 0.004151198547333479, 0.001745329238474369, 0.00041488929500780924, 3.18211187210083, 1.0)}
Gate B 8R refers to depature Gate at LTFM
The second in EDDB
Traceback (most recent call last):
File ".\common\criticalsection.py", line 23, in _synchronized
File ".\GSX\__init__.py", line 974, in checkAirplane
File ".\common\aircraftData.py", line 1169, in brakesPosition
File ".\common\__init__.py", line 39, in _executeCalculatorCode
TypeError: %d format: a number is required, not NoneType
{'Airport': 'EDDB', 'Requested parking services to': 'Gate B 5', 'User Pos': (52.36493298852431, 13.504735614944503, 46.9238 m, 2.8804 m, 65.3141009907652, -0.0022790133953094482, 0.001745329238474369, -0.0002265150441275692, 3.18211187210083, 1.0)}
And LOWW
Traceback (most recent call last):
File ".\common\criticalsection.py", line 23, in _synchronized
File ".\GSX\__init__.py", line 974, in checkAirplane
File ".\common\aircraftData.py", line 1169, in brakesPosition
File ".\common\__init__.py", line 39, in _executeCalculatorCode
TypeError: %d format: a number is required, not NoneType
{'Airport': 'LOWW', 'Requested assistance services at': 'Gate 4B', 'Requested parking services to': 'Gate F 37', 'User Pos': (48.11638136890476, 16.56941979076123, 185.815 m, 2.87854 m, 21.100913832106443, 0.0041631292551755905, 0.001745329238474369, 0.0002700680350077131, 3.18211187210083, 1.0)}
Gate 4B refers to depature Gate at EDDH
AND AGAIN THE QUESTION
Why is each time the depature gate mentioned in the json object?
-> Requested assistance service at ----- THIS refers to the gate where i depart from.
What about this when you look in the python error
TypeError: %d format: a number is required, not NoneType
The daparture gate was always something like 5B so alphanumerical. For what reason ever gsx takes the depature gate in consideration and is looking for a number ... that wont work and causes an exception.
Take a look into the role the depature gate plays in this context.