Open rnowosielski opened 8 years ago
The issue happens on Windows 7 with MINGW console.
Thanks for the report, Rafal. My first guess is that the mingw console has some kind of trouble with io/console
.
I'll see if I can get a Windows box up to repro. If that's the problem, it's probably pretty easy to swap out for highline or something else that's higher level.
It looks like this issue effects HighLIne as well, since it uses io/console
under the hood. So there's probably nothing much we can do here. Does the workaround at the bottom of the linked issue mean anything to you?
I'm going to leave this issue open, but don't plan on doing any work on it to support this one terminal type on one operating system, but if you find something that works feel free to file a PR or let us know.
I'm experiencing this same issue on Windows 7 with MINGW console. The workaround for me is to use the command prompt.
In git bash, I got past this particular error with the following:
winpty -- "$(which ruby)" "$(which zanzibar)" get --wsdl=
...
@maclennann
When I try to use Zanzibar 0.1.21 calling
I get in this line an error with the following stack