SOAP Response cannot be decoded

I try to run DecodeFlightRoute with the param:
“AMX229-1304830741-airline-0223”
and i recieve this:
“SOAP Response cannot be decoded”… do you know if there is a problem?

The route for some flights cannot be decoded by our system, such as that one. The exception returned by the function should include a message such as this if you handle the fault response:



  File "./tester.py", line 30, in <module>
    result = api.service.DecodeFlightRoute('AMX229-1304830741-airline-0223')
suds.WebFault: Server raised fault: 'ERROR:  Unable to parse route element MMGL


For that flight specifically, it’s failing because DecodeFlightRoute cannot handle non-US navaids/airways.

I need routes around the world… do you think in the future can add this kind of support? For this reason, maibe i have to search another company

It’s possible we’ll expand coverage, but it’s unlikely it will be comprehensive worldwide.