apis-is / apis

Making data readily available to anyone interested
https://apis.is
MIT License
162 stars 64 forks source link

Bad Gateway being thrown when trying to call Concerts endpoint #506

Open 0x43eba opened 2 years ago

0x43eba commented 2 years ago

The concerts endpoint is throwing 502/Bad Gateway errors.

Steps to reproduce

Call http://apis.is/concerts/ from postman. Get the following error:

<html>

<head>
    <title>502 Bad Gateway</title>
</head>

<body bgcolor="white">
    <center>
        <h1>502 Bad Gateway</h1>
    </center>
    <hr>
    <center>nginx/1.14.0 (Ubuntu)</center>
</body>

</html>

Other endpoints work just fine. I've been using the weather endpoint with no issues.