Skip to content

Production API gets 404 and 500 errors #230

@slape

Description

@slape

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"}]}%

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions