yzyio/adidas-multi-session

Proxies won't connect, only time out.

Closed this issue · 8 comments

F2UME commented

This issue is not just myself, multiple users are having the same problem.
All was working fine earlier but it now is making every proxy time out, as you can see.

It only went through using my own network without proxy as you'll see in the image..

Used both PRODUCT_URLS to test, both have same issue.

bfy9sn8

It might be because you are using HTTPs proxies. Try using HTTP proxies. I don't know why HTTPs isn't supported, I will take a look later.

Try this one and tell me if it works:
104.207.204.200:80

You can check if a proxy is HTTP or HTTPs using this site.

edit: I was wrong it has nothing to do with the proxies being HTTPs, look below.

F2UME commented

@EternalYZY I think the reason is because the proxies you are using won't allow you to connect to ipecho.net/plain, which is what the bot uses to check if the proxy is working or not.

Try going into run.py and replace http://ipecho.net/plain with https://wtfismyip.com/text

I find that my proxies go through the checker but when the browser opens and I check what the ip is - its my home IP not the proxy

yup, i replaced ipecho with 'http://canhazip.com' and good now... MPP proxies blocked by ipecho for some reason...

same problem as @sailthor. updated ipecho to new URL and now I pass the proxy test, but when the chrome session pops up, I go to another tab and its my original IP, not my proxy one

@alaaan thanks for that, didn't know ipecho blocked connections. I will create a ip returner on yzy.io to minimise the use of external services.

Fixed in V0.22