You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I made this changes and it gives errors on ESP32-S3
The connection to server is secure (https). Certificate not checked.
Sending GET request to api.openweathermap.org port 443
Header end found
Parsing JSON
[ 8670][E][NetworkClient.cpp:319] setSocketOption(): fail on 0, errno: 9, "Bad file number"
Done in 4018 ms
OpenWeather's One Call 3.0 API changed element "timezone_offset" to "timezone". The changes to OpenWeather.cpp are:
62,62c61,62
< String url = "https://api.openweathermap.org/data/3.0/onecall?lat=" + latitude + "&lon=" + longitude + "&exclude=minutely" + exclude + "&units=" + units + "&lang=" + language + "&appid=" + api_key;
The text was updated successfully, but these errors were encountered: