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
Loop problem when scraping Bing
-
I wanted to collect search results in Bing, i.e., the page title and description, but I have a problem with the loop. I select both titles and descriptions in the loop, but when I want to iterate and save the results, the variables are empty. And if, for example, we want to do something only with the titles or only with the descriptions, then everything works, but I need to collect both pieces of data at once. How to solve this? I am attaching a screenshot:
