collective / wildcard.media

13 stars 12 forks source link

error: Not a recognized archive type: /opt/plone4/buildout-cache/downloads/dist/wildcard.media-2.0.3.zip #44

Closed merpdotcom closed 7 years ago

merpdotcom commented 7 years ago

Is this something with my system, or a bug? Buildout has been working fine for other add-ons. Plone 4.3.11. Ubuntu 16.04 LTS Please advise. Thanks!

merpdotcom commented 7 years ago

root@cms:/opt/plone4/buildout-cache/eggs# cp ../downloads/dist/wildcard.media-2.0.3.zip ./ root@cms:/opt/plone4/buildout-cache/eggs# unzip wildcard.media-2.0.3.zip Archive: wildcard.media-2.0.3.zip End-of-central-directory signature not found. Either this file is not a zipfile, or it constitutes one disk of a multi-part archive. In the latter case the central directory and zipfile comment will be found on the last disk(s) of this archive. unzip: cannot find zipfile directory in one of wildcard.media-2.0.3.zip or wildcard.media-2.0.3.zip.zip, and cannot find wildcard.media-2.0.3.zip.ZIP, period.

merpdotcom commented 7 years ago

Maybe, for some reason buildout didn't download the file completely? I went ahead and deleted the .zip from downloads/dist and eggs. And re-ran buildout. Appears to have solved it. Sorry for bothering. Cheers!

vangheem commented 7 years ago

delete the downloads/dist/wildcard.media-2.0.3.zip and try running buildout again.

Looks like something interrupted your download.

merpdotcom commented 7 years ago

Yep, that did the trick. Cheers!