Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Solution: Add the "timeout=600" (or longer) option for the timeout duration in seconds, to your CDS API request :

c = cdsapi.Client(timeout=600,quiet=False,debug=True)

If the issue continues you will need to check that the ports required by the CDS are open on your firewall (i.e. https,  443)

...