thunderstore-io / Thunderstore

Thunderstore is a mod database and API for downloading mods. Thunderstore Discord: https://discord.thunderstore.io/
https://thunderstore.io/
GNU Affero General Public License v3.0
128 stars 27 forks source link

/package/uuid4/ Endpoint not working #323

Open Taraman17 opened 3 years ago

Taraman17 commented 3 years ago

The attempt to load a single package always gives {"error": "No cache available"} as answer for me. I tried several packages, but the one in question is: https://valheim.thunderstore.io/api/v1/package/c11edf2c-85d9-42ff-811b-139faa4c51b3/

As far as I can see, no authentication should be needed for that call.

ebkr commented 3 years ago

The uuid4 part of the v1 endpoint is currently broken. If you need that information you can use https://valheim.thunderstore.io/api/experimental/package/denikson/BepInExPack_Valheim/

It does however have an incorrect download count within the response.

Taraman17 commented 3 years ago

Thank you. Since I don't need the download count, that is perfectly suitable for me.