ProxyBroker icon indicating copy to clipboard operation
ProxyBroker copied to clipboard

Judges not found

Open nubonics opened this issue 6 years ago • 4 comments
trafficstars

c:\users\nubonix\appdata\local\programs\python\python37-32\lib\site-packages\proxybroker\checker.py:105: UserWarning: Not found judges for the ['HTTP', 'HTTPS'] protocol. Checking proxy on protocols ['HTTP', 'CONNECT:80', 'SOCKS4', 'SOCKS5', 'HTTPS', 'SMTP'] is disabled.

code ran: 'proxybroker find --types SOCKS5 --lvl High --countries US,UK,DE --strict -l 1000 --outfile ./proxies.txt'

nubonics avatar Oct 18 '19 15:10 nubonics

Same problem

adrianmihalko avatar Jan 06 '20 22:01 adrianmihalko

I seem to only get this when running through proxychains, so I'm wondering if it's a timeout that needs adjusted. My command is very similar.. But it doesn't always appear. have you guys tried using --max-timeout (i think that's the command, sorry not near the pc but it's in the help command listing). the default is 10 seconds.

Also possible the Judges went on vacation, after all it's not an easy job.

OptiMysticall avatar May 07 '20 15:05 OptiMysticall

Same problem +1

  • Python 3.7.4 on MacOS (macbook)
> python3.7 /usr/local/bin/proxybroker find --types HTTP
<Proxy CN 0.82s [HTTP: High] *.*.*.*:*>
  • Python 3.7.7 on Cygwin (another pc)
# python3.7 /usr/local/bin/proxybroker find --types HTTP
/usr/lib/python3.7/site-packages/proxybroker/checker.py:105: UserWarning: Not found judges for the ['HTTP', 'HTTPS'] protocol.
Checking proxy on protocols ['HTTP', 'CONNECT:80', 'SOCKS4', 'SOCKS5', 'HTTPS', 'SMTP'] is disabled.
  UserWarning,
  • same issue (maybe): https://github.com/constverum/ProxyBroker/issues/127

https://github.com/constverum/ProxyBroker/blob/d21aae8575fc3a95493233ecfd2c7cf47b36b069/proxybroker/judge.py#L61 got a ResolveError here aiodns.error.DNSError: (12, 'Timeout while contacting DNS servers') without asyncio.wait_for

# nslookup httpbin.org
非权威应答:
服务器:  UnKnown
Address:  192.168.1.1

名称:    httpbin.org
Addresses:  34.230.193.231
	  35.170.216.115

gMan1990 avatar May 09 '20 02:05 gMan1990

What is judges?

kiroffYT avatar Aug 02 '23 16:08 kiroffYT