-
Notifications
You must be signed in to change notification settings - Fork 7
CurseForge API missing version information for 1.16.2 #10
Comments
What I receive from an API endpoint (here): {
"id":3030860,
"displayName":"NumericPing-1.0.2-fabric1.16.2.jar",
"fileName":"NumericPing-1.0.2-fabric1.16.2.jar",
"fileDate":"2020-08-13T03:19:37.807Z",
"fileLength":21240,
"releaseType":1,
"fileStatus":4,
"downloadUrl":"https://edge.forgecdn.net/files/3030/860/NumericPing-1.0.2-fabric1.16.2.jar",
"isAlternate":false,
"alternateFileId":0,
"dependencies":[
],
"isAvailable":true,
"modules":[
{
"foldername":"numericping.mixins.json",
"fingerprint":2099035673
},
{
"foldername":"fabric.mod.json",
"fingerprint":3429416658
},
{
"foldername":"assets",
"fingerprint":614888986
},
{
"foldername":"NumericPing-refmap.json",
"fingerprint":1493072104
},
{
"foldername":"META-INF",
"fingerprint":2464251221
},
{
"foldername":"com",
"fingerprint":686898220
}
],
"packageFingerprint":4218717953,
"gameVersion":[
"Fabric"
],
"installMetadata":null,
"serverPackFileId":null,
"hasInstallScript":false,
"gameVersionDateReleased":"2019-08-01T00:00:00Z",
"gameVersionFlavor":null
} and this is what I see on the "File Details" page (here): Notice the presence in the JSON data of I'm working on a test for a Curseforge project I control so I can see if there is a problem on the project-side of things. |
I can confirm that it's happening on my own project. The API (and thus Modsman) is unable to find this file: https://www.curseforge.com/minecraft/mc-mods/mumble-link-fabric/files/3032782 |
Any file marked as supporting |
New game versions take a few days (sometimes a week or more) to show up in the API for some reason, this happens on almost every new version. |
This isn't a problem with modsman per se, but it might be able to be fixed by changing the API endpoint if the endpoint has been deprecated or something.
Mods that clearly have 1.16.2 Fabric versions are not being recognized/downloaded.
For an example, this is what I receive when visiting the API endpoint (here):
and this is what I see on the "Files" page (here):
Notice the presence in the JSON data of a
1.0.1-fabric1.16.1
version and the lack in the JSON data of a1.0.2-fabric1.16.2"
version.The text was updated successfully, but these errors were encountered: