amadeus-node icon indicating copy to clipboard operation
amadeus-node copied to clipboard

No response found for this query

Open nick-thedx opened this issue 1 month ago • 0 comments

I'm using the travel destinations API in production as well as the dates API, and I'm getting the following undocumented response code that I don't expect.

example query:

/v1/shopping/flight-dates?origin=CPH&destination=SGN&departureDate=2025-11-15%2C2025-11-29
  description: [
    {
      status: 404,
      code: 1797,
      title: 'NOT FOUND',
      detail: 'No response found for this query'
    }
  ],

nick-thedx avatar Nov 15 '25 15:11 nick-thedx