-
Notifications
You must be signed in to change notification settings - Fork 1
Description
Hi,
I'm receiving the Net::ReadTimeout when I try to send an otp using send_otp
Log :
'Net::ReadTimeout: Net::ReadTimeout
from net/protocol.rb:158:in rbuf_fill' from net/protocol.rb:136:in readuntil'
from net/protocol.rb:146:in readline' from net/http/response.rb:40:in read_status_line'
from net/http/response.rb:29:in read_new' from seahorse/client/net_http/patches.rb:29:in block in new_transport_request'
from seahorse/client/net_http/patches.rb:26:in catch' from seahorse/client/net_http/patches.rb:26:in new_transport_request'
from net/http.rb:1407:in request' from net/http.rb:1400:in block in request'
from net/http.rb:853:in start' from net/http.rb:1398:in request'
from send_otp.rb:128:in do_request' from send_otp.rb:42:in send_otp'
from app/controllers/application_controller.rb:62:in send_otp' from app/messengers/user_messenger.rb:5:in create_account'
from app/controllers/users_controller.rb:56:in create' from action_controller/metal/basic_implicit_render.rb:4:in send_action'
from abstract_controller/base.rb:188:in process_action' from action_controller/metal/rendering.rb:30:in process_action'
from abstract_controller/callbacks.rb:20:in block in process_action' from active_support/callbacks.rb:126:in call'
from active_support/callbacks.rb:506:in block (2 levels) in compile' from active_support/callbacks.rb:455:in call'
from active_support/callbacks.rb:448:in block (2 levels) in around' from active_support/callbacks.rb:286:in block (2 levels) in halting'
from raven/integrations/rails/controller_transaction.rb:7:in block in included' from active_support/callbacks.rb:391:in instance_exec'
from active_support/callbacks.rb:391:in block in make_lambda' from active_support/callbacks.rb:285:in block in halting'
from active_support/callbacks.rb:447:in block in around' from active_support/callbacks.rb:455:in call'
from active_support/callbacks.rb:101:in __run_callbacks__' from active_support/callbacks.rb:750:in _run_process_action_callbacks'
from active_support/callbacks.rb:90:in run_callbacks' from abstract_controller/callbacks.rb:19:in process_action'
from action_controller/metal/rescue.rb:20:in process_action' from action_controller/metal/instrumentation.rb:32:in block in process_action'
from active_support/notifications.rb:164:in block in instrument' from active_support/notifications/instrumenter.rb:21:in instrument'
from active_support/notifications.rb:164:in instrument' from action_controller/metal/instrumentation.rb:30:in process_action'
from action_controller/metal/params_wrapper.rb:248:in process_action' from active_record/railties/controller_runtime.rb:18:in process_action'
from abstract_controller/base.rb:126:in process' from action_view/rendering.rb:30:in process'
from action_controller/metal.rb:190:in dispatch' from action_controller/metal.rb:262:in dispatch'
from action_dispatch/routing/route_set.rb:50:in dispatch' from action_dispatch/routing/route_set.rb:32:in serve'
from action_dispatch/journey/router.rb:39:in block in serve' from action_dispatch/journey/router.rb:26:in each'
from action_dispatch/journey/router.rb:26:in serve' from action_dispatch/routing/route_set.rb:727:in call'
from app/services/cloudfront_denier.rb:13:in call' from warden/manager.rb:36:in block in call'
from warden/manager.rb:35:in catch' from warden/manager.rb:35:in call'
from rack/etag.rb:25:in call' from rack/conditional_get.rb:38:in call'
from rack/head.rb:12:in call' from rack/session/abstract/id.rb:232:in context'
from rack/session/abstract/id.rb:226:in call' from action_dispatch/middleware/cookies.rb:613:in call'
from action_dispatch/middleware/callbacks.rb:38:in block in call' from active_support/callbacks.rb:97:in run_callbacks'
from active_support/callbacks.rb:750:in _run_call_callbacks' from active_support/callbacks.rb:90:in run_callbacks'
from action_dispatch/middleware/callbacks.rb:36:in call' from action_dispatch/middleware/remote_ip.rb:79:in call'
from action_dispatch/middleware/debug_exceptions.rb:49:in call' from action_dispatch/middleware/show_exceptions.rb:31:in call'
from rails/rack/logger.rb:36:in call_app' from rails/rack/logger.rb:24:in block in call'
from active_support/tagged_logging.rb:69:in block in tagged' from active_support/tagged_logging.rb:26:in tagged'
from active_support/tagged_logging.rb:69:in tagged' from rails/rack/logger.rb:24:in call'
from action_dispatch/middleware/request_id.rb:24:in call' from rack/method_override.rb:22:in call'
from rack/runtime.rb:22:in call' from active_support/cache/strategy/local_cache_middleware.rb:28:in call'
from rack/rewrite.rb:24:in call' from rack/rewrite.rb:24:in call'
from action_dispatch/middleware/executor.rb:12:in call' from action_dispatch/middleware/static.rb:136:in call'
from rack/sendfile.rb:111:in call' from action_dispatch/middleware/ssl.rb:84:in call'
from librato/rack.rb:105:in process_request' from librato/rack.rb:75:in call'
from raven/integrations/rack.rb:51:in call' from hirefire/middleware.rb:41:in call'
from rails/engine.rb:522:in call' from rack/deflater.rb:34:in call'
from puma/configuration.rb:225:in call' from puma/server.rb:624:in handle_request'
from puma/server.rb:438:in process_client' from puma/server.rb:302:in block in run'
from puma/thread_pool.rb:120:in block in spawn_thread'