ropensci / MODIStsp

An "R" package for automatic download and preprocessing of MODIS Land Products Time Series
https://docs.ropensci.org/MODIStsp
GNU General Public License v3.0
155 stars 50 forks source link

Connection refused #252

Closed bienflorencia closed 2 years ago

bienflorencia commented 2 years ago

Issue description Hello, I get an error running MODIStsp(), the connection for the download is refused.

Reproducible example

library(MODIStsp)
MODIStsp(test = 5)

Console output

MODIStsp is running in test mode.
GDAL version in use: 3.1.4
[Wed Jan 26 16:27:11 2022] MODIStsp --> Starting processing
[Wed Jan 26 16:27:11 2022] Accessing http server at:  https://e4ftl01.cr.usgs.gov/MOTA/MCD43A3.006/
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1 seconds...
Error in curl::curl_fetch_memory(url, handle = handle): Failed to connect to e4ftl01.cr.usgs.gov port 443: Connection refused
Request failed [ERROR]. Retrying in 1.5 seconds...
[Wed Jan 26 16:27:17 2022] Error: http server seems to be down! Please try again later. Aborting!

System information

# packageVersion("MODIStsp")
‘2.0.6’

Additional context

I run the same code a couple of days ago and it was running ok. Is there something related to USGS? Thanks! Flo

rodaguayo commented 2 years ago

The servers are currently down. You can check if everything is ok here: https://search.earthdata.nasa.gov/

bienflorencia commented 2 years ago

Thanks!