Skip to content

Problem with requesting password from console #19

@rnowosielski

Description

@rnowosielski

When I try to use Zanzibar 0.1.21 calling

sec = Zanzibar::Zanzibar.new(:domain => '****',
    :wsdl => "****",
    :globals => { ssl_verify_mode: :none } )

I get in this line an error with the following stack

$ rake develop --trace
** Invoke develop (first_time)
** Invoke setup_secrets (first_time)
** Execute setup_secrets
rake aborted!
Errno::EBADF: Bad file descriptor
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/zanzibar-0.1.21/lib/zanzibar.rb:69:in `noecho'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/zanzibar-0.1.21/lib/zanzibar.rb:69:in `prompt_for_password'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/zanzibar-0.1.21/lib/zanzibar.rb:34:in `initialize'
D:/StepCheck/Rakefile:175:in `new'
D:/StepCheck/Rakefile:175:in `block in <top (required)>'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:248:in `call'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:248:in `block in execute'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:243:in `each'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:243:in `execute'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:187:in `block in    invoke_with_call_chain'
C:/Ruby22-x64/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:180:in `invoke_with_call_chain'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:209:in `block in invoke_prerequisites'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:207:in `each'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:207:in `invoke_prerequisites'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:186:in `block in invoke_with_call_chain'
C:/Ruby22-x64/lib/ruby/2.2.0/monitor.rb:211:in `mon_synchronize'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:180:in `invoke_with_call_chain'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/task.rb:173:in `invoke'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:150:in `invoke_task'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:106:in `block (2 levels) in top_level'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:106:in `each'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:106:in `block in top_level'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:115:in `run_with_threads'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:100:in `top_level'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:78:in `block in run'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:176:in `standard_exception_handling'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/lib/rake/application.rb:75:in `run'
C:/Ruby22-x64/lib/ruby/gems/2.2.0/gems/rake-11.0.1/bin/rake:33:in `<top (required)>'
C:/Ruby22-x64/bin/rake:23:in `load'
C:/Ruby22-x64/bin/rake:23:in `<main>'
Tasks: TOP => develop => setup_secrets
Please enter password for ***:

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions