TheRandomLabs / ChangelogGenerator

Generates changelogs for CurseForge modpacks.
MIT License
35 stars 5 forks source link

New Curseforge Website #18

Closed NielsPilgaard closed 5 years ago

NielsPilgaard commented 5 years ago

Hey o/

I just thought I'd let you know that since the Curseforge website update, project IDs seem to have shifted somehow, or possibly the API to access them? Either way, I have not been able to get the ChangelogGenerator to work.

Exert of stacktrace:

com.therandomlabs.curseapi.project.InvalidProjectIDException: Project with ID 314002 not found
        at com.therandomlabs.curseapi.CurseForge.lambda$fromIDNoValidation$1(CurseForge.java:240)
        at com.therandomlabs.curseapi.CurseAPI.actuallyDoWithRetries(CurseAPI.java:159)
        at com.therandomlabs.curseapi.CurseAPI.doWithRetries(CurseAPI.java:140)
        at com.therandomlabs.curseapi.CurseForge.fromIDNoValidation(CurseForge.java:235)
        at com.therandomlabs.curseapi.CurseForge.fromID(CurseForge.java:213)
        at com.therandomlabs.curseapi.project.CurseProject.<init>(CurseProject.java:142)
        at com.therandomlabs.curseapi.project.CurseProject.fromID(CurseProject.java:860)
        at com.therandomlabs.curseapi.minecraft.modpack.Mod.title(Mod.java:97)
        at com.therandomlabs.curseapi.minecraft.modpack.comparison.ModListComparison.lambda$loadModInfo$0(ModListCompari
TheRandomLabs commented 5 years ago

Yeah, I'm aware. I'll fix this soon.

On Sat, Jun 29, 2019, 04:51 Niels Pilgaard Grøndahl < notifications@github.com> wrote:

Hey o/

I just thought I'd let you know that since the Curseforge website update, project IDs seem to have shifted somehow, or possibly the API to access them? Either way, I have not been able to get the ChangelogGenerator to work.

Exert of stacktrace:

com.therandomlabs.curseapi.project.InvalidProjectIDException: Project with ID 314002 not found at com.therandomlabs.curseapi.CurseForge.lambda$fromIDNoValidation$1(CurseForge.java:240) at com.therandomlabs.curseapi.CurseAPI.actuallyDoWithRetries(CurseAPI.java:159) at com.therandomlabs.curseapi.CurseAPI.doWithRetries(CurseAPI.java:140) at com.therandomlabs.curseapi.CurseForge.fromIDNoValidation(CurseForge.java:235) at com.therandomlabs.curseapi.CurseForge.fromID(CurseForge.java:213) at com.therandomlabs.curseapi.project.CurseProject.(CurseProject.java:142) at com.therandomlabs.curseapi.project.CurseProject.fromID(CurseProject.java:860) at com.therandomlabs.curseapi.minecraft.modpack.Mod.title(Mod.java:97) at com.therandomlabs.curseapi.minecraft.modpack.comparison.ModListComparison.lambda$loadModInfo$0(ModListCompari

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/TheRandomLabs/ChangelogGenerator/issues/18?email_source=notifications&email_token=AD72X6EBUIR6HFTMINK3H3DP4ZMSDA5CNFSM4H4HXUBKYY3PNVWWK3TUL52HS4DFUVEXG43VMWVGG33NNVSW45C7NFSM4G4MCQRA, or mute the thread https://github.com/notifications/unsubscribe-auth/AD72X6FMHQEXJHFT4745ZJ3P4ZMSDANCNFSM4H4HXUBA .

NielsPilgaard commented 5 years ago

Thanks!