Created
September 17, 2020 17:58
-
-
Save jtmkrueger/8c23a86dd75a1487396a794d3e553e19 to your computer and use it in GitHub Desktop.
jard foreman stack trace
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
11:53:38 web.1 | --- Error --- | |
11:53:38 logs.1 | Started GET "/referrer_profile_notifications" for 127.0.0.1 at 2020-09-17 11:53:25 -0600 | |
11:53:38 web.1 | Internal error from Jard. I'm sorry to mess up your debugging experience. | |
11:53:38 logs.1 | (5.9ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
11:53:38 web.1 | It would be great if you can submit an issue in https://github.com/nguyenquangminh0711/ruby_jard/issues | |
11:53:38 logs.1 | Processing by ReferrerProfileNotificationsController#index as HTML | |
11:53:38 web.1 | | |
11:53:38 logs.1 | User Load (2.0ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["remember_token", "7c552efb1a28bd4f5005dcf3598803d9f77aee8a"], ["LIMIT", 1]] | |
11:53:38 web.1 | -2..-1 out of range | |
11:53:38 logs.1 | ↳ app/controllers/application_controller.rb:186:in `set_honeybadger_context' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/row_renderer.rb:75:in `[]=' | |
11:53:38 logs.1 | Homeowner Load (1.1ms) SELECT "homeowners".* FROM "homeowners" WHERE "homeowners"."user_id" = $1 LIMIT $2 [["user_id", 388], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/row_renderer.rb:75:in `render_span' | |
11:53:38 logs.1 | ↳ app/models/user.rb:193:in `zip_set?' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/row_renderer.rb:33:in `block (2 levels) in render' | |
11:53:38 logs.1 | ZipCode Load (1.0ms) SELECT "zip_codes".* FROM "zip_codes" WHERE "zip_codes"."code" = $1 LIMIT $2 [["code", "64085"], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/row_renderer.rb:32:in `each' | |
11:53:38 logs.1 | ↳ app/models/homeowner.rb:95:in `target_city' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/row_renderer.rb:32:in `block in render' | |
11:53:38 logs.1 | City Load (1.7ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/row_renderer.rb:25:in `each' | |
11:53:38 logs.1 | ↳ app/models/homeowner.rb:95:in `target_city' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/row_renderer.rb:25:in `render' | |
11:53:38 logs.1 | Rendering referrer_profile_notifications/index.html.slim within layouts/application | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_renderer.rb:146:in `row_content' | |
11:53:38 logs.1 | ReferrerProfile Load (1.4ms) SELECT "referrer_profiles".* FROM "referrer_profiles" WHERE "referrer_profiles"."user_id" = $1 LIMIT $2 [["user_id", 388], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_renderer.rb:105:in `block in find_seleted_window' | |
11:53:38 logs.1 | ↳ app/controllers/application_controller.rb:139:in `current_referrer_profile' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_renderer.rb:104:in `each' | |
11:53:38 logs.1 | Started GET "/referrer_profile_notifications" for 127.0.0.1 at 2020-09-17 11:53:26 -0600 | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_renderer.rb:104:in `each_with_index' | |
11:53:38 logs.1 | (21.3ms) SELECT "schema_migrations"."version" FROM "schema_migrations" ORDER BY "schema_migrations"."version" ASC | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_renderer.rb:104:in `find_seleted_window' | |
11:53:38 logs.1 | Processing by ReferrerProfileNotificationsController#index as HTML | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_renderer.rb:97:in `calculate_window' | |
11:53:38 logs.1 | User Load (1.4ms) SELECT "users".* FROM "users" WHERE "users"."remember_token" = $1 ORDER BY "users"."id" ASC LIMIT $2 [["remember_token", "7c552efb1a28bd4f5005dcf3598803d9f77aee8a"], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_renderer.rb:18:in `render' | |
11:53:38 logs.1 | ↳ app/controllers/application_controller.rb:186:in `set_honeybadger_context' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_manager.rb:176:in `render_screen' | |
11:53:38 logs.1 | Homeowner Load (0.9ms) SELECT "homeowners".* FROM "homeowners" WHERE "homeowners"."user_id" = $1 LIMIT $2 [["user_id", 388], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_manager.rb:151:in `block in build_screens' | |
11:53:38 logs.1 | ↳ app/models/user.rb:193:in `zip_set?' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_manager.rb:147:in `map' | |
11:53:38 logs.1 | ZipCode Load (1.4ms) SELECT "zip_codes".* FROM "zip_codes" WHERE "zip_codes"."code" = $1 LIMIT $2 [["code", "64085"], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_manager.rb:147:in `build_screens' | |
11:53:38 logs.1 | ↳ app/models/homeowner.rb:95:in `target_city' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/screen_manager.rb:85:in `draw_screens' | |
11:53:38 logs.1 | City Load (0.9ms) SELECT "cities".* FROM "cities" WHERE "cities"."id" = $1 LIMIT $2 [["id", 1], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.rubies/ruby-2.7.1/lib/ruby/2.7.0/forwardable.rb:235:in `draw_screens' | |
11:53:38 logs.1 | ↳ app/models/homeowner.rb:95:in `target_city' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/repl_processor.rb:65:in `process_commands' | |
11:53:38 logs.1 | Rendering referrer_profile_notifications/index.html.slim within layouts/application | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/repl_processor.rb:58:in `block (2 levels) in process_commands_with_lock' | |
11:53:38 logs.1 | ReferrerProfile Load (1.2ms) SELECT "referrer_profiles".* FROM "referrer_profiles" WHERE "referrer_profiles"."user_id" = $1 LIMIT $2 [["user_id", 388], ["LIMIT", 1]] | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/session.rb:166:in `block in lock' | |
11:53:38 logs.1 | ↳ app/controllers/application_controller.rb:139:in `current_referrer_profile' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/session.rb:165:in `synchronize' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/session.rb:165:in `lock' | |
11:53:38 web.1 | /Users/jk/.rubies/ruby-2.7.1/lib/ruby/2.7.0/forwardable.rb:235:in `lock' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/repl_processor.rb:51:in `block in process_commands_with_lock' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/byebug-11.1.3/lib/byebug/helpers/eval.rb:94:in `allowing_other_threads' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/repl_processor.rb:50:in `process_commands_with_lock' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ruby_jard-0.3.0/lib/ruby_jard/repl_processor.rb:36:in `at_line' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/byebug-11.1.3/lib/byebug/context.rb:98:in `at_line' | |
11:53:38 web.1 | /Users/jk/Code/zweb/app/models/referrer_profile.rb:63:in `notifications' | |
11:53:38 web.1 | /Users/jk/Code/zweb/app/components/referrer_notification_component.html.slim:9:in `block in call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/helpers/capture_helper.rb:45:in `block in capture' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/helpers/capture_helper.rb:209:in `with_output_buffer' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/haml-5.1.2/lib/haml/helpers/action_view_xss_mods.rb:7:in `with_output_buffer_with_haml_xss' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/helpers/capture_helper.rb:45:in `capture' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/haml-5.1.2/lib/haml/helpers/action_view_mods.rb:48:in `capture_with_haml' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/helpers/form_helper.rb:755:in `form_with' | |
11:53:38 - INFO - Run all | | |
11:53:38 web.1 | /Users/jk/Code/zweb/app/components/referrer_notification_component.html.slim:4:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/view_component-2.19.0/lib/view_component/base.rb:80:in `render_in' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/view_component-2.19.0/lib/view_component/render_monkey_patch.rb:7:in `render' | |
11:53:38 web.1 | /Users/jk/Code/zweb/app/views/referrer_profile_notifications/index.html.slim:28:in `_app_views_referrer_profile_notifications_index_html_slim___1372676872782314607_209020' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/base.rb:274:in `_run' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/template.rb:185:in `block in render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications.rb:180:in `block in instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications/instrumenter.rb:24:in `instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications.rb:180:in `instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/template.rb:385:in `instrument_render_template' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/template.rb:183:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/template_renderer.rb:58:in `block (2 levels) in render_template' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/abstract_renderer.rb:88:in `block in instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications.rb:180:in `block in instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications/instrumenter.rb:24:in `instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications.rb:180:in `instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/abstract_renderer.rb:87:in `instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/template_renderer.rb:57:in `block in render_template' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/template_renderer.rb:65:in `render_with_layout' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/template_renderer.rb:56:in `render_template' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/template_renderer.rb:13:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/renderer.rb:61:in `render_template_to_object' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/renderer/renderer.rb:29:in `render_to_object' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/rendering.rb:117:in `block in _render_template' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/base.rb:304:in `in_rendering_context' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/rendering.rb:116:in `_render_template' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/streaming.rb:218:in `_render_template' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/rendering.rb:103:in `render_to_body' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/rendering.rb:52:in `render_to_body' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/renderers.rb:142:in `render_to_body' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/abstract_controller/rendering.rb:25:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/rendering.rb:36:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/instrumentation.rb:44:in `block (2 levels) in render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/core_ext/benchmark.rb:14:in `block in ms' | |
11:53:38 web.1 | /Users/jk/.rubies/ruby-2.7.1/lib/ruby/2.7.0/benchmark.rb:308:in `realtime' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/core_ext/benchmark.rb:14:in `ms' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/instrumentation.rb:44:in `block in render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/instrumentation.rb:84:in `cleanup_view_runtime' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activerecord-6.0.3.3/lib/active_record/railties/controller_runtime.rb:34:in `cleanup_view_runtime' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/instrumentation.rb:43:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/comfortable_mexican_sofa-2.0.19/lib/comfortable_mexican_sofa/render_methods.rb:59:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/meta-tags-2.13.0/lib/meta_tags/controller_helper.rb:22:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/view_component-2.19.0/lib/view_component/rendering_monkey_patch.rb:9:in `render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/implicit_render.rb:35:in `default_render' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/basic_implicit_render.rb:6:in `block in send_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/basic_implicit_render.rb:6:in `tap' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/basic_implicit_render.rb:6:in `send_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/abstract_controller/base.rb:195:in `process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/rendering.rb:30:in `process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/abstract_controller/callbacks.rb:42:in `block in process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/callbacks.rb:112:in `block in run_callbacks' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/ahoy_matey-3.0.5/lib/ahoy/controller.rb:45:in `set_ahoy_request_store' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/callbacks.rb:121:in `block in run_callbacks' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/callbacks.rb:139:in `run_callbacks' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/abstract_controller/callbacks.rb:41:in `process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/rescue.rb:22:in `process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/instrumentation.rb:33:in `block in process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications.rb:180:in `block in instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications/instrumenter.rb:24:in `instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activesupport-6.0.3.3/lib/active_support/notifications.rb:180:in `instrument' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/instrumentation.rb:32:in `process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal/params_wrapper.rb:245:in `process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/activerecord-6.0.3.3/lib/active_record/railties/controller_runtime.rb:27:in `process_action' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/abstract_controller/base.rb:136:in `process' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionview-6.0.3.3/lib/action_view/rendering.rb:39:in `process' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal.rb:190:in `dispatch' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_controller/metal.rb:254:in `dispatch' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_dispatch/routing/route_set.rb:50:in `dispatch' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_dispatch/routing/route_set.rb:33:in `serve' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_dispatch/journey/router.rb:49:in `block in serve' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_dispatch/journey/router.rb:32:in `each' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_dispatch/journey/router.rb:32:in `serve' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_dispatch/routing/route_set.rb:834:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/omniauth-1.9.1/lib/omniauth/strategy.rb:192:in `call!' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/omniauth-1.9.1/lib/omniauth/strategy.rb:169:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/omniauth-1.9.1/lib/omniauth/builder.rb:45:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/meta_request-0.7.2/lib/meta_request/middlewares/app_request_handler.rb:13:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/meta_request-0.7.2/lib/meta_request/middlewares/meta_request_handler.rb:13:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/bullet-6.1.0/lib/bullet/rack.rb:15:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/rack/agent_hooks.rb:30:in `traced_call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/rack/browser_monitoring.rb:33:in `traced_call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/clearance-2.3.0/lib/clearance/rack_session.rb:23:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/rack-2.2.3/lib/rack/tempfile_reaper.rb:15:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/rack-2.2.3/lib/rack/etag.rb:27:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/rack-2.2.3/lib/rack/conditional_get.rb:27:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/rack-2.2.3/lib/rack/head.rb:12:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/actionpack-6.0.3.3/lib/action_dispatch/http/content_security_policy.rb:18:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/newrelic_rpm-6.12.0.367/lib/new_relic/agent/instrumentation/middleware_tracing.rb:101:in `call' | |
11:53:38 web.1 | /Users/jk/.gem/ruby/2.7.1/gems/rack-2.2.3/lib/rack/session/abstract/id.rb:266:in `context' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment