Scrit HTTP request timeout - Printable Version +- Logic Machine Forum (https://forum.logicmachine.net) +-- Forum: LogicMachine eco-system (https://forum.logicmachine.net/forumdisplay.php?fid=1) +--- Forum: Scripting (https://forum.logicmachine.net/forumdisplay.php?fid=8) +--- Thread: Scrit HTTP request timeout (/showthread.php?tid=3491) |
Scrit HTTP request timeout - emme - 28.07.2021 Hi, Got a LM5 i.MX6 with most recent fw (20210510) and I?m experiencing a wired issue IP configuration is correct.. I can ping 8.8.8.8 and traceroute www.google.com correctly, but.. all lua script that uses socket.http library goes in timeout error. luasocket library is version 2.0.2-20210217 This of course will prevent any script to run as they are intended. Is is an issue someone else has faced and fixed? thanks Regards P.S. this is the script: Code: require('json') variable "code" result timeut ...it is not a timeout parameter issue this is an example.. I do have the telegram notification script that doesn't work either RE: Scrit HTTP request timeout - benanderson_475 - 29.07.2021 Try Like this, Code: require('json') RE: Scrit HTTP request timeout - emme - 30.07.2021 thnaks... I found the issue.... I made a BAD mistake on the NAT setup on my router.... it is now working good thanks ciao M |