Login Page - Create Account

Support Board


Date/Time: Thu, 02 May 2024 07:04:11 +0000



Post From: sc.HTTPResponse always empty.

[2020-02-22 11:25:19]
marcovth - Posts: 61
You mean there has to be a pause/sleep after sc.MakeHTTPRequest?

I solved my problem by installing wget on my system and making a system(wget "http://link" -O file.txt) call and then read the file.

This has the added advantage that you can collect data for multiple time frames (multiple wget calls) within the same cycle. If I understand it well from other discussions, sc.MakeHTTPRequest can only be used one time.