I've got this two errors today (first error: no pushback in Airport config)
problem raised by addon <unknown>
Traceback (most recent call last):
File ".\GSX\assistanceServices\__init__.py", line 3426, in pushBackRequested
File ".\common\fsm.py", line 67, in switchToState
File ".\GSX\assistanceServices\__init__.py", line 3658, in enter
AttributeError: 'Departure' object has no attribute 'pushBackVehicle'
{'Airport': 'EHRD', 'Requested assistance services at': 'Gate B 3', 'User Pos': (51.95079223408279, 4.433122249563499, 2.49528 m, 2.49528 m, 327.1099827403816, 0.01741948351264, 0.011344640515744686, 0.0, 2.5511759651184085, 1.0)}
GSX SimStop
After that, I tried to change Airport config
problem raised by addon <unknown>
Traceback (most recent call last):
File ".\common\fsm.py", line 67, in switchToState
File ".\GSX\assistanceServices\pushBack.py", line 540, in enter
AttributeError: 'NoneType' object has no attribute 'walkTo'
{'Airport': 'EHRD', 'Requested assistance services at': 'Gate B 3', 'User Pos': (51.95079223408279, 4.433122249563499, 2.49528 m, 2.49528 m, 327.1099827403816, 0.01741948351264, 0.011344640515744686, 0.0, 2.5511759651184085, 1.0)}
GSX SimStop