cobalt-uoft / cobalt

Open data APIs for interfacing with public information from the University of Toronto.
https://cobalt.qas.im
MIT License
98 stars 20 forks source link

API 502 responses #91

Open MuradAkh opened 5 years ago

MuradAkh commented 5 years ago

Looks like there is some issue with the API, appears identical to #89 which was resolved couple months ago. The API worked fine couple days ago. Every call I try results in a 502 error.

Example:

curl https://cobalt.qas.im/api/1.0/textbooks/filter?q=course_code:csc&key=MY_KEY&limit=100

returns

<head><title>502 Bad Gateway</title></head>
<body bgcolor="white">
<center><h1>502 Bad Gateway</h1></center>
<hr><center>nginx/1.9.12</center>
</body>
</html>

Thanks a bunch again!!

MuradAkh commented 5 years ago

@isthisnagee @qasim It looks like the issue is back once again, would you guys mind looking at it?

Thanks a bunch!