You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
A DJ reported that some indexed tracks are failing to validate. Investigation revealed that certain track URLs are triggering elasticsearch.exceptions.RequestError (see example URLs on Slack):
elasticsearch.exceptions.RequestError: RequestError(400, 'search_phase_execution_exception', 'Failed to parse query [filename redacted]]'
We should do the following:
Catch Elasticsearch RequestError exceptions so that validation doesn't fail just because of Elasticsearch errors
Figure out why these URLs are causing the exception and fix the underlying issue.
The text was updated successfully, but these errors were encountered:
A DJ reported that some indexed tracks are failing to validate. Investigation revealed that certain track URLs are triggering
elasticsearch.exceptions.RequestError
(see example URLs on Slack):We should do the following:
The text was updated successfully, but these errors were encountered: