Proxies aren't working, fails silently and defaults to regular IP
delamae opened this issue · 3 comments
delamae commented
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?
kacperkwapisz commented
Hello, did you really mean ShopifyMonitor.js
or is it just a typo?
delamae commented
Hah, good point, I meant .py.
yasserqureshi1 commented
I think it was my fault - I think the proxy was passed wrong. It should be fixed now. Here's a similar issue