Closed alexhaas closed 4 years ago
I was getting the error below and changing the APPID to appid fixed it. OpenWeather docs suggest lowercase: https://openweathermap.org/guide#api.
APPID
appid
body: '{"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}'
Much appreciated, thank yout!
I was getting the error below and changing the
APPID
toappid
fixed it. OpenWeather docs suggest lowercase: https://openweathermap.org/guide#api.body: '{"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}'