ansiweather
ansiweather copied to clipboard
ERROR: Cannot fetch weather data Exit 75
I've been using this cool little tool since January of this year. Once I got my rc file set up properly, it provides exactly what I want.
Today I got the above error running ansiweather as usual. I tried changing the fetch method from curl to 'wget --quiet --tries=1 --spider', but get the same failure.
When I make a request via HTTP I get a fail from the server.
{"cod":401, "message": "Invalid API key. Please see https://openweathermap.org/faq#error401 for more info."}
So this is probably not an issue with ansiweather. Just figured I'd post it in case someone knows how to fix it.