1.2.1. has broken my code :-(
Comm.makeJsonRequest("api.openweathermap.org/.../weather",
{"lat"=>lat, "lon"=>lon, "APPID"=>"33b43a459f4002b3693aaec3420776ac"}, {}, method(nReceive));
that used to work, now I get
UnexpectedTypeException: Expected null/Number, given null
onKey in /Users/Documents/OneDrive/dev/connectiq/BigWeather/source/BigWeatherView.mc:32
makeJsonRequest in /Users/rayburn/1_2_1/mbsimulator/submodules/technology/monkeybrains/virtual-machine/api/Communications.mb:144
onShow in /Users/Documents/OneDrive/dev/connectiq/BigWeather/source/BigWeatherView.mc:421
The lat and lon was getting from app properties but even hard coding them to 0.1 and 0.1 gets the same error.
Any ideas?