I’m trying to download ERA5 hourly data using API. This is the error message I got:
requests.exceptions.SSLError: HTTPSConnectionPool(host=‘cds.climate.copernicus.eu’, port=443): Max retries exceeded with url: /api/retrieve/v1/jobs/1b8dfca5-67d1-4209-9fe3-422a5963f9ba?log=True&request=True (Caused by SSLError(SSLEOFError(8, ‘[SSL: UNEXPECTED_EOF_WHILE_READING] EOF occurred in violation of protocol (_ssl.c:1000)’)))
But when I check my request in website, I can see my request are completed, however I can’t attempt to download them due to the disconnection to the cds-download-0013.copernicus-climate.eu. I think my network is fine, is ERA5 dataset going through some maintaince right now?