packwiz / packwiz-installer-bootstrap

An updater for packwiz-installer.
https://packwiz.infra.link/
MIT License
27 stars 8 forks source link

Illegal character in path cause errors. #1

Closed gaycookie closed 3 years ago

gaycookie commented 3 years ago
Failed to download modpack, the following errors were encountered:
inventory-hud-forge.toml: com.google.gson.JsonParseException: Failed to parse URI
...
Caused by: java.net.URISyntaxException: Illegal character in path at index 61:
https://edge.forgecdn.net/files/3198/762/InventoryHUD-fabric-[1.16.2-1.16.5]-3.2.2.jar

inventory-hud-forge.toml

name = "Inventory HUD+"
filename = "InventoryHUD-fabric-[1.16.2-1.16.5]-3.2.2.jar"
side = "both"

[download]
url = "https://edge.forgecdn.net/files/3198/762/InventoryHUD-fabric-[1.16.2-1.16.5]-3.2.2.jar"
hash-format = "murmur2"
hash = "3155476420"

[update]
[update.curseforge]
file-id = 3198762
project-id = 357540
release-channel = "beta"

Dear developers.

I stumbled on an error that kind of prevents me from using this module of Packwiz with my modpack When I try to make it download the mods, it always errors on this exact same mod. I do not know what I can do about it or if there is a way around it?

Greetings