getgfs
getgfs copied to clipboard
Max retries exceeded with url: /dods/gfs_0p25/gfs20220824/gfs_0p25_00z.das
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?
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.