dizzyd / mcdex

Minecraft Modpack Management
Apache License 2.0
74 stars 8 forks source link

Extra '/' in forge library address causing 404 #46

Closed CryoByte33 closed 5 years ago

CryoByte33 commented 5 years ago

Hey everyone! Looked through the open issues and didn't see this so I thought I'd bring it up. I'm trying to install Skyblock 2 (https://minecraft.curseforge.com/projects/310396) and got through the mod install perfectly, but server.install is failing:

[root@mc-stoneblock minecraft]# ./mcdex server.install /minecraft ftb-presents-stoneblock-2
-- /minecraft --
Downloading minecraft_server.1.12.2.jar
Downloading Forge 14.23.5.2836
Skipping net.minecraftforge:forge:1.12.2-14.23.5.2836 - not client or server req!
Installing net.minecraft:launchwrapper:1.12: https://libraries.minecraft.net
Installing org.ow2.asm:asm-all:5.2: http://files.minecraftforge.net/maven/
Installing org.jline:jline:3.5.1: http://files.minecraftforge.net/maven/
Installing net.java.dev.jna:jna:4.4.0: https://libraries.minecraft.net
Installing com.typesafe.akka:akka-actor_2.11:2.3.3: http://files.minecraftforge.net/maven/
Installing forge libraries failed 1.12.2-forge-14.23.5.2836: {"checksums":["ed62e9fc709ca0f2ff1a3220daa8b70a2870078e","25a86ccfdb6f6dfe08971f4825d0a01be83a6f2e"],"clientreq":true,"name":"com.typesafe.akka:akka-actor_2.11:2.3.3","serverreq":true,"url":"http://files.minecraftforge.net/maven/"}: failed to download http://files.minecraftforge.net/maven//com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar: unexpected HTTP response 404
2019/05/11 18:54:05 failed to install forge: {"checksums":["ed62e9fc709ca0f2ff1a3220daa8b70a2870078e","25a86ccfdb6f6dfe08971f4825d0a01be83a6f2e"],"clientreq":true,"name":"com.typesafe.akka:akka-actor_2.11:2.3.3","serverreq":true,"url":"http://files.minecraftforge.net/maven/"}: failed to download http://files.minecraftforge.net/maven//com/typesafe/akka/akka-actor_2.11/2.3.3/akka-actor_2.11-2.3.3.jar: unexpected HTTP response 404

I believe the issue to be a spare / in the address between maven and com. Let me know if I can do anything to help with this as this tool is the best thing since sliced bread!

dizzyd commented 5 years ago

Hi @CryoByte33 - I'm having difficulties reproducing this. Could you please start from scratch and list all the commands you ran? It looks more like an interstitial problem, but I might be wrong. :)

Thanks!

dizzyd commented 5 years ago

I'm closing this issue as I've not been able to reproduce. Please feel free to re-open.