-
-
Notifications
You must be signed in to change notification settings - Fork 1.8k
Labels
Description
Describe the problem
After adding MODRINTH_PROJECTS=no-chat-reports, the build fails with Failed to parse version response. Removing no-chat-reports and the build works normally.
Container definition
podman volume create mc-test-data
podman run -e EULA=TRUE -e TYPE=FABRIC -e MODRINTH_PROJECTS=fabric-api,lithium,phosphor,no-chat-reports -v mc-test-data:/data --name mc-test docker.io/itzg/minecraft-server:latest
Container logs
[init] Running as uid=1000 gid=1000 with /data as 'drwxrwxr-x. 9 1000 1000 4096 Aug 28 20:12 /data'
[init] Resolved version given LATEST into 1.19.2 and major version 1.19
[init] Resolving type given FABRIC
[init] Checking Fabric Launcher version information.
[init] Checking Fabric Loader version information.
[mc-image-helper] 20:15:17.512 INFO : Downloading phosphor-fabric-mc1.19.x-0.8.1.jar
[mc-image-helper] 20:15:17.514 INFO : Downloading lithium-fabric-mc1.19.2-0.8.3.jar
[mc-image-helper] 20:15:17.593 INFO : Downloading fabric-api-0.60.0+1.19.2.jar
[mc-image-helper] 20:15:17.657 ERROR : 'modrinth' command failed: Failed to parse version response
Streaming disconnected
Metadata
Metadata
Assignees
Labels
Projects
Status
Done