Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

No Fabric mods added or changed since 2021-06-21. #5

Open
John-Paul-R opened this issue Jul 25, 2021 · 2 comments
Open

No Fabric mods added or changed since 2021-06-21. #5

John-Paul-R opened this issue Jul 25, 2021 · 2 comments

Comments

@John-Paul-R
Copy link

The query

{
  addons(gameId: 432, category: "Fabric") {
    id
    dateModified
  }
}

returns a list of 2998 mods, none of which have modifications after 2021-06-21.

@John-Paul-R
Copy link
Author

Further testing indicates that this affects all mods, not just Fabric mods.

@makamys
Copy link

makamys commented Aug 4, 2021

I can confirm the dateModified field is stale, and recently created mods have no data at all. But strangely the files field of older mods is up to date. For example:

{
  addons(gameId: 432, section: "Mods", idList: [317780]){
    dateModified
    files {
      id
      fileDate
    }
  }
}

the modification date is outdated

      "dateModified" : "2021-05-24T13:54:55",

but the file list is up to date, with the latest file appearing:

      }, {
        "id" : 3408554,
        "fileDate" : "2021-08-01T13:16:04"
      }, {

Additionally, the HTTP API is still up to date, this issue only exists in GraphQL. For example this 1 week old mod is fine with HTTP: https://curse.nikky.moe/api/addon/509019
but GraphQL returns an empty result.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants