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
Not Using All Proxies?[BUG] #391
Comments
Can you post the log of the python script? |
sorry if there is a lot of bs, but it goes pretty fast |
I think the issue is fixed in my pull request |
ok will do! thanks |
wait do the proxies in the json file have to be indented? |
the proxies setup you have is valid for json |
i have same issue |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Bug Report Form
Checklist
Describe the bug
Full proxy list isn't being used, only the first one.
I put a list of proxies into the json file, but I noticed in the debug statements and on wire shark only the first proxy is being used to send the messages for every thread.
To Reproduce
Run the latest version of the program with a list of proxies
Expected behavior
the proxy IP that is listed in the debug statements for each thread should be different.
this is my json file but I ran it through 2 json/yaml parsers and it should be fine
https://pastebin.com/HPwUaZRH
The text was updated successfully, but these errors were encountered: