getgfs icon indicating copy to clipboard operation
getgfs copied to clipboard

Max retries exceeded with url: /dods/gfs_0p25/gfs20220824/gfs_0p25_00z.das

Open avarf opened this issue 3 years ago • 1 comments

Hi, I just installed this library and tried the example but I am getting below error:

import getgfs
f=getgfs.Forecast("0p25")

Error:

SSLError: HTTPSConnectionPool(host='nomads.ncep.noaa.gov', port=443): Max retries exceeded with url: /dods/gfs_0p25/gfs20220824/gfs_0p25_00z.das (Caused by SSLError(SSLError(1, '[SSL: UNSAFE_LEGACY_RENEGOTIATION_DISABLED] unsafe legacy renegotiation disabled (_ssl.c:997)')))

There is no information regarding an extra setup, do I need to register somewhere? Get an API key? or something similar to that or the library should work out of the box with the public URL?

avarf avatar Aug 24 '22 08:08 avarf

Hi @avarf,

This error is new to me, you shouldn't need an API key or anything. I will investigate later!

Sorry for the inconvenience.

jagoosw avatar Aug 24 '22 08:08 jagoosw