Page 1 of 1

Unable to upload mod - 500 Info.json not found

Posted: Thu Feb 14, 2019 8:41 am
by cdaringe
Hi all,

I'm using the same zip bundling script i have for the last 2 releases, but now the mod portal is rejecting my mod with HTTP 500 "Info.json not found."
  • my artifact has an info.json
  • i tried info.json => Info.json
  • <mod-name>-$VERSION.zip & <mod-name>_$VERSION.zip fail
AFAIK, the zip artifact is valid. See attached. Hot tips appreciated.

Thanks,

Chris

Re: Unable to upload mod - 500 Info.json not found

Posted: Fri Feb 15, 2019 1:30 pm
by Sanqui
cdaringe, your mod ZIP has the wrong structure. The game should be rejecting your mod like this, too. Mod files including info.json must be in a directory inside the zip.

Re: Unable to upload mod - 500 Info.json not found

Posted: Sat Feb 16, 2019 2:45 am
by cdaringe
thx sanqui. I feel like a dummy. Not sure _what_ changed!