All data have been processed for Proxy

Support
  • Hello,
    I have a problem when I check large files with thousands of lines, the script always stops after about 5000 lines with the message "Final Message: Ended with message: All data have been processed for Proxy" while it hundreds of thousands left to check and I have 5TB rotating proxies

  • Click on the txt parameter you have uploaded in your bot's interface, click edit, edit as in the picture and it will be fixed.!

    Ekran Resmi 2022-12-30 23.14.58.png

  • Applicable if you are not going to delete a solution together.

    If txt will be deleted after each task then do something like, first create a folder and create 5000 lines of txts in it. txt names like proxy, proxy1, proxy2, proxy3 and continue in order. Add a string to your bot, enter the path where the proxy txts are, then create control.txt in your path at the end of this folder task, if it's the first time, save it by typing 1, but if there is a file called control.txt, first read the number in it and add 1 to the number you read from the control.txt file. Delete the file, create control.txt again in the same path. Let this cycle continue like this until 5000. Also create a txt at the end of each task by saying proxy.txt. At the end of each task, create a txt that will read the proxy list and print the txt name (for example, proxykontrol.txt, you deleted and recreated it each time as I explained before). At the very beginning of the bot, read control.txt and proxykontrol.txt. Check if the value you get from control.txt is equal to 5000. If it's equal to 5000, delete control.txt, proxycontrol.txts and then add the files in the folder to a list, choose 0 from that list (ie next proxy file.) You'll use until the txts run out.

    I run the bass forever after I want to

  • Hello, that's perfect. Thanks a lot for your help.