yasserqureshi1 / Sneaker-Monitors

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

Closed delamae closed 2 years ago

delamae commented 2 years ago

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?

kacperkwapisz commented 2 years ago

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

delamae commented 2 years ago

Hah, good point, I meant .py.

yasserqureshi1 commented 2 years ago

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