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
It's been a while since I've used climate4R. Yesterday I ran the same script that used to work a few months ago, but now it is not possible to loadGridData.
e.g.,
tasmin.hist = loadGridData(dataset = "CORDEX-EUR-11_CNRM-CERFACS-CNRM-CM5_historical_r1i1p1_CLMcom-CCLM4-8-17_v1",
var = "tas",
lonLim = lon,
latLim = lat)
Which gives the error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.NullPointerException: Cannot invoke "org.apache.http.client.methods.CloseableHttpResponse.close()" because "closeableHttpResponse" is null
Is this related with different versions of the packages? Some guidance would be greatly welcomed!
The text was updated successfully, but these errors were encountered:
It's been a while since I've used climate4R. Yesterday I ran the same script that used to work a few months ago, but now it is not possible to loadGridData.
e.g.,
tasmin.hist = loadGridData(dataset = "CORDEX-EUR-11_CNRM-CERFACS-CNRM-CM5_historical_r1i1p1_CLMcom-CCLM4-8-17_v1",
var = "tas",
lonLim = lon,
latLim = lat)
Which gives the error:
Error in .jcall("RJavaTools", "Ljava/lang/Object;", "invokeMethod", cl, :
java.lang.NullPointerException: Cannot invoke "org.apache.http.client.methods.CloseableHttpResponse.close()" because "closeableHttpResponse" is null
Is this related with different versions of the packages? Some guidance would be greatly welcomed!
The text was updated successfully, but these errors were encountered: