Skip to content
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

Net::ReadTimeout: Net::ReadTimeout with #<TCPSocket:(closed)> #100

Closed
rollbar bot opened this issue Mar 25, 2019 · 0 comments
Closed

Net::ReadTimeout: Net::ReadTimeout with #<TCPSocket:(closed)> #100

rollbar bot opened this issue Mar 25, 2019 · 0 comments

Comments

@rollbar
Copy link

rollbar bot commented Mar 25, 2019

View details in Rollbar: https://rollbar.com/omu/xokul/items/33/


Net::ReadTimeout: Net::ReadTimeout with #<TCPSocket:(closed)>
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/protocol.rb", line 217, in rbuf_fill
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/protocol.rb", line 191, in readuntil
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/protocol.rb", line 201, in readline
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/http/response.rb", line 40, in read_status_line
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/http/response.rb", line 29, in read_new
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/http.rb", line 1509, in block in transport_request
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/http.rb", line 1506, in catch
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/http.rb", line 1506, in transport_request
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/http.rb", line 1479, in request
  File "/app/vendor/bundle/ruby/2.6.0/gems/httpi-2.4.4/lib/httpi/adapter/net_http.rb", line 74, in perform
  File "/app/vendor/bundle/ruby/2.6.0/gems/httpi-2.4.4/lib/httpi/adapter/net_http.rb", line 47, in block in request
  File "/app/vendor/bundle/ruby/2.6.0/gems/httpi-2.4.4/lib/httpi/adapter/net_http.rb", line 91, in block in do_request
  File "/app/vendor/ruby-2.6.1/lib/ruby/2.6.0/net/http.rb", line 920, in start
  File "/app/vendor/bundle/ruby/2.6.0/gems/httpi-2.4.4/lib/httpi/adapter/net_http.rb", line 89, in do_request
  File "/app/vendor/bundle/ruby/2.6.0/gems/httpi-2.4.4/lib/httpi/adapter/net_http.rb", line 38, in request
  File "/app/vendor/bundle/ruby/2.6.0/gems/httpi-2.4.4/lib/httpi.rb", line 161, in request
  File "/app/vendor/bundle/ruby/2.6.0/gems/httpi-2.4.4/lib/httpi.rb", line 133, in post
  File "/app/vendor/bundle/ruby/2.6.0/gems/savon-2.12.0/lib/savon/operation.rb", line 94, in block in call_with_logging
  File "/app/vendor/bundle/ruby/2.6.0/gems/savon-2.12.0/lib/savon/request_logger.rb", line 12, in log
  File "/app/vendor/bundle/ruby/2.6.0/gems/savon-2.12.0/lib/savon/operation.rb", line 94, in call_with_logging
  File "/app/vendor/bundle/ruby/2.6.0/gems/savon-2.12.0/lib/savon/operation.rb", line 54, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/savon-2.12.0/lib/savon/client.rb", line 36, in call
  File "/app/lib/client/client.rb", line 15, in request
  File "/app/app/services/lib/services/kps/queries.rb", line 11, in addresses
  File "/app/app/controllers/kps/queries_controller.rb", line 10, in addresses
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal/basic_implicit_render.rb", line 6, in send_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/abstract_controller/base.rb", line 194, in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal/rendering.rb", line 30, in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/abstract_controller/callbacks.rb", line 42, in block in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb", line 132, in run_callbacks
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/abstract_controller/callbacks.rb", line 41, in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal/rescue.rb", line 22, in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal/instrumentation.rb", line 34, in block in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/notifications.rb", line 168, in block in instrument
  File "/app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/notifications/instrumenter.rb", line 23, in instrument
  File "/app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/notifications.rb", line 168, in instrument
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal/instrumentation.rb", line 32, in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal/params_wrapper.rb", line 256, in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/activerecord-5.2.2.1/lib/active_record/railties/controller_runtime.rb", line 24, in process_action
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/abstract_controller/base.rb", line 134, in process
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal.rb", line 191, in dispatch
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_controller/metal.rb", line 252, in dispatch
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/routing/route_set.rb", line 52, in dispatch
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/routing/route_set.rb", line 34, in serve
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/journey/router.rb", line 52, in block in serve
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/journey/router.rb", line 35, in each
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/journey/router.rb", line 35, in serve
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/routing/route_set.rb", line 840, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.6/lib/rack/etag.rb", line 25, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.6/lib/rack/conditional_get.rb", line 25, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/rack-2.0.6/lib/rack/head.rb", line 12, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/middleware/callbacks.rb", line 28, in block in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/activesupport-5.2.2.1/lib/active_support/callbacks.rb", line 98, in run_callbacks
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/middleware/callbacks.rb", line 26, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/rollbar-2.19.2/lib/rollbar/middleware/rails/rollbar.rb", line 24, in block in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/rollbar-2.19.2/lib/rollbar.rb", line 146, in scoped
  File "/app/vendor/bundle/ruby/2.6.0/gems/rollbar-2.19.2/lib/rollbar/middleware/rails/rollbar.rb", line 22, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/middleware/debug_exceptions.rb", line 61, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/rollbar-2.19.2/lib/rollbar/middleware/rails/show_exceptions.rb", line 22, in call_with_rollbar
  File "/app/vendor/bundle/ruby/2.6.0/gems/actionpack-5.2.2.1/lib/action_dispatch/middleware/show_exceptions.rb", line 33, in call
  File "/app/vendor/bundle/ruby/2.6.0/gems/railties-5.2.2.1/lib/rails/rack/logger.rb", 
@rollbar rollbar bot added the bug label Mar 25, 2019
@huseyin huseyin closed this as completed Apr 16, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant