noaa icon indicating copy to clipboard operation
noaa copied to clipboard

Retry logic hides valid 404 errors

Open zbyte64 opened this issue 6 years ago • 0 comments

If points_forecast is called with an invalid set of coordinates, the API will respond with a 404. The current client will continue to retry the request even though it should just pass the error up.

zbyte64 avatar Aug 04 '19 15:08 zbyte64