rdeepak2002 / reddit-place-script-2022

Script to draw an image onto r/place (https://www.reddit.com/r/place/)
909 stars 347 forks source link

Not Using All Proxies?[BUG] #391

Open NFKRZZ opened 2 years ago

NFKRZZ commented 2 years ago

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

Risewill23 commented 2 years ago

Can you post the log of the python script?

NFKRZZ commented 2 years ago

image image

NFKRZZ commented 2 years ago

sorry if there is a lot of bs, but it goes pretty fast https://pastebin.com/ME5BwWwe

Risewill23 commented 2 years ago

I think the issue is fixed in my pull request try using the "Risewill23-updates" branch

NFKRZZ commented 2 years ago

ok will do! thanks

NFKRZZ commented 2 years ago

wait do the proxies in the json file have to be indented?

NFKRZZ commented 2 years ago

i have them currently like this image and i saw that when it loads proxies it only loads the first one

Risewill23 commented 2 years ago

the proxies setup you have is valid for json

NFKRZZ commented 2 years ago

image

well its only loading 1 proxy I think

gmorningman commented 2 years ago

i have same issue