-
Notifications
You must be signed in to change notification settings - Fork 83
Description
The production API seems to be overwhelmed or not functioning properly. API responses often return 404 or 500 errors for simple requests
(venv) ➜ amadeus curl -X GET "https://api.amadeus.com/v1/shopping/flight-dates?origin=ATL&destination=NYC" -H "Authorization: Bearer $ACCESS_TOKEN" -k
{"errors":[{"status":404,"code":1797,"title":"NOT FOUND","detail":"No response found for this query"}]}%
(venv) ➜ amadeus curl -X GET "https://api.amadeus.com/v1/shopping/flight-dates?origin=ATL&destination=NYC" -H "Authorization: Bearer $ACCESS_TOKEN" -k
{"errors":[{"status":500,"code":141,"title":"SYSTEM ERROR HAS OCCURRED","detail":"An system error occurred while trying to retrieve the details"}]}%
(venv) ➜ amadeus curl -X GET "https://api.amadeus.com/v1/shopping/flight-dates?origin=ATL&destination=NYC" -H "Authorization: Bearer $ACCESS_TOKEN" -k
{"errors":[{"status":500,"code":141,"title":"SYSTEM ERROR HAS OCCURRED","detail":"An system error occurred while trying to retrieve the details"}]}%