[x] Upgrade Jets: Are you using the latest version of Jets? This allows Jets to fix issues fast. There's a jets upgrade command that makes this a simple task. There's also an Upgrading Guide: http://rubyonjets.com/docs/upgrading/
[ ] Reproducibility: Are you reporting a bug others will be able to reproduce and not asking a question. If you're unsure or want to ask a question, do so on https://community.rubyonjets.com
[ ] Code sample: Have you put together a code sample to reproduce the issue and make it available? Code samples help speed up fixes dramatically. If it's an easily reproducible issue, then code samples are not needed. If you're unsure, please include a code sample.
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
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.
Checklist
jets upgrade
command that makes this a simple task. There's also an Upgrading Guide: http://rubyonjets.com/docs/upgrading/My Environment
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.
Step-by-step reproduction instructions
Just I ran jets deploy
Looking forward to hearing from you. Thank you.