408 error using cdsapi

Hi everyone,

For the last few days I’ve been getting a 408 Timeout error when trying to download from the new CDS-Beta service using cdsapi. My request is successfully accepted and processed by the CDS, but fails when the download is due to begin.

I don’t think it’s my code as I’ve also tried manually downloading from the website, and am often able to reproduce the behavior that way too.

I’ve tried increasing the timeout using cdsapi.Client(timeout=600) but still no luck.

Any ideas? Or is something happening on the backend that is prevent my code from downloading the files being created by request?

TIA!