Describe the bug
Hello, I'm having issues with ProxyBroker. It seems to be unable to find specific types of proxies for me, and is hanging indefinitely.
To Reproduce
Steps to reproduce the behavior:
Run proxybroker find --type HTTP HTTPS -l 10
Indefinite hanging.
Expected behavior
Normal check of proxies?
Screenshots
Desktop:
OS: N/A
Browser N/A
Version N/A
Smartphone:
Device: Poco F3
OS: Android 12
Browser N/A
Version N/A
Additional context
Finding doesn't seem to work at all, while grab is working fine.
Find:
.../0/tmp $ proxybroker --log DEBUG find --type HTTP HTTPS -l 10
[16:36:48] - DEBUG - proxybroker - Real external IP: 5.199.169.39
[16:36:48] - DEBUG - proxybroker - Start check judges
[16:36:48] - DEBUG - proxybroker - Start grabbing proxies
[16:36:49] - DEBUG - proxybroker - Try to get proxies from www.proxylists.net
[16:36:49] - DEBUG - proxybroker - Try to get proxies from api.proxyscrape.com
[16:36:49] - DEBUG - proxybroker - Try to get proxies from ipaddress.com
[16:36:49] - DEBUG - proxybroker - 0 judges added. Runtime: 0.0593;
/data/data/com.termux/files/usr/lib/python3.11/site-packages/proxybroker/checker.py:97: UserWarning: Not found judges for the ['HTTP', 'HTTPS'] protocol.
Checking proxy on protocols ['HTTP', 'CONNECT:80', 'SOCKS4', 'SOCKS5', 'HTTPS', 'SMTP'] is disabled.
warnings.warn(
[16:36:49] - DEBUG - proxybroker - 792(792) proxies added(received) from https://api.proxyscrape.com/?request=getproxies&proxytype=http
[16:36:49] - DEBUG - proxybroker - 792 proxies received from api.proxyscrape.com:
('120.197.219.82', '9091', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
('93.123.16.188', '3128', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
('114.103.88.53', '8089', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
('45.226.226.94', '999', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
('201.238.248.134', '443', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
('197.243.67.96', '80', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
('120.79.34.201', '1111', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
('197.246.212.70', '3030', ('HTTP', 'CONNECT:80', 'HTTPS', 'CONNECT:25')),
... Rest of the log is omitted to avoid clutter, but I can provide it if needed ...
I tried both enabling and disabling VPN. It doesn't work. I tried to check the availability of the judges, and I can easily access them through browser.
Describe the bug Hello, I'm having issues with ProxyBroker. It seems to be unable to find specific types of proxies for me, and is hanging indefinitely.
To Reproduce Steps to reproduce the behavior:
proxybroker find --type HTTP HTTPS -l 10
Expected behavior Normal check of proxies?
Screenshots
Desktop:
Smartphone:
Additional context Finding doesn't seem to work at all, while grab is working fine.
Find:
Grab:
I tried both enabling and disabling VPN. It doesn't work. I tried to check the availability of the judges, and I can easily access them through browser.
P.S. Don't worry, I haven't leaked my actual IP.