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
Morning guys, i seem to be running into this weird issue when trying to start my server
I've been running an all-the-mods-10 server for the past couple days and sometimes when i try and start the server i keep getting:
sometimes a restart fixes it but this time its not helped and the container just wont start, any advice apricated !
all-the-mods-10 | [init] Running as uid=1000 gid=1000 with /data as 'drwxr-xr-x 16 1000 1000 4096 May 5 09:53 /data'
all-the-mods-10 | [init] Image info: buildtime=2025-05-04T21:49:44.111Z,version=java21,revision=1c0fe6ff1028216bf9d8153f4d61793d96d26ee5
all-the-mods-10 | [mc-image-helper] 09:57:29.494 ERROR : 'install-curseforge' command failed. Version is 1.41.9
all-the-mods-10 | me.itzg.helpers.errors.GenericException: No matching files found for mod 'all-the-mods-10' (925200) using fileMatcher '2.41'
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeApiClient.lambda$resolveModpackFile$4(CurseForgeApiClient.java:188)
all-the-mods-10 | at java.base/java.util.Optional.orElseThrow(Unknown Source)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeApiClient.resolveModpackFile(CurseForgeApiClient.java:183)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.resolveModpackFileAndProcess(CurseForgeInstaller.java:332)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.installByRetrievingModpackZip(CurseForgeInstaller.java:257)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.lambda$install$3(CurseForgeInstaller.java:182)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.install(CurseForgeInstaller.java:228)
all-the-mods-10 | at me.itzg.helpers.curseforge.CurseForgeInstaller.install(CurseForgeInstaller.java:181)
all-the-mods-10 | at me.itzg.helpers.curseforge.InstallCurseForgeCommand.call(InstallCurseForgeCommand.java:222)
all-the-mods-10 | at me.itzg.helpers.curseforge.InstallCurseForgeCommand.call(InstallCurseForgeCommand.java:30)
all-the-mods-10 | at picocli.CommandLine.executeUserObject(CommandLine.java:2031)
all-the-mods-10 | at picocli.CommandLine.access$1500(CommandLine.java:148)
all-the-mods-10 | at picocli.CommandLine$RunLast.executeUserObjectOfLastSubcommandWithSameParent(CommandLine.java:2469)
all-the-mods-10 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2461)
all-the-mods-10 | at picocli.CommandLine$RunLast.handle(CommandLine.java:2423)
all-the-mods-10 | at picocli.CommandLine$AbstractParseResultHandler.execute(CommandLine.java:2277)
all-the-mods-10 | at picocli.CommandLine$RunLast.execute(CommandLine.java:2425)
all-the-mods-10 | at picocli.CommandLine.execute(CommandLine.java:2174)
all-the-mods-10 | at me.itzg.helpers.McImageHelper.main(McImageHelper.java:178)
all-the-mods-10 | [init] [ERROR] Failed to auto-install CurseForge modpack
all-the-mods-10 exited with code 1
The text was updated successfully, but these errors were encountered:
There seems to be a sporadic problem with CurseForge web API not responding with the file listing. I have been encountering this at times but can't yet reproduce it within a debugger.
Describe the problem
Morning guys, i seem to be running into this weird issue when trying to start my server
I've been running an all-the-mods-10 server for the past couple days and sometimes when i try and start the server i keep getting:
sometimes a restart fixes it but this time its not helped and the container just wont start, any advice apricated !
Container definition
Container logs
The text was updated successfully, but these errors were encountered: