bluet / proxybroker2

The New (auto rotate) Proxy [Finder | Checker | Server]. HTTP(S) & SOCKS :performing_arts:
Apache License 2.0
726 stars 111 forks source link

Checking proxy on protocols ['HTTP', 'CONNECT:80', 'SOCKS4', 'SOCKS5', 'HTTPS', 'SMTP'] is disabled. #145

Open Happ1ness-dev opened 1 year ago

Happ1ness-dev commented 1 year ago

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:

  1. Run proxybroker find --type HTTP HTTPS -l 10
  2. Indefinite hanging.

Expected behavior Normal check of proxies?

Screenshots Screenshot_2023-09-28-16-34-22-087_com termux

Desktop:

Smartphone:

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 ...

Grab:

.../0/tmp $ proxybroker grab -l 10
<Proxy US 0.00s [] 104.164.183.173:3128>
<Proxy US 0.00s [] 38.242.244.63:23553>
<Proxy -- 0.00s [] 103.160.17.38:5678>
<Proxy KH 0.00s [] 116.212.144.223:5678>
<Proxy CN 0.00s [] 114.103.88.116:8089>
<Proxy MN 0.00s [] 49.0.253.51:4145>
<Proxy UY 0.00s [] 179.27.214.238:4153>
<Proxy US 0.00s [] 199.58.185.9:4145>
<Proxy BR 0.00s [] 177.69.72.122:4153>
<Proxy CN 0.00s [] 125.126.213.4:38801>

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.

ziloka commented 10 months ago

related #118