jackfranklin / pulldown

The minimal JavaScript package manager.
175 stars 7 forks source link

Compressed files seem to be corrupted #94

Open halcarleton opened 10 years ago

halcarleton commented 10 years ago

When I pulldown http://twitter.github.io/bootstrap/assets/bootstrap.zip the file will not 'unzip'. I get an error saying that it is empty.

I also tried https://github.com/paulrobertlloyd/barebones/archive/master.zip and I get an error saying that "the compressed file is invalid". If i download load these compressed folders through chrome there is no issue.

Pulling down single files works fine.

Lastly, none of the presets seem to work. pulldown jquery and pulldown bootstrap return

-> Error: Our API returned a 503. It may be offline currently.
Please check the Pulldown issue tracker [https://github.com/jackfranklin/pulldown/issues?state=open]
and report this if it hasn't been already.

I'm running windows 8.1 Node.js v0.10.26 NPM v1.4.3

jackfranklin commented 10 years ago

Hey @halleycarleton,

Thanks for the report. Firstly, the API is unfortunately down at the moment, although we should have it up shortly (I'm working on it right now).

We'll look into the messing up of zip files - nothing immediately comes to mind to what could be causing the problem but something must be. I'll do some digging.