Hello.

I have been using the following script to download 'reanalysis-era5-pressure-levels' data, but today I encountered the following error:

2022-03-18 22:05:30,543 INFO Welcome to the CDS
2022-03-18 22:05:30,543 INFO Sending request to https://cds.climate.copernicus.eu/api/v2/resources/reanalysis-era5-pressure-levels
2022-03-18 22:05:30,589 WARNING Recovering from connection error [('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))], attemps 0 of 500
2022-03-18 22:05:30,589 WARNING Retrying in 120 seconds
2022-03-18 22:07:30,690 INFO Retrying now...
2022-03-18 22:07:30,879 WARNING Recovering from connection error [('Connection aborted.', RemoteDisconnected('Remote end closed connection without response'))], attemps 1 of 500
2022-03-18 22:07:30,879 WARNING Retrying in 120 seconds

The page at https://cds.climate.copernicus.eu/ also does not open. Are there any known problems with CDS?

test.py