You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm trying to list files for a Curse project but I get an empty set.
CurseAPI.files(id).get().size() returns 0 but CurseAPI.project(id).get().name() returns the right project name - in my testing case WorldEdit (with id = 31043).
This is an issue on CurseForge's end; they're not providing any information for WorldEdit's files. Unfortunately, there's not much I can do about this.
Just looked into it and it seems that all BukkitDev plugins return no files info; maybe because as they are plugins they are not meant to be installed by the Twitch app.
Activity
TheRandomLabs commentedon Mar 1, 2020
This is an issue on CurseForge's end; they're not providing any information for WorldEdit's files. Unfortunately, there's not much I can do about this.
TheKinrar commentedon Mar 1, 2020
Oh, okay. Is that a common issue? Thanks for the quick reply. :)
TheRandomLabs commentedon Mar 1, 2020
This is the first time I've seen this, but it might depend on the project type.
TheKinrar commentedon Mar 1, 2020
Just looked into it and it seems that all BukkitDev plugins return no files info; maybe because as they are plugins they are not meant to be installed by the Twitch app.
Great library anyway and thanks for the help :)
TheRandomLabs commentedon Mar 1, 2020
Yeah, that's a shame. Thank you!
JamesPeters98 commentedon Apr 20, 2020
I just posted this on the Twitch feedback forum to hopefully get someone to look at this!
https://twitch.uservoice.com/forums/915910-game-mods-curseforge/suggestions/40223431-bukkitdev-files-api
TheRandomLabs commentedon Apr 21, 2020
[-]Empty CurseFiles[/-][+]File information cannot be retrieved for projects on BukkitDev[/+]TheRandomLabs commentedon May 8, 2020
Closing because this will likely never be fixed.