'Internal error on the Amadeus POI API in production

Good morning, When I try to contact the Amadeus API to get points of interest, it gives me an internal error.

Sometimes it returns to me this :

 {
    "errors": [
        {
            "code": 38189,
            "title": "Internal error",
            "detail": "An internal error occurred, please contact your administrator",
            "status": 500
        }
    ]
}

Or an html code.



Solution 1:[1]

If you want an example of request with more details:

The request

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Jeremy Caney