I too am getting this problem this is my error
"Thread #1 : Error occurred : Failed to get page http://ip.bablosoft.com/?requestid=88198 with HttpClient"
It seems I keep sending GET requests but am getting nothing in return. Is this just a temporary bug on bablosofts side? or is it a fixable error on my side, let me know what you guys think
Can't Loop Through List Of URLS
-
HELP! I am driving myself insane drying to get started with BAS. I am a senior PHP programmer(also know 7 other languages) but yet I cannot even get past step #1 with creating a test script! I am just trying to load a .txt file that has a list of URLs and then loop through each URL and load the URL in a browser. For some reason, BAS is looping through each letter instead of each line.. For example, this is my list:
http://mywebsite.com
http://otherwebsite.comThe BAS software does not correctly parse lines with any .txt file(I tried also .doc, .csv, .xls). No matter what, the BAS will do this loop through each letter instead of using each entire line:
Loop 1 - Load URL "h"
Loop 2 - Load URL "t"
Loop 3 - Load URL "t"
Loop 4 - Load URL "p"
Loop 5 - Load URL ":"
Loop 6 - Load URL "/"
Loop 7 - Load URL "/"
and so on....I dont understand if I am supposed to format a list differently inside the txt file??


