This repository has been archived by the owner on Apr 5, 2022. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 347
obtaining access token/transparent pixel skip, loop #397
Comments
could you run this again with the |
sure |
|
without compact logging enabled
|
i think this maybe be caused by the code below. at high thread counts or launch delays this could have threads waiting for a very long time so perhaps just adding index instead of multiplying it could fix this? # Stagger reactivation of threads after wait
if wasWaiting:
wasWaiting = False
time.sleep(index * self.delay_between_launches) |
Seems lowering the thread count from 40 to 9 did fix this for me. So I'd suspect you're right. I'll swap it to addition instead and see if I get the same issue with 40 |
Unfortunately, looks like that didn't fix it. Still getting the looping issue and locks up and never resumes |
Two observations here:
|
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
after pixels are confirmed all correct it loops like this ignoring changed pixels
The text was updated successfully, but these errors were encountered: