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

`No package(s) found` result #79

Closed remal closed 1 year ago

remal commented 1 year ago

This URL returns {"result":[],"message":"No package(s) found"}: https://api.foojay.io/disco/v3.0/packages?version=17&distro=temurin

I tried different versions (9, 11) with the same result.

And even the URL from documentation returns the same empty response: 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

HanSolo commented 1 year ago

You are right, something seems to be broken...will investigate...thx for the info

HanSolo commented 1 year ago

Should be back again…could you quickly check?

HanSolo commented 1 year ago

Might take some time until the latest pkgs will appear because the db had a problem and needed a “reset”. Now the scanning for new pkgs might be a bit behind but should catch up.

HanSolo commented 1 year ago

Seems to be fixed again, so I will close it 😁