foojayio / discoapi

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

discoapi currently returning empty results #76

Closed lread closed 1 year ago

lread commented 1 year ago

Hiya, I expect you might know about this, but in case you do not, the discoapi seems to be currently returning empty results.

Example: https://api.foojay.io/disco/v3.0/packages/all

Is currently returning:

{"result":[],"message":""}

Or this example from the README: 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

{"result":[],"message":"No package(s) found"}
HanSolo commented 1 year ago

Yep we are running a complete deployment at the moment...should be back again soon...

lread commented 1 year ago

Looks happy again, closing!