Advertisement
Guest User

Untitled

a guest
Jan 8th, 2019
129
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 19.80 KB | None | 0 0
  1. (byebug) catch TypeError
  2. Catching exception TypeError.
  3. (byebug) continue
  4. Catchpoint at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/structured_warnings-0.3.0/lib/structured_warnings/warning.rb:62: `wrong argument type Hash (expected String)'
  5.  
  6. [57, 66] in /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/structured_warnings-0.3.0/lib/structured_warnings/warning.rb
  7. 57: end
  8. 58:
  9. 59: # If args is not empty, user passed an incompatible set of arguments.
  10. 60: # Maybe somebody else is overriding warn as well and knows, what to do.
  11. 61: # Better do nothing in this case. See #5
  12. => 62: return super unless args.empty?
  13. 63:
  14. 64: if warning.active?
  15. 65: output = StructuredWarnings.warner.format(warning, message, caller(1))
  16. 66: super(output) unless output.nil? or output.to_s.empty?
  17. (byebug) bt
  18. --> #0 Warning.warn() at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/structured_warnings-0.3.0/lib/structured_warnings/warning.rb:62
  19. #1 StructuredWarnings::Warning.warn(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/structured_warnings-0.3.0/lib/structured_warnings/warning.rb:62
  20. #2 StructuredWarnings::Kernel.warn(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/structured_warnings-0.3.0/lib/structured_warnings/kernel.rb:3
  21. #3 #<Class:BigDecimal>.new(*args#Array, kwargs#Hash) at /home/deploy/.rbenv/versions/2.6.0/lib/ruby/2.6.0/bigdecimal.rb:4
  22. ͱ-- #4 Mysql2::Result.each(*args) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/mysql2_adapter.rb:222
  23. ͱ-- #5 Enumerable.to_a(*args) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/mysql2_adapter.rb:222
  24. #6 ActiveRecord::ConnectionAdapters::Mysql2Adapter.exec_query(sql#String, name#String, binds#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/mysql2_adapter.rb:222
  25. #7 ActiveRecord::ConnectionAdapters::DatabaseStatements.select(sql#String, name#String, binds#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/abstract/database_statements.rb:356
  26. #8 ActiveRecord::ConnectionAdapters::DatabaseStatements.select_all(arel#String, name#String, binds#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/abstract/database_statements.rb:32
  27. #9 block in ActiveRecord::ConnectionAdapters::QueryCache.block in select_all(arel#String, name#String, binds#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/abstract/query_cache.rb:68
  28. #10 ActiveRecord::ConnectionAdapters::QueryCache.cache_sql(sql#String, binds#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/abstract/query_cache.rb:83
  29. #11 ActiveRecord::ConnectionAdapters::QueryCache.select_all(arel#String, name#String, binds#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/abstract/query_cache.rb:68
  30. #12 ActiveRecord::Querying.find_by_sql(sql#String, binds#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/querying.rb:39
  31. #13 ActiveRecord::StatementCache.execute(params#Array, klass#Class, connection#ActiveRecord::ConnectionAdapters::Mysql2Adapter) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/statement_cache.rb:107
  32. #14 ActiveRecord::Associations::CollectionAssociation.get_records at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/associations/collection_association.rb:456
  33. #15 ActiveRecord::Associations::CollectionAssociation.find_target at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/associations/collection_association.rb:460
  34. #16 ActiveRecord::Associations::CollectionAssociation.load_target at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/associations/collection_association.rb:403
  35. #17 ActiveRecord::Associations::CollectionProxy.load_target at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/associations/collection_proxy.rb:45
  36. #18 ActiveRecord::Associations::CollectionProxy.to_ary at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/associations/collection_proxy.rb:945
  37. #19 ActiveRecord::Delegation.method_missing(method#Symbol, *args#Array, &block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/relation/delegation.rb:132
  38. #20 ActiveRecord::Delegation::ClassSpecificRelation.method_missing(method#Symbol, *args#Array, &block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/relation/delegation.rb:99
  39. #21 ApplicationController.set_gon at /home/deploy/peatio/current/app/controllers/application_controller.rb:212
  40. #22 block in ActiveSupport::Callbacks::Callback.block in make_lambda(filter#Symbol) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:432
  41. #23 block in #<Class:ActiveSupport::Callbacks::Filters::Before>.block in halting(callback_sequence#ActiveSupport::Callbacks::CallbackSequence, user_callback#Proc, halted_lambda#Proc, filter#Symbol) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:164
  42. #24 block in ActiveSupport::Callbacks::CallbackSequence.block in call(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:504
  43. ͱ-- #25 Array.each at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:504
  44. #26 ActiveSupport::Callbacks::CallbackSequence.call(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:504
  45. #27 block (2 levels) in ActiveSupport::Callbacks::CallbackSequence.block (2 levels) in around(&around#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:498
  46. #28 block (2 levels) in #<Class:ActiveSupport::Callbacks::Filters::Around>.block (2 levels) in halting(callback_sequence#ActiveSupport::Callbacks::CallbackSequence, user_callback#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:313
  47. #29 React::Rails::ControllerLifecycle.use_react_component_helper at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/react-rails-2.4.4/lib/react/rails/controller_lifecycle.rb:31
  48. #30 block in ActiveSupport::Callbacks::Callback.block in make_lambda(filter#Symbol) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:432
  49. #31 block in #<Class:ActiveSupport::Callbacks::Filters::Around>.block in halting(callback_sequence#ActiveSupport::Callbacks::CallbackSequence, user_callback#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:312
  50. #32 block in ActiveSupport::Callbacks::CallbackSequence.block in around(&around#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:497
  51. #33 ActiveSupport::Callbacks::CallbackSequence.call(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:505
  52. #34 ActiveSupport::Callbacks.__run_callbacks__(callbacks#ActiveSupport::Callbacks::CallbackChain, &block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:92
  53. #35 ActionController::Base._run_process_action_callbacks(&block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:778
  54. #36 ActiveSupport::Callbacks.run_callbacks(kind#Symbol, &block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:81
  55. #37 AbstractController::Callbacks.process_action(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/abstract_controller/callbacks.rb:19
  56. #38 ActionController::Rescue.process_action(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_controller/metal/rescue.rb:29
  57. #39 block in ActionController::Instrumentation.block in process_action(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_controller/metal/instrumentation.rb:32
  58. #40 block in #<Class:ActiveSupport::Notifications>.block in instrument(name#String, payload#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/notifications.rb:164
  59. #41 ActiveSupport::Notifications::Instrumenter.instrument(name#String, payload#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/notifications/instrumenter.rb:20
  60. #42 #<Class:ActiveSupport::Notifications>.instrument(name#String, payload#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/notifications.rb:164
  61. #43 ActionController::Instrumentation.process_action(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_controller/metal/instrumentation.rb:30
  62. #44 ActionController::ParamsWrapper.process_action(*args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_controller/metal/params_wrapper.rb:250
  63. #45 ActiveRecord::Railties::ControllerRuntime.process_action(action#String, *args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/railties/controller_runtime.rb:18
  64. #46 AbstractController::Base.process(action#String, *args#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/abstract_controller/base.rb:137
  65. #47 ActionView::Rendering.process(*args) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionview-4.2.10/lib/action_view/rendering.rb:30
  66. #48 ActionController::Metal.dispatch(name#String, request#ActionDispatch::Request) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_controller/metal.rb:196
  67. #49 ActionController::RackDelegation.dispatch(action#String, request#ActionDispatch::Request) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_controller/metal/rack_delegation.rb:13
  68. #50 block in #<Class:ActionController::Metal>.block in action(name#String, klass#Class) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_controller/metal.rb:237
  69. #51 ActionDispatch::Routing::RouteSet::Dispatcher.dispatch(controller#Class, action#String, env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/routing/route_set.rb:74
  70. #52 ActionDispatch::Routing::RouteSet::Dispatcher.serve(req#ActionDispatch::Request) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/routing/route_set.rb:43
  71. #53 block in ActionDispatch::Journey::Router.block in serve(req#ActionDispatch::Request) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/journey/router.rb:43
  72. ͱ-- #54 Array.each at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/journey/router.rb:30
  73. #55 ActionDispatch::Journey::Router.serve(req#ActionDispatch::Request) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/journey/router.rb:30
  74. #56 ActionDispatch::Routing::RouteSet.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/routing/route_set.rb:817
  75. #57 HttpAcceptLanguage::Middleware.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/http_accept_language-2.1.1/lib/http_accept_language/middleware.rb:14
  76. #58 OmniAuth::Strategy.call_app!(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/omniauth-1.8.1/lib/omniauth/strategy.rb:415
  77. #59 OmniAuth::Strategies::Identity.other_phase at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/omniauth-identity-1.1.1/lib/omniauth/strategies/identity.rb:43
  78. #60 OmniAuth::Strategy.call!(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/omniauth-1.8.1/lib/omniauth/strategy.rb:189
  79. #61 OmniAuth::Strategy.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/omniauth-1.8.1/lib/omniauth/strategy.rb:168
  80. #62 OmniAuth::Builder.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/omniauth-1.8.1/lib/omniauth/builder.rb:63
  81. #63 SimpleCaptcha::Middleware.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/simple_captcha2-0.4.3/lib/simple_captcha/middleware.rb:47
  82. #64 Rack::ETag.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/etag.rb:24
  83. #65 Rack::ConditionalGet.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/conditionalget.rb:25
  84. #66 Rack::Head.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/head.rb:13
  85. #67 ActionDispatch::ParamsParser.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/params_parser.rb:27
  86. #68 ActionDispatch::Flash.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/flash.rb:260
  87. #69 Rack::Session::Abstract::ID.context(env#Hash, app#ActionDispatch::Flash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/session/abstract/id.rb:225
  88. #70 Rack::Session::Abstract::ID.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/session/abstract/id.rb:220
  89. #71 ActionDispatch::Cookies.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/cookies.rb:560
  90. #72 ActiveRecord::QueryCache.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/query_cache.rb:36
  91. #73 ActiveRecord::ConnectionAdapters::ConnectionManagement.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activerecord-4.2.10/lib/active_record/connection_adapters/abstract/connection_pool.rb:653
  92. #74 block in ActionDispatch::Callbacks.block in call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/callbacks.rb:29
  93. #75 ActiveSupport::Callbacks.__run_callbacks__(callbacks#ActiveSupport::Callbacks::CallbackChain, &block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:88
  94. #76 ActionDispatch::Callbacks._run_call_callbacks(&block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:778
  95. #77 ActiveSupport::Callbacks.run_callbacks(kind#Symbol, &block#Proc) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/callbacks.rb:81
  96. #78 ActionDispatch::Callbacks.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/callbacks.rb:27
  97. #79 ActionDispatch::RemoteIp.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/remote_ip.rb:78
  98. #80 ActionDispatch::DebugExceptions.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/debug_exceptions.rb:17
  99. #81 ActionDispatch::ShowExceptions.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/show_exceptions.rb:30
  100. #82 Rails::Rack::Logger.call_app(request#ActionDispatch::Request, env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/railties-4.2.10/lib/rails/rack/logger.rb:38
  101. #83 block in Rails::Rack::Logger.block in call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/railties-4.2.10/lib/rails/rack/logger.rb:20
  102. #84 block in ActiveSupport::TaggedLogging.block in tagged(*tags#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/tagged_logging.rb:68
  103. #85 ActiveSupport::TaggedLogging::Formatter.tagged(*tags#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/tagged_logging.rb:26
  104. #86 ActiveSupport::TaggedLogging.tagged(*tags#Array) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/activesupport-4.2.10/lib/active_support/tagged_logging.rb:68
  105. #87 Rails::Rack::Logger.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/railties-4.2.10/lib/rails/rack/logger.rb:20
  106. #88 RequestStore::Middleware.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/request_store-1.4.1/lib/request_store/middleware.rb:19
  107. #89 ActionDispatch::RequestId.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/actionpack-4.2.10/lib/action_dispatch/middleware/request_id.rb:21
  108. #90 Rack::MethodOverride.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/methodoverride.rb:22
  109. #91 Rack::Runtime.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/runtime.rb:18
  110. #92 Middleware::Security.call(env#Hash) at /home/deploy/peatio/current/lib/middleware/security.rb:11
  111. #93 Rack::Sendfile.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/sendfile.rb:113
  112. #94 Rails::Engine.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/railties-4.2.10/lib/rails/engine.rb:518
  113. #95 Rails::Application.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/railties-4.2.10/lib/rails/application.rb:165
  114. #96 Rack::Lock.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/lock.rb:17
  115. #97 Rack::ContentLength.call(env#Hash) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/content_length.rb:15
  116. #98 Rack::Handler::WEBrick.service(req#WEBrick::HTTPRequest, res#WEBrick::HTTPResponse) at /home/deploy/peatio/current/vendor/bundle/ruby/2.6.0/gems/rack-1.6.10/lib/rack/handler/webrick.rb:88
  117. #99 WEBrick::HTTPServer.service(req#WEBrick::HTTPRequest, res#WEBrick::HTTPResponse) at /home/deploy/.rbenv/versions/2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:140
  118. #100 WEBrick::HTTPServer.run(sock#TCPSocket) at /home/deploy/.rbenv/versions/2.6.0/lib/ruby/2.6.0/webrick/httpserver.rb:96
  119. #101 block in WEBrick::GenericServer.block in start_thread(sock#TCPSocket, &block#NilClass) at /home/deploy/.rbenv/versions/2.6.0/lib/ruby/2.6.0/webrick/server.rb:307
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement