httpclient icon indicating copy to clipboard operation
httpclient copied to clipboard

HTTPClient::ReceiveTimeoutError: (execution expired)

Open navyah opened this issue 10 years ago • 2 comments

I am unable to login to the application if the app is launched from instruments.

navyah avatar Apr 10 '15 11:04 navyah

Not sure if that's what this is issue is about, but might it be something like this?

hickscorp avatar Mar 29 '17 19:03 hickscorp

Actually the same for me. Randomly, when i use proxy, i got this 2.3.0 :042 > r = clnt.get("https://google.com", follow_redirect: true) = Request

! CONNECT TO 217.xx.xx.xx:6523 HTTPClient::ConnectTimeoutError: execution expired from /var/www2/instaplus/shared/bundle/ruby/2.3.0/bundler/gems/httpclient-6c3a1258234f/lib/httpclient/session.rb:597:in initialize' from /var/www2/instaplus/shared/bundle/ruby/2.3.0/bundler/gems/httpclient-6c3a1258234f/lib/httpclient/session.rb:597:in new' from /var/www2/instaplus/shared/bundle/ruby/2.3.0/bundler/gems/httpclient-6c3a1258234f/lib/httpclient/session.rb:597:in create_socket' from /var/www2/instaplus/shared/bundle/ruby/2.3.0/bundler/gems/httpclient-6c3a1258234f/lib/httpclient/ssl_socket.rb:18:in create_socket' from /var/www2/instaplus/shared/bundle/ruby/2.3.0/bundler/gems/httpclient-6c3a1258234f/lib/httpclient/session.rb:739:in block in connect' from /usr/local/rvm/rubies/ruby-2.3.0/lib/ruby/2.3.0/timeout.rb:101:in timeout'

We have several production servers, and on some of them it works, but on some i'm getting expired error

vnazarenko avatar Apr 06 '17 20:04 vnazarenko