Skip to content

Instantly share code, notes, and snippets.

@Wxrlds
Last active August 11, 2020 20:58
Show Gist options
  • Save Wxrlds/34267376c951c31c34843fc5f48e8868 to your computer and use it in GitHub Desktop.
Save Wxrlds/34267376c951c31c34843fc5f48e8868 to your computer and use it in GitHub Desktop.
Changelog Generator Error
Exception in thread "main" com.therandomlabs.curseapi.InvalidCurseForgeProjectException: Invalid CurseForge project URL: https://minecraft.curseforge.com/projects/Technocratica
        at com.therandomlabs.curseapi.InvalidCurseForgeProjectException.validate(InvalidCurseForgeProjectException.java:23)
        at com.therandomlabs.curseapi.project.CurseProject.fromURL(CurseProject.java:908)
        at com.therandomlabs.curseapi.project.CurseProject.fromURL(CurseProject.java:890)
        at com.therandomlabs.curseapi.project.CurseProject.fromSlug(CurseProject.java:871)
        at com.therandomlabs.curseapi.project.CurseProject.fromSlug(CurseProject.java:851)
        at com.therandomlabs.changeloggenerator.ChangelogGenerator.run(ChangelogGenerator.java:86)
        at com.therandomlabs.changeloggenerator.ChangelogGenerator.main(ChangelogGenerator.java:74)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment