gdheeraj
4 years agoNew Member
OpenTimeout Error | Net::OpenTimeout: execution expired
Hi, we are using Cucumber Studio for our BDD and protractor-jasmine automation.
There are organization proxy changes and updated the new proxy but when try to download features files, seeing Timeout.
Any help to resolve the issue would be appreciated.
Spoiler
Net::OpenTimeout: execution expired
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:947:in `initialize'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:947:in `open'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:947:in `block in connect'
C:/Ruby26-x64/lib/ruby/2.6.0/timeout.rb:103:in `timeout'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:945:in `connect'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:930:in `do_start'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:919:in `start'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:605:in `start'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:237:in `send_request'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:198:in `send_get_request'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:99:in `block in fetch_project_export'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/formatters/reporter.rb:33:in `with_status_message'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:98:in `fetch_project_export'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher.rb:86:in `fetch_xml_file'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher.rb:81:in `get_xml_file'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher.rb:59:in `run'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/bin/hiptest-pub
lisher:51:in `<top (required)>'
C:/Ruby26-x64/bin/hiptest-publisher:23:in `load'
C:/Ruby26-x64/bin/hiptest-publisher:23:in `<main>'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:947:in `initialize'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:947:in `open'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:947:in `block in connect'
C:/Ruby26-x64/lib/ruby/2.6.0/timeout.rb:103:in `timeout'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:945:in `connect'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:930:in `do_start'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:919:in `start'
C:/Ruby26-x64/lib/ruby/2.6.0/net/http.rb:605:in `start'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:237:in `send_request'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:198:in `send_get_request'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:99:in `block in fetch_project_export'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/formatters/reporter.rb:33:in `with_status_message'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher/client.rb:98:in `fetch_project_export'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher.rb:86:in `fetch_xml_file'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher.rb:81:in `get_xml_file'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/lib/hiptest-pub
lisher.rb:59:in `run'
C:/Ruby26-x64/lib/ruby/gems/2.6.0/gems/hiptest-publisher-2.3.0/bin/hiptest-pub
lisher:51:in `<top (required)>'
C:/Ruby26-x64/bin/hiptest-publisher:23:in `load'
C:/Ruby26-x64/bin/hiptest-publisher:23:in `<main>'
Thanks