rubyonjets / jets

Ruby on Jets
http://rubyonjets.com
MIT License
2.6k stars 181 forks source link

extra bytes at beginning or within zipfile #376

Closed wowremywang closed 4 years ago

wowremywang commented 4 years ago

Checklist

My Environment

Software Version
Operating System MacOS Mojave 10.14.6
Jets 2.2.5
Ruby 2.5.3

Expected Behaviour

I ran jets deploy command to deploy my code. One week ago, I was able to deploy without any issues. Today, I changed some code(just 3 lines, I am sure there is no error on this) I wanted to deploy without any issues again.

Current Behavior

But I am getting this error.

.....
Checking projects gems for binary Project gems...
warning [/tmp/jets/myapi/projectgems/downloads/gems/msgpack-1.3.1.zip]:  1902437 extra bytes at beginning or within zipfile
  (attempting to process anyway)
Command Failed

Step-by-step reproduction instructions

Just I ran jets deploy

Looking forward to hearing from you. Thank you.

wowremywang commented 4 years ago

So sorry for reporting this as a bug. It was my fault. My Jets version was 2.1.7, not the latest version 2.2.5 I have upgraded Jets version to the latest one so this issue was fixed.