Forums

.ncep.noaa.gov whitelist

Hi,

I have a beginner account and am struggling to access the data sets located here:

http://nomads.ncep.noaa.gov:9090/dods/wave/nww3/

I am getting a "500 Internal Server Error" when running my flask app. I'm fairly sure it is because this address isn't on the whitelist.

I have checked the whitelisted sites and you already have the ".ncep.noaa.gov" listed but not the more specific and up-to-date subdomain "nomads.ncep.noaa.gov". Is it possible to get this address added tp the whitelist please?

Thanks!

Hmm. If ".ncep.noaa.gov" is whitelisted then "nomads.ncep.noaa.gov" should work fine. Is there anything in the error log for your Flask app? There's a link on the "Web" tab.

Just checked the error log and I'm getting a "TypeError: 'numpy.float64' object is not callable". Weird because it's working fine in my jupyter notebook.

Got it sorted now. Just needed to fiddle with the main_page.html file and sort out the Jinja. Thanks!

Glad you worked it out!