foojayio / discoapi

The foojay discovery api (discoapi) is made to discover java packages (jre/jdk) from different distributions.
GNU General Public License v2.0
107 stars 12 forks source link

API returns 503 Service Temporarily Unavailable #85

Closed florianmutter closed 10 months ago

florianmutter commented 10 months ago

Right now the API return 503 Service Temporarily Unavailable

$ curl "https://api.foojay.io/disco/v3.0/packages?package_type=jdk&latest=available&version=11&javafx_bundled=true&operating_system=macos&architecture=x64&archive_type=dmg&archive_type=pkg" 
<html>
<head><title>503 Service Temporarily Unavailable</title></head>
<body>
<center><h1>503 Service Temporarily Unavailable</h1></center>
<hr><center>nginx</center>
</body>
</html>
HanSolo commented 10 months ago

Yep, saw that too, we already investigate what’s going on, thx for the heads-up 👍🏻

tinder-ryantrontz commented 10 months ago

Is there anywhere we should be looking for status updates on this? @HanSolo Thanks for all of your hard work and help on this.

HanSolo commented 10 months ago

No there isn’t a status page, we are still working on it…

HanSolo commented 10 months ago

Should be back online

petersononyeukwu-asurion commented 10 months ago

I ran into this issue earlier since I was downloading jbang on a new system. But I can confirm that it's working now.