yasserqureshi1/Sneaker-Monitors

Proxies aren't working, fails silently and defaults to regular IP

delamae opened this issue · 3 comments

ShopifyMonitor.py works fine without proxy, actually it works with the proxies too but the regular IP leaks.

The .env has 10 proxies, looks like
PROXY = 'username:asdf123asdf123@108.106.101.26:7878%username:asdf123asdf123@108.106.101.26:7878'
I tested all the proxies manually in my browser and it properly resolves to the remote IP.

Sounds similar to this user who also was using a proxy and got his main IP banned
#29 (comment)

Using Lubuntu 20.04 desktop, Python 3.8.10

Any suggestions?

Hello, did you really mean ShopifyMonitor.js or is it just a typo?

Hah, good point, I meant .py.

I think it was my fault - I think the proxy was passed wrong. It should be fixed now. Here's a similar issue