Closed saraorofino closed 2 years ago
I've run into the same error:
Error in `resp_abort()`:
! HTTP 404 Not Found.
---
Backtrace:
1. gfwr::get_eez_code(eez_name = "French", key = key)
9. httr2::req_perform(.)
10. httr2:::resp_abort(resp, error_body(req, resp))
@saraorofino @CianGFW There was an issue on the API side that should be fixed now.
This seems similar to a closed issue on authorization (#34) for
get_raster()
. I can run the family ofget_*
functions without errors,get_raster
,get_vessel_info
, andget_event
have all worked fine for me. But when I run theget_eez_code
function I get an authorization error.I've run these two lines from the
README
:And in both cases I get this error:
I've also tried with other EEZ names and iso3 codes and the same thing happens.