ryan.mercer Posted July 9, 2023 Posted July 9, 2023 Ok, I have a Network Resource configured to post data to IFTTT. When I test it via the 'Test' function on Network Resources configuration tab it works great. All the values show in the IFTTT webhook and the applet works. However, when I place the Network Resource in a program to test, it errors that it failed to connect. Event View shows: Net-Resource: Failed connecting to maker.ifttt.com Any thoughts on why it works fine when testing but fails when put in a program? running 5.3.4
Techman Posted July 9, 2023 Posted July 9, 2023 Any other commands in your program that could be interfering with the timing?
MrBill Posted July 9, 2023 Posted July 9, 2023 1 hour ago, ryan.mercer said: Event View shows: What's in the error log at exactly that same time stamp? .
ryan.mercer Posted July 9, 2023 Author Posted July 9, 2023 48 minutes ago, Techman said: Any other commands in your program that could be interfering with the timing? @Techman - Intentionally kept it very simple for testing 30 minutes ago, MrBill said: What's in the error log at exactly that same time stamp? . @MrBill - here's what event viewer shows.
Techman Posted July 9, 2023 Posted July 9, 2023 If you click on "run then" in your program does the network resource complete?
ryan.mercer Posted July 10, 2023 Author Posted July 10, 2023 @Techman - think I found the issue. When testing for the response to 'run then' I noticed odd behavior. When I tested from the Network Resources Test function I was getting intermittent failures. I did a packet capture of the traffic and it all looked good, but some of it took longer than others. So I increased the timeout value to 3000ms and so far all connections have worked great. Must have been pure dumb luck that my tests worked in a timely fashion any my program runs didn't.
MrBill Posted July 10, 2023 Posted July 10, 2023 @ryan.mercer Good to hear you got it figured out. FYI for the future tho... Tools > Error log is another place with helpful information. Admin Console > Tools > Error Log 1
Recommended Posts