Open nubonics opened 5 years ago
Same problem
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
Also possible the Judges went on vacation, after all it's not an easy job.
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
What is judges?
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'