17.03.2020, 20:03
(17.03.2020, 19:57)AlexLV Wrote: Daniel,
I am using latest FW 20191015 RC1 available.
I changed code as benanderson_475 advised, but anyway error in my error log:
Resident script:4: bad argument #1 to 'decode' (string expected, got nil)
stack traceback:
[C]: in function 'decode'
I think this means that it called the json.decode(data) function but no string was found (to be decoded) in the varible data, can you log the response data from the https get command and see what that returns, it may be empty which would explain the error