-
Notifications
You must be signed in to change notification settings - Fork 130
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
NOAA website changes broke lib/site/Geo/WeatherNOAA.pm and get_weather #631
Comments
#629 (and its cleaned up replacement) make this work again, but the syntax of what you should query, has changed. |
…ded when get_weather is called. Bug hollie#631
Fixes for broken code due to NOAA site changes. Bug hollie#631
…ded when get_weather is called. Bug hollie#631
Fixes for broken code due to NOAA site changes. Bug #631
This looks fixed to me. |
It is indeed fixed, thanks. |
Note that the NOAA has shutdown that (new, different, fixed) site, so any fixes based ont hat site are again broken: |
gargamel:/var/local/src/misterhouse# mh/bin/get_weather -zone "SAN JOSE" -city "SAN JOSE" -state CA
Getting the current weather for SAN JOSE, CA
Getting the forecast for SAN JOSE, CA
Current conditions: No data available
The forecast is As of :
Sadly, having a quick look at lib/site/Geo/WeatherNOAA.pm is not encouraging. Not knowing what the old page (that's now a redirect) looks like, it's hard to tell if it's gone altogether, or whether it's hiding under another URL and the fix is easy-ish.
The text was updated successfully, but these errors were encountered: