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
When doing some testing against a cf.gov environment that could not talk to Elasticsearch, I saw the following error at /data-research/consumer-complaints/search/api/v1/?field=all&size=25&sort=created_date_desc:
Elasticsearch error: <urllib3.connection.HTTPConnection object at 0x7f5558fef650>: Failed to establish a new connection: [Errno 111] Connection refused
This was in a non-debug environment where I would not expect to see a raw exception leaking into a response like that. I thought I'd open an issue in case this is something that could be adjusted.
I'm also wondering if a 400 (see here) is appropriate in this scenario, since it seems more like a 500 situation to me.
The text was updated successfully, but these errors were encountered:
When doing some testing against a cf.gov environment that could not talk to Elasticsearch, I saw the following error at
/data-research/consumer-complaints/search/api/v1/?field=all&size=25&sort=created_date_desc
:This was in a non-debug environment where I would not expect to see a raw exception leaking into a response like that. I thought I'd open an issue in case this is something that could be adjusted.
I'm also wondering if a
400
(see here) is appropriate in this scenario, since it seems more like a500
situation to me.The text was updated successfully, but these errors were encountered: