Open bharrrr opened 3 years ago
It seems like there is something wrong getting the weather data, maybe network error or wrong API key.
Can you get response with your own APP key from the following API?https://api.openweathermap.org/data/2.5/onecall?lat=31.1963042&lon=121.605487&appid=${APP_KEY}
Me too getting similar error: error referencing row 176: {data.current.feels_like.toFixed(1)}°
After checking the url given above, I am getting wrong AppId: {"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}
But after rechecking my account in openweather I can't find any difference b/w the entered API_KEY. Don't know why this error is occurring, Also I am not having anyissues regarding my network
176
Please check your key in Weather.jsx
Me too getting similar error: error referencing row 176: {data.current.feels_like.toFixed(1)}°
After checking the url given above, I am getting wrong AppId: {"cod":401, "message": "Invalid API key. Please see http://openweathermap.org/faq#error401 for more info."}
But after rechecking my account in openweather I can't find any difference b/w the entered API_KEY. Don't know why this error is occurring, Also I am not having anyissues regarding my network
My key works fine, maybe try a new key
Seems like there is a delay until your openweathermap.org API becomes active. I had the same error after initial setup but after several minutes it started working.
I have generated a new key, waited one hour and still get that error. It doesn't seem to be working... And yes, the key is active
I am receiving that error referencing row 176: {data.current.feels_like.toFixed(1)}°