Global Variable map turns null on restart
Posted: 15 Dec 2017 04:32
I am getting a strange bug when storing weather data into global Variable.
Here is script i am using
global_weather=fromJSON(jsonfile)
Now after system restart or Automagic service restart i see a null value of global_weather.
If i directly store json file to global_weather than it stays.
Json file is attached.
Here is script i am using
global_weather=fromJSON(jsonfile)
Now after system restart or Automagic service restart i see a null value of global_weather.
If i directly store json file to global_weather than it stays.
Json file is attached.