A collection of web monitors that notify of restocks or updates on sneaker related sites through Discord Webhook. This includes Shopify, Nike SNKRS (supports 42 countries), Supreme and now Footsite monitors!
GNU General Public License v3.0
462
stars
126
forks
source link
Proxies aren't working, fails silently and defaults to regular IP #118
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.
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 https://github.com/yasserqureshi1/Sneaker-Monitors/issues/29#issuecomment-755047838
Using Lubuntu 20.04 desktop, Python 3.8.10
Any suggestions?