Downloading 1 requests, up to 111 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:01:31 UTC
Downloading 1 requests, up to 63 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:01:38 UTC
Downloading 1 requests, up to 36 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:01:44 UTC
Downloading 1 requests, up to 64 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:01:54 UTC
Error in open.connection(structure(4L, class = c("curl", "connection"), conn_id = <pointer: 0x55a11f705880>), :
cannot open the connection
Error in open.connection(structure(5L, class = c("curl", "connection"), conn_id = <pointer: 0x55a1284e8320>), :
cannot open the connection
Downloading 1 requests, up to 392 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:02:05 UTC
Downloading 1 requests, up to 16 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:02:11 UTC
Downloading 1 requests, up to 27 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:02:17 UTC
Downloading 1 requests, up to 162 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:02:24 UTC
Error in open.connection(structure(6L, class = c("curl", "connection"), conn_id = <pointer: 0x55a12066fd70>), :
cannot open the connection
Downloading 1 requests, up to 420 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:02:32 UTC
Error : Error {
code=503;
message="Service Unavailable: There was a (temporary?) problem. Wait a minute, then try again. (In a browser, click the Reload button.)";
}
RETRYing...
Downloading 1 requests, up to 10 time slices each
Fetching request 1 of 1 (2025-08-09 to 2025-08-10) ~ 00:02:42 UTC
Error in open.connection(structure(7L, class = c("curl", "connection"), conn_id = <pointer: 0x55a116065c30>), :
cannot open the connection
Error in open.connection(structure(8L, class = c("curl", "connection"), conn_id = <pointer: 0x55a12781ebb0>), :
cannot open the connection
Error in open.connection(structure(9L, class = c("curl", "connection"), conn_id = <pointer: 0x55a118db8870>), :
cannot open the connection
Warning: There were 6 warnings in `mutate()`.
The first warning was:
ℹ In argument: `error = pmap_chr(list(i, nms, time_min, time_max), fxn)`.
Caused by warning:
! Failed to open 'https://coastwatch.noaa.gov/erddap/griddap/noaacrwsstDaily.csvp?longitude': The requested URL returned error: 503
ℹ Run `dplyr::last_dplyr_warnings()` to see the 5 remaining warnings.
4.1 Successes
Code
res |>mutate(success =is.na(error)) |>group_by(success) |>summarize(n =n()) |>datatable()