06.05.2021, 09:40
I have modified the script to return the error:
The error that I get is:
What does this mean?
Code:
local SolarEdge,err = ...
if not SolarEdge then
alert('SolarEdge cannot be retrieved. ' .. tostring(SolarEdge) .." error: " ..err)
return
end
Code:
error: recvd alert fatal error