sul-dlss-deprecated / dor_indexing_app

An indexing API for Stanford's Digital Object Repository
https://sul-dlss-deprecated.github.io/dor_indexing_app/
Apache License 2.0
0 stars 2 forks source link

[dor_indexing_app/prod] Dor::Services::Client::UnexpectedResponse: Internal Server Error: 500 (Response from dor-services-app did not contain a body. Check honeybadger for dor-services-app for backtraces, and look into adding a `rescue_from` in dor-services-app to provide more details to the client in the future) #891

Closed lwrubel closed 2 years ago

lwrubel commented 2 years ago

Backtrace

line 37 of [PROJECT_ROOT]/app/services/indexer.rb: load_and_index
line 11 of [PROJECT_ROOT]/app/services/indexer.rb: load_and_index
line 17 of [PROJECT_ROOT]/bin/rolling_index: block (3 levels) in <main>

View full backtrace and more info at honeybadger.io

lwrubel commented 2 years ago

rolling_index can receive a Dor::Services::Client::UnexpectedResponse if there is invalid data (for example, see this DSA error)

lwrubel commented 2 years ago

Partially resolved with https://github.com/sul-dlss/dor_indexing_app/pull/892. Still needs a tweak to the error message in HB since druid is not appearing.