Page History
Before trying anything else check
...
make sure you're using the most up to date versions
using Python 3
using the most up to date version of the CDS API
These 2 things cause 90% of issues experienced so we recommend to double check both these factors first
If you are still experiencing issues it's time to look at the error messages.
What type of error are you seeing?
Timed out
If the error message mentions 'timed out' like the example below:
...
c = cdsapi.Client(timeout = 600 ,quiet = False ,debug = True ) |
Proxy
If the message mentions ‘cannot connect to proxy’ like the example below:
...