I have used get_current_weather sometimes, and it works on some cities, and sometimes it crashes recently. Probably there had been some changes in the OpenWeather back-end?
AMS <- get_current_weather('__MY_API_CODE', city = "Amsterdam", country = "Netherlands")
The error message:
cod: 404, message = Error: Not found city
I used the CityID, used country = "Netherlands" and country "NL" However, the weather data for these cities in question are apparently accessible via the website, so they did not remove the locations.
I have used get_current_weather sometimes, and it works on some cities, and sometimes it crashes recently. Probably there had been some changes in the OpenWeather back-end?
The error message:
cod: 404, message = Error: Not found city
I used the CityID, used country = "Netherlands" and country "NL" However, the weather data for these cities in question are apparently accessible via the website, so they did not remove the locations.