Erro HTTP ERROR 500 I-Diário

Boa tarde a todos

Pessoal estou com esse problema em duas funções do i-diário, na aba Administrativo > Sincronizações e Configurações > Usuários.

Já fiz algumas pesquisas aqui no fórum e não conseguir encontrar uma solução.

Att, Flavio!

erro_500|690x296 !

erro_500_user|690x310

Bom dia. Neste caminho: Configurações > Usuários, o erro aparece após salvar, mas funciona.

robson
Bom dia. Neste caminho: Configurações > Usuários, o erro aparece após salvar, mas funciona.

Bom dia,
Isso Robson, ele consegue salva, e depois apresenta a tela de erro, o erro ta nessa url: http://ip_servidor/usuarios/5. no id de casa usuário de mudar para outro 6, 10, 20 o erro continua, já na url: http://ip_servidor/usuarios ela abre sem erros.

A outra url com erro é essa http://Ip_servidor/admin-sincronizacoes

1 curtida

Bom dia a todos,
Segue o log:

E, [2019-07-12T10:45:28.052680 #26847] ERROR – : ** [Honeybadger] Unable to send error report: API key is missing. id=d156ef24-ca64-4bf1-801f-da9f045b18a2 level=3 pid=26847
I, [2019-07-12T10:45:28.285518 #26847] INFO – : Started GET “/admin-sincronizacoes” for 127.0.0.1 at 2019-07-12 10:45:28 -0300
I, [2019-07-12T10:45:28.288051 #26847] INFO – : Processing by AdminSynchronizationsController#index as HTML
I, [2019-07-12T10:45:28.288230 #26847] INFO – : Parameters: {“locale”=>“en”}
I, [2019-07-12T10:45:28.307566 #26847] INFO – : Rendered admin_synchronizations/index.html.erb within layouts/application (2.6ms)
I, [2019-07-12T10:45:28.308023 #26847] INFO – : Completed 500 Internal Server Error in 20ms (ActiveRecord: 2.7ms)
F, [2019-07-12T10:45:28.311627 #26847] FATAL – :
ActionView::Template::Error (no implicit conversion of nil into String):
1:


2:

<%= t(‘admin_synchronizations.title’) %> <%= l(DateTime.parse(@entity_syncs.updated_at), format: :short) %>
3: <% if @entity_syncs.started.present? %>
4:

<%= t(‘enumerations.api_synchronization_status.started’) %>


5:
app/views/admin_synchronizations/index.html.erb:2:in parse' app/views/admin_synchronizations/index.html.erb:2:in_app_views_admin_synchronizations_index_html_erb__3664898244045367842_70075818484920’
app/controllers/application_controller.rb:337:in set_thread_origin_type' app/controllers/application_controller.rb:328:inset_user_current’
app/models/entity.rb:20:in using_connection' app/controllers/application_controller.rb:67:inhandle_customer’

Boa noite

Sobre o erro em Configurações > Usuários, poderia explicar como posso reproduzir?
Vcs comentam que ele ocorre após salvar, vcs se referem após salvar na edição de um usuário?
Se for assim podem confirmar se ele é atualizado com sucesso?

Boa noite @joel, é feita a alteração do usuário normalmente, quando clica no botão salvar e mesmo apresenta a seguinte tela:

Basta remover o numero do usuário na URL que a página volta, mesmo com o erro o sistema consegue salvar normalmente.

O mesmo erro com a pagina admin-sincronizacoes, nunca acessei essa página, não se qual a sua função.

Esse erro 500 está constante na versão 1.1.3, subir uma vm de teste e o sistema não abriu, e quando abria, as funções apresentava o erro, voltei pra uma versão anterior.

Oi @flavio e @robson !
O erro 500 apresentando na admin-sincronizacoe já foi corrigido e virá na próxima release.

Nos tentamos simular o erro em Configurações/Usuário e não conseguimos. O procedimento é, salvou com sucesso redireciona para lista de usuários, deu erro mantém a página com os erros com a URL no formato que vocês exemplificaram, com o id no final. Não há a possibilidade de salvar com sucesso e ficar na URL com id.

Vocês conseguem mandar o log, ou qualquer outra informação que seja útil para tentarmos simular aqui?

Outra coisa, Chrome em algumas situações mascara algum erro do servidor apresentando um erro 500 e que na verdade é outra coisa. Se notarem o erro 500 do i-diário é personalizada.

Obrigado!

Bom dia @tiago.camargo, que bom que oadmin-sincronizacoe já foi corrigido, ótima noticia, segue o log do Configurações/Usuário.

E, [2019-11-20T11:05:41.659925 #798] ERROR – : ** [Honeybadger] Unable to send error report: API key is missing. id=f49c60b1-7896-48f9-9a74-cefd9babeee9 level=3 pid=798
I, [2019-11-20T11:06:21.168630 #798] INFO – : Started PATCH “/usuarios/4” for 127.0.0.1 at 2019-11-20 11:06:21 -0300
I, [2019-11-20T11:06:21.171692 #798] INFO – : Processing by UsersController#update as HTML
I, [2019-11-20T11:06:21.172121 #798] INFO – : Parameters: {“utf8”=>“✓”, “authenticity_token”=>“rgeiEg3yAlTuim0gYH2CV9RBWMMOkyHAbAlpNkZCVg5XVl0dCZDhJZ5NAG/6xlDFVotcRMjxuUPgJuHY0tCiBw==”, “user”=>{“first_name”=>“Antonio”, “last_name”=>“Santos”, “email”=>“antonnio@com.br”, “login”=>“antonio”, “cpf”=>“745.365.965-50”, “authorize_email_and_sms”=>“0”, “student_id”=>“1”, “teacher_id”=>“1”, “status”=>“actived”, “expiration_date”=>"", “phone”=>"(82) 999787980", “password”=>"[FILTERED]", “user_roles_attributes”=>{“0”=>{“role_id”=>“3”, “unity_id”=>“1”, “id”=>“13”, “_destroy”=>“false”}}}, " "=>“joão da silva”, “locale”=>“en”, “id”=>“4”}
I, [2019-11-20T11:06:21.348644 #798] INFO – : Rendered user_mailer/notify_actived.html.erb (0.9ms)
I, [2019-11-20T11:06:21.353791 #798] INFO – :
Sent mail to antonnio@com.br (3.8ms)
I, [2019-11-20T11:06:21.355068 #798] INFO – : Completed 500 Internal Server Error in 183ms (ActiveRecord: 58.0ms)
F, [2019-11-20T11:06:21.359080 #798] FATAL – :
Errno::ECONNREFUSED (Connection refused - connect(2) for “localhost” port 25):
** app/services/user_updater.rb:14:in block in update!'** ** app/services/user_updater.rb:13:in update!’**
** app/services/user_updater.rb:3:in update!'** ** app/controllers/users_controller.rb:27:in update’**
** app/controllers/application_controller.rb:337:in set_thread_origin_type'** ** app/controllers/application_controller.rb:328:in set_user_current’**
** app/models/entity.rb:20:in using_connection'** ** app/controllers/application_controller.rb:67:in handle_customer’**

E, [2019-11-20T11:06:21.360999 #798] ERROR – : ** [Honeybadger] Unable to send error report: API key is missing. id=05401287-9eb9-4d87-b1ae-e94f98b69ccd level=3 pid=798

Se alguém tiver o log do erro que acontece em configuracoes-gerais/editar seria bem útil pra gente!

I, [2019-11-20T17:39:51.797854 #28066] INFO – : Started GET “/usuarios/3/editar” for 191.223.73.75 at 2019-11-20 17:39:51 -0400
I, [2019-11-20T17:39:51.803152 #28066] INFO – : Processing by UsersController#edit as HTML
I, [2019-11-20T17:39:51.803562 #28066] INFO – : Parameters: {“locale”=>“en”, “id”=>“3”}
I, [2019-11-20T17:39:51.875166 #28066] INFO – : Rendered users/_user_role_fields.html.erb (11.1ms)
I, [2019-11-20T17:39:51.887398 #28066] INFO – : Rendered users/_user_role_fields.html.erb (11.0ms)
I, [2019-11-20T17:39:51.890630 #28066] INFO – : Rendered users/_form.html.erb (62.6ms)
I, [2019-11-20T17:39:51.890911 #28066] INFO – : Rendered users/edit.html.erb within layouts/application (63.5ms)
I, [2019-11-20T17:39:51.891530 #28066] INFO – : Rendered layouts/_datalayer.erb (0.3ms)
I, [2019-11-20T17:39:51.891863 #28066] INFO – : Rendered layouts/_google_tag_manager_head.html.erb (0.1ms)
I, [2019-11-20T17:39:51.899583 #28066] INFO – : Rendered layouts/_google_tag_manager_body.html.erb (0.1ms)
I, [2019-11-20T17:39:51.926105 #28066] INFO – : Rendered users/_selectors.html.erb (17.4ms)
I, [2019-11-20T17:39:51.929790 #28066] INFO – : Rendered layouts/_system_notifications.html.erb (3.2ms)
I, [2019-11-20T17:39:51.984711 #28066] INFO – : Rendered layouts/_navigation.html.erb (54.7ms)
I, [2019-11-20T17:39:51.994941 #28066] INFO – : Rendered layouts/application.html.erb (167.8ms)
I, [2019-11-20T17:39:51.995342 #28066] INFO – : Completed 200 OK in 191ms (Views: 161.0ms | ActiveRecord: 12.4ms)
I, [2019-11-20T17:39:58.543513 #28066] INFO – : Started PATCH “/usuarios/3” for 191.223.73.75 at 2019-11-20 17:39:58 -0400
I, [2019-11-20T17:39:58.547337 #28066] INFO – : Processing by UsersController#update as HTML
I, [2019-11-20T17:39:58.547904 #28066] INFO – : Parameters: {“utf8”=>“✓”, “authenticity_token”=>“IWGDG4bxVwUtvnQUa8iNrwmePfQW1oO8M9EtTOaqOg3JI/ROgMUpbykDVP8okIu0N3IettNekQcn0/jjDBq3jA==”, “user”=>{“first_name”=>“Adilson “, “last_name”=>“Magalhães “, “email”=>“adilson_147@hotmail.com”, “login”=>””, “cpf”=>“966.765.902-04”, “authorize_email_and_sms”=>“0”, “student_id”=>””, “teacher_id”=>"", “status”=>“active”, “expiration_date”=>"", “phone”=>"", “password”=>"[FILTERED]", “user_roles_attributes”=>{“0”=>{“role_id”=>“1”, “unity_id”=>"", “id”=>“21”, “_destroy”=>“false”}}}, " “=>”", “locale”=>“en”, “id”=>“3”}
I, [2019-11-20T17:39:58.596814 #28066] INFO – : Rendered user_mailer/notify_activation.erb (0.4ms)
I, [2019-11-20T17:39:58.599258 #28066] INFO – :
Sent mail to adilson_147@hotmail.com (1.8ms)
I, [2019-11-20T17:39:58.599837 #28066] INFO – : Completed 500 Internal Server Error in 52ms (ActiveRecord: 16.5ms)
F, [2019-11-20T17:39:58.601330 #28066] FATAL – :
Errno::ECONNREFUSED (Connection refused - connect(2) for “localhost” port 25):
app/services/user_updater.rb:14:in block in update!' app/services/user_updater.rb:13:in update!’
app/services/user_updater.rb:3:in update!' app/controllers/users_controller.rb:27:in update’
app/controllers/application_controller.rb:339:in set_thread_origin_type' app/controllers/application_controller.rb:330:in set_user_current’
app/models/entity.rb:20:in using_connection' app/controllers/application_controller.rb:67:in handle_customer’

E, [2019-11-20T17:39:58.602245 #28066] ERROR – : ** [Honeybadger] Unable to send error report: API key is missing. id=3b29d9b0-bb7d-4a19-ac8c-3a85946d7402 level=3 pid=28066

Esse erro na edição do usuário já foi identificado o motivo, pessoal vai trabalhar para correção também na próxima release. Realmente tem relação com envio de e-mails, como comentei no telegram, após edição do usuário ele manda um e-mail avisando ao usuário sobre essa alteração. A forma mais simples parar o erro seria remover esse envio, mas achamos melhor adicionar em algum lugar os parâmetros para um servidor smtp externo.

Caso queiram fazer funcionar sem essa configuração, basta configurar um servidor smtp junto a aplicação.

Se tiver mais alguma área que está dando erro, nos avisem!

Saiu release que corrige os erros 500 reportados. Qualquer anormalidade vamos discutindo aqui.

Atenção que tem novos parâmetros no secrets.yml.

[2019-11-22T21:34:26.694281 #16601] FATAL – :
NoMethodError (undefined method include?' for nil:NilClass): app/controllers/application_controller.rb:360:in set_honeybadger_context’
app/models/entity.rb:20:in using_connection' app/controllers/application_controller.rb:67:in handle_customer’

Atualizei e Apareceu esse erro, e não inicia o I-diario. erro 500 novamente.

Traz um pouco mais do log, antes do Fatal para entender o que está acontecendo.

I, [2019-11-25T07:45:08.539378 #25448] INFO – : Completed 500 Internal Server Error in 6ms (ActiveRecord: 0.5ms)
F, [2019-11-25T07:45:08.541769 #25448] FATAL – :
NoMethodError (undefined method include?' for nil:NilClass): app/controllers/application_controller.rb:360:in set_honeybadger_context’
app/models/entity.rb:20:in using_connection' app/controllers/application_controller.rb:67:in handle_customer’

Tens como fazer um teste?

Nessa parte do código, alterar request.env['REQUEST_PATH'].include?('api/v2') por request.path.include?('api/v2')

FATAL – :
LocalJumpError (no block given (yield)):
app/models/entity.rb:20:in using_connection' app/controllers/application_controller.rb:67:in handle_customer’

essa linha inteira ? request.env[‘REQUEST_PATH’].include?(‘api/v2’)
por essa ? request.path.include?(‘api/v2’)

@tiago.camargo
Instalei a nova versão e o erro 500 continua, não abre a página de login.

Segue o log.

E, [2019-11-25T19:38:14.659782 #38443] ERROR – : ** [Honeybadger] Unable to send error report: API key is missing. id=f5fd91f2-e953-4327-a22e-7e6508e04767 level=3 pid=38443
I, [2019-11-25T19:40:09.902023 #38443] INFO – : Started GET “/” for 192.168.92.6 at 2019-11-25 19:40:09 -0300
I, [2019-11-25T19:40:09.905627 #38443] INFO – : Processing by DashboardController#index as HTML
I, [2019-11-25T19:40:09.905981 #38443] INFO – : Parameters: {“locale”=>“en”}
I, [2019-11-25T19:40:09.911221 #38443] INFO – : Completed 401 Unauthorized in 5ms (ActiveRecord: 0.7ms)
F, [2019-11-25T19:40:09.917618 #38443] FATAL – :
NoMethodError (undefined method merge' for nil:NilClass): vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/routing/route_set.rb:778:in url_for’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/routing/route_set.rb:280:in call' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/routing/route_set.rb:345:in block (2 levels) in define_url_helper’
vendor/bundle/ruby/2.3.0/bundler/gems/route_translator-d9f8ce929bca/lib/route_translator/translator.rb:30:in block (2 levels) in add_untranslated_helpers_to_controllers_and_views' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/routing/routes_proxy.rb:32:in new_user_session_url’
vendor/bundle/ruby/2.3.0/gems/devise-3.5.1/lib/devise/failure_app.rb:129:in scope_url' vendor/bundle/ruby/2.3.0/gems/devise-3.5.1/lib/devise/failure_app.rb:106:in redirect_url’
vendor/bundle/ruby/2.3.0/gems/devise-3.5.1/lib/devise/failure_app.rb:66:in redirect' vendor/bundle/ruby/2.3.0/gems/devise-3.5.1/lib/devise/failure_app.rb:39:in respond’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/abstract_controller/base.rb:198:in process_action' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/abstract_controller/base.rb:137:in process’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_controller/metal.rb:196:in dispatch' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_controller/metal/rack_delegation.rb:13:in dispatch’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_controller/metal.rb:237:in block in action' vendor/bundle/ruby/2.3.0/gems/devise-3.5.1/lib/devise/failure_app.rb:22:in call’
vendor/bundle/ruby/2.3.0/gems/devise-3.5.1/lib/devise/delegator.rb:5:in call' vendor/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:143:in call_failure_app’
vendor/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:129:in process_unauthenticated' vendor/bundle/ruby/2.3.0/gems/warden-1.2.7/lib/warden/manager.rb:44:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/etag.rb:24:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/conditionalget.rb:25:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/head.rb:13:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/params_parser.rb:27:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/flash.rb:260:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/session/abstract/id.rb:225:in context’
vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/session/abstract/id.rb:220:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/cookies.rb:560:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.11.1/lib/active_record/query_cache.rb:36:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/activerecord-4.2.11.1/lib/active_record/connection_adapters/abstract/connection_pool.rb:653:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/callbacks.rb:29:in block in call' vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.11.1/lib/active_support/callbacks.rb:88:in run_callbacks
vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.11.1/lib/active_support/callbacks.rb:778:in _run_call_callbacks' vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.11.1/lib/active_support/callbacks.rb:81:in run_callbacks’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/callbacks.rb:27:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/remote_ip.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/debug_exceptions.rb:17:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/show_exceptions.rb:30:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/railties-4.2.11.1/lib/rails/rack/logger.rb:38:in call_app' vendor/bundle/ruby/2.3.0/gems/railties-4.2.11.1/lib/rails/rack/logger.rb:20:in block in call’
vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.11.1/lib/active_support/tagged_logging.rb:68:in block in tagged' vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.11.1/lib/active_support/tagged_logging.rb:26:in tagged’
vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.11.1/lib/active_support/tagged_logging.rb:68:in tagged' vendor/bundle/ruby/2.3.0/gems/railties-4.2.11.1/lib/rails/rack/logger.rb:20:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/request_id.rb:21:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/action_dispatch/request_id.rb:12:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/methodoverride.rb:22:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/runtime.rb:18:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/activesupport-4.2.11.1/lib/active_support/cache/strategy/local_cache_middleware.rb:28:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/actionpack-4.2.11.1/lib/action_dispatch/middleware/static.rb:120:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/sendfile.rb:113:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/rack-cors-0.4.1/lib/rack/cors.rb:81:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/honeybadger-4.2.1/lib/honeybadger/rack/error_notifier.rb:33:in block in call' vendor/bundle/ruby/2.3.0/gems/honeybadger-4.2.1/lib/honeybadger/agent.rb:345:in with_rack_env’
vendor/bundle/ruby/2.3.0/gems/honeybadger-4.2.1/lib/honeybadger/rack/error_notifier.rb:30:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/honeybadger-4.2.1/lib/honeybadger/rack/user_feedback.rb:31:in call’
vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call' vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call’
vendor/bundle/ruby/2.3.0/gems/honeybadger-4.2.1/lib/honeybadger/rack/user_informer.rb:21:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/skylight-core-4.2.0/lib/skylight/core/probes/middleware.rb:26:in call' vendor/bundle/ruby/2.3.0/gems/railties-4.2.11.1/lib/rails/engine.rb:518:in call’
vendor/bundle/ruby/2.3.0/gems/railties-4.2.11.1/lib/rails/application.rb:165:in call' vendor/bundle/ruby/2.3.0/gems/newrelic_rpm-3.14.0.305/lib/new_relic/agent/instrumentation/middleware_tracing.rb:78:in call’
vendor/bundle/ruby/2.3.0/gems/rack-1.6.11/lib/rack/content_length.rb:15:in call' vendor/bundle/ruby/2.3.0/gems/puma-3.12.0/lib/puma/configuration.rb:225:in call’
vendor/bundle/ruby/2.3.0/gems/puma-3.12.0/lib/puma/server.rb:658:in handle_request' vendor/bundle/ruby/2.3.0/gems/puma-3.12.0/lib/puma/server.rb:472:in process_client’
vendor/bundle/ruby/2.3.0/gems/puma-3.12.0/lib/puma/server.rb:332:in block in run' vendor/bundle/ruby/2.3.0/gems/puma-3.12.0/lib/puma/thread_pool.rb:133:in block in spawn_thread’

E, [2019-11-25T19:40:09.920296 #38443] ERROR – : ** [Honeybadger] Unable to send error report: API key is missing. id=6e53f47b-e97d-44fc-9b93-2bfa2f033481 level=3 pid=38443