got the error: Error: zipinfo failed

Discussion in 'Mod Support' started by grandhomie, March 28, 2017.

  1. grandhomie

    grandhomie Active Member

    Messages:
    173
    Likes Received:
    188
    I've been working on a small mod (https://forums.uberent.com/threads/wip-land-scout-skitter-selection-mod.72370), I followed this tutorial (https://wiki.palobby.com/wiki/Creating_Your_First_Planetary_Annihilation_Mod), I tested it locally and it works great, then I tried to upload it for release and got this error: "Error: zipinfo failed" while checking for the status of my mod on https://palobby.com/community-mods/

    I'm on a mac by the way, not sure if this is why the zip archive is not recognized. I used the following command to zip the directory:
    $ zip -r fr.grandhomie.land_scout_combat_grouping_mod.zip fr.grandhomie.land_scout_combat_grouping_mod

    If anyone knows how to fix this issue, that'd be great! Thank you.
  2. grandhomie

    grandhomie Active Member

    Messages:
    173
    Likes Received:
    188
  3. grandhomie

    grandhomie Active Member

    Messages:
    173
    Likes Received:
    188
    Managed to fix it in the end. Combination of putting the mod data at the root of the github repo and versioning the archive.

Share This Page