You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This was due to me failing to include the UID in the "key" argument for the api.client() call, so that splitting the string by ":" didn't yield a tuple with 2 items (UID, key). I removed the arguments from the call and now the .cdsapirc file is used which has the correct UID:KEY format.
cdsapi version: 0.2.7
.cdsapirc file format:
url: https://cds.climate.copernicus.eu/api/v2
key: UID:KEY
Can't figure out what's going wrong, I've seen that others are also having the same issue but haven't been able to find the cause or a fix.
The text was updated successfully, but these errors were encountered: