-
Notifications
You must be signed in to change notification settings - Fork 62
Description
Hello team,
lately i am facing 'Error invoking method setFlightServiceV1' error, when i made booking.
Can anyone help with this please?
body:
{ segments: [ { from: 'KWI', to: 'ADD', group: 0, departure: '2025-05-29T02:55:00.000+03:00', arrival: '2025-05-29T07:05:00.000+03:00', airline: 'ET', flightNumber: '621', uapi_segment_ref: 'mr1vVbvFuDKAWWWHz/eZoAAAA==', serviceClass: 'Economy', plane: [Array], duration: [Array], techStops: [], bookingClass: 'H', baggage: [Array], fareBasisCode: 'HESKW' }, { from: 'ADD', to: 'KWI', group: 1, departure: '2025-05-30T21:55:00.000+03:00', arrival: '2025-05-31T02:05:00.000+03:00', airline: 'ET', flightNumber: '620', uapi_segment_ref: 'mr1vVbvFuDKAJzDDD/eZoAAAA==', serviceClass: 'Economy', plane: [Array], duration: [Array], techStops: [], bookingClass: 'H', baggage: [Array], fareBasisCode: 'HESKW' } ], passengers: [ { firstName: 'AAA', lastName: 'BBB', ageCategory: 'ADT', passCountry: 'ET', passNumber: 'EP999999', passExpireDate: '23Sep29', birthDate: '1986-09-11', gender: 'F' } ], phone: { countryCode: '251', number: '911111111', location: 'ET' }, rule: 'SIP', allowWaitlist: true }
Response Error:
UnhandledError [RequestRuntimeError.UnhandledError]: Error during request. Please try again later at Parser.AirErrorHandler (~/node_modules/uapi-json/src/Services/Air/AirParser.js:552:19) at validateSOAP (~/node_modules/uapi-json/src/Request/uapi-request.js:156:29) at processTicksAndRejections (node:internal/process/task_queues:95:5) at ~/helpers/adapt-request.js:68:9 { data: null, statusCode: undefined, causedBy: AirRuntimeError [RuntimeError.AirRuntimeError]: Air service runtime error at Parser.AirErrorHandler (~/node_modules/uapi-json/src/Services/Air/AirParser.js:552:64) at validateSOAP (~/node_modules/uapi-json/src/Request/uapi-request.js:156:29) at processTicksAndRejections (node:internal/process/task_queues:95:5) at ~/helpers/adapt-request.js:68:9 { data: { faultcode: 'Server.System', faultstring: 'Error invoking method setFlightServiceV1', detail: [Object] }, statusCode: 598 } }