-
Notifications
You must be signed in to change notification settings - Fork 35
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Handle @position=nil case properly #78
Comments
Thanks for the report! What versions of Capistrano and SSHKit are you running? |
Also, if you could offer any insight into why this may be happening, I would appreciate the troubleshooting assistance. The Some ideas:
Worst case, I can patch the code so that Thanks! |
sshkit-1.10.0 / capistrano-3.5.0
I vaguely remember that it occurred when I was deploying to multiple servers without host filters. So, yes.
No.
It was pretty random, so it may be a threading issue as you mentioned. I'll use host filter to work around that for now. As much as I wanted to help you more, I don't have time to dig into the source at this moment. Maybe I was too adventurous when I decided to upgrade Capistrano as well as Debian, Sunzi, MySQL, etc. at the same time... 😄 |
One more question: are you using
|
Yes, exactly. |
Great. Now I think I understand how nested |
Fix has been released in 1.0.2 🚢 |
During execution of a Capistrano task, I'm seeing the following error from time to time. It looks like
@position
can be nil inAirbrussh::CommandFormatter
.The text was updated successfully, but these errors were encountered: