alexreisner/geocoder

ESRI lookup no error handling

Closed this issue · 1 comments

acdlbs commented

Expected behavior

When using geocoder with ESRI,
if I make a request and there is an error returned,
I would expect an exception to be raised and to see the error.

image

Actual behavior

When using geocoder with ESRI,
if I make a request and there is an error,
I am returned an empty array.

image

  • Geocoder version: Geocoder 1.8.0

Fixed by #1611. (Thanks @acdlbs!)