ArchivedUltimaScraper
ArchivedUltimaScraper copied to clipboard
Script is looping within each loop
The script hasn't been looping correctly for a little while now. When it finishes the current job, it seems to recall the subscription list multiple times before reaching the user input stage. The number of times it recalls the subscriptions increases with each successive loop. If I run a a handful of jobs in a row, the script will become effectively unresponsive and must be stopped and restarted.
Here's what it looks like when I first start the script:
Here's what it looks like after I've downloaded from one user and the script loops for the first time:
And it'll just keep growing from there until I restart the script.
Any resolve on that issue ? I've got something similar happening.
In my case tho, it already loops through the first loop. In other words, It displays the subsciptions 2 times during initial run. As a matter of fact, it never increment from there but as @spiderzero3 said, it becomes unresponsive after some time to the point where I need to kill the job and launch it again.