It's running... but in Cyrilic. see video mp4 attached. But, I think there is a problem, as I imagine that "space" and "full dots on" character should be equivalent on both character map.
here are the query and the answer to openweathermap. (they have changed their way of working a few monts ago)
query in a browser
http://api.openweathermap.org/data/2.5/weather?appid=000000680<modified-id>1715babf26f&id=3031137
answer from the web server:
{"coord":{"lon":2.25,"lat":48.8333},"weather":[{"id":310,"main":"Drizzle","description":"light intensity drizzle rain","icon":"09d"},{"id":701,"main":"Mist","description":"mist","icon":"50d"},{"id":500,"main":"Rain","description":"light rain","icon":"10d"}],"base":"stations","main":{"temp":286.71,"feels_like":286.65,"temp_min":285.55,"temp_max":288.3,"pressure":1003,"humidity":97,"sea_level":1003,"grnd_level":992},"visibility":3000,"wind":{"speed":4.12,"deg":150},"rain":{"1h":0.37},"clouds":{"all":100},"dt":1728218396,"sys":{"type":2,"id":2012208,"country":"FR","sunrise":1728194284,"sunset":1728235183},"timezone":7200,"id":3031137,"name":"Boulogne-Billancourt","cod":200}
and here is the debug of the program:
//////////////////////////////////
URI:
http://api.openweathermap.org/data/2.5/weather?appid=000000680<modified-id>1715babf26f&id=3031137
{"coord":{"lon":2.25,"lat":48.8333},"weather": {"id":701,"main":"Mist","description":"mist","icon":"50d"},{"id":500,"main":"Rain","description":"light rain","icon":"10d"},{"id":310,"main":"Drizzle","description":"light intensity drizzle rain","icon":"09d"} ,"base":"stations","main":{"temp":286.84,"feels_like":286.8,"temp_min":285.59,"temp_max":288.3,"pressure":1003,"humidity":97,"sea_level":1003,"grnd_level":992},"visibility":3000,"wind":{"speed":4.12,"deg":150},"rain":{"1h":0.56},"clouds":{"all":100},"dt":1728218115,"sys":{"type":2,"id":2012208,"country":"FR","sunrise":1728194284,"sunset":1728235183},"timezone":7200,"id":3031137,"name":"Boulogne-Billancourt","cod":200}
Parsing input failed!
URI:
http://api.openweathermap.org/data/2.5/weather?appid=000000680<modified-id>1715babf26f&id= F ? F ? F ? F ?,F ? ,F ?,F ?@F ? @F ?@F ?TF ? TF ?TF ?hF ? hF ?hF ?|F ? |F ?|F ?
<html>
<head><title>400 Bad Request</title></head>
<body>
<center><h1>400 Bad Request</h1></center>
<hr><center>openresty</center>
</body>
</html>
Parsing input failed!
Guru Meditation Error: Core 1 panic'ed (LoadProhibited). Exception was unhandled.
Core 1 register dump:
PC : 0x40089f30 PS : 0x00060d30 A0 : 0x800dc623 A1 : 0x3ffb2000
A2 : 0x3ffccf8d A3 : 0x00000001 A4 : 0x00000002 A5 : 0x3ffccf8d
A6 : 0xffffffff A7 : 0x00000007 A8 : 0x00000000 A9 : 0x3ffb1fd0
A10 : 0x00000001 A11 : 0x0000005a A12 : 0x0000005a A13 : 0x14e2f2db
A14 : 0xb33fffff A15 : 0xb33fffff SAR : 0x0000001b EXCCAUSE: 0x0000001c
EXCVADDR: 0x00000001 LBEG : 0x40089f30 LEND : 0x40089f3a LCOUNT : 0x00000001
Backtrace: 0x40089f2d:0x3ffb2000 0x400dc620:0x3ffb2010 0x400dc75c:0x3ffb2030 0x400d3fb3:0x3ffb2050 0x400d350f:0x3ffb2180 0x400de950:0x3ffb2270 0x40090402:0x3ffb2290
ELF file SHA256: 584e85dec9e440f4
Rebooting...
ets Jul 29 2019 12:21:46
//////////////////////////////////
and as openweathermap is now asking for a credit card, you have to reduce the the number of call a day:
Free limit per day: 1,000 calls After: 0.14 EUR per 100 calls
It is now OPENWALLET !!!
The video is too big, I remove it and will find a better place.