funilrys / PyFunceble

The tool to check the availability or syntax of domain, IP or URL.
https://pyfunceble.github.io
Apache License 2.0
289 stars 44 forks source link

BUG: `-t` smaller than 1.0 #316

Closed spirillen closed 1 year ago

spirillen commented 1 year ago

Description

Process pyfunceble_producer_worker_1:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_tester_worker_2:
Process pyfunceble_tester_worker_1:
Traceback (most recent call last):
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
ValueError: <value> should not be less than 1.
Process pyfunceble_tester_worker_5:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_tester_worker_6:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_tester_worker_3:
Process pyfunceble_tester_worker_4:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_dir_files_sorter_worker_2:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_dir_files_sorter_worker_1:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_dir_files_sorter_worker_5:
Process pyfunceble_dir_files_sorter_worker_4:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_dir_files_sorter_worker_3:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.
Process pyfunceble_dir_files_sorter_worker_6:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 285, in run
    PyFunceble.factory.Requester = PyFunceble.factory.requester()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 160, in __init__
    self.guess_and_set_timeout()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 436, in guess_and_set_timeout
    self.set_timeout(PyFunceble.storage.CONFIGURATION.lookup.timeout)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 424, in set_timeout
    self.timeout = value
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 186, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 412, in timeout
    raise ValueError("<value> should not be less than 1.")
ValueError: <value> should not be less than 1.

Execution Time: 00:00:00:30.70847

Status      Percentage   Amount      
----------- ------------ ------------
ACTIVE      99%          748         
INACTIVE    1%           6           
INVALID     0%           1 

Configuration

Reproduction

  1. pyfunceble --dns 108.162.193.107 173.245.59.107 172.64.33.107 173.245.58.116 108.162.192.116 172.64.32.116 --whois-lookup --collection-lookup -t 0.5 -f /tmp/booru.org.list

Expected behavior

Screenshots

Versions

OS: Ubuntu 22.04.1

Python Version: 3.10

PyFunceble Version: 4.1.3a4.dev

Additional context

spirillen commented 1 year ago

-t == 1.0

pyfunceble --dns 108.162.193.107 173.245.59.107 172.64.33.107 173.245.58.116 108.162.192.116 172.64.32.116 --whois-lookup --collection-lookup -t 1 -f /tmp/booru.org.list 

    ██████╗ ██╗   ██╗███████╗██╗   ██╗███╗   ██╗ ██████╗███████╗██████╗ ██╗     ███████╗
    ██╔══██╗╚██╗ ██╔╝██╔════╝██║   ██║████╗  ██║██╔════╝██╔════╝██╔══██╗██║     ██╔════╝
    ██████╔╝ ╚████╔╝ █████╗  ██║   ██║██╔██╗ ██║██║     █████╗  ██████╔╝██║     █████╗
    ██╔═══╝   ╚██╔╝  ██╔══╝  ██║   ██║██║╚██╗██║██║     ██╔══╝  ██╔══██╗██║     ██╔══╝
    ██║        ██║   ██║     ╚██████╔╝██║ ╚████║╚██████╗███████╗██████╔╝███████╗███████╗
    ╚═╝        ╚═╝   ╚═╝      ╚═════╝ ╚═╝  ╚═══╝ ╚═════╝╚══════╝╚═════╝ ╚══════╝╚══════╝

WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f420b4c0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f420b5b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f4217160>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f420b5b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f420f490>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f420b490>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9de0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba0b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba0b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9de0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba200>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8d00>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9f90>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9b40>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba260>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba170>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba9b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba1a0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9c30>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba860>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b95a0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b98d0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb220>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40baf80>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb190>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba890>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8670>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbb50>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b94b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba560>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /

Subject                                                                                              Status      Source     Expiration Date   Registrar                      HTTP Code  Checker      
---------------------------------------------------------------------------------------------------- ----------- ---------- ----------------- ------------------------------ ---------- -------------
100oj.booru.org                                                                                      ACTIVE      COLLECTION Unknown           Unknown                        Unknown    AVAILABILITY 
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb670>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b87f0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba860>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bac80>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba590>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb0a0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9840>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba140>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba350>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bae60>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8fd0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bac50>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9420>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9360>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba890>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb7c0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb4f0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb700>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b80a0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba1d0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8880>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9960>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bba00>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba8f0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb730>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9db0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbe50>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9e70>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bacb0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbf10>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
0bscur.booru.org                                                                                     ACTIVE      COLLECTION Unknown           Unknown                        Unknown    AVAILABILITY 
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba950>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bae90>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b85b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9f30>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9a80>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9210>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb580>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8f40>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba8c0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba110>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba9b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8880>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8550>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8340>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb250>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8520>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb940>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba380>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b81f0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9ba0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bab30>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb730>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8070>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba650>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba8f0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
020492.booru.org                                                                                     ACTIVE      COLLECTION Unknown           Unknown                        Unknown    AVAILABILITY 
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bab90>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9c90>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba440>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbd60>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb520>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb5e0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb2e0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba110>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40baa40>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba4a0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8160>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8340>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba080>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb9a0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba9b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbd00>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbe80>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b88e0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8a60>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8280>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9630>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8d60>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9f90>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba5c0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbc70>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8220>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9000>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb5e0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9ff0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
1941.booru.org                                                                                       ACTIVE      COLLECTION Unknown           Unknown                        Unknown    AVAILABILITY 
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba620>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba560>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8430>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b99c0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba6b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba620>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbd30>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bb070>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40ba8c0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bae60>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bad70>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8e80>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bacb0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bbb20>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40bba90>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b83d0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b9780>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7f89f40b8640>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
^C
Thank you for using PyFunceble!
Process pyfunceble_tester_worker_5:
Process pyfunceble_tester_worker_2:
Process pyfunceble_tester_worker_4:
Process pyfunceble_tester_worker_6:
Process pyfunceble_tester_worker_1:
Process pyfunceble_tester_worker_3:
Process pyfunceble_producer_worker_1
spirillen commented 1 year ago
pyfunceble --dns 108.162.193.107 173.245.59.107 172.64.33.107 173.245.58.116 108.162.192.116 172.64.32.116 --whois-lookup --collection-lookup -t 1.0 -f /tmp/booru.org.list 

    ██████╗ ██╗   ██╗███████╗██╗   ██╗███╗   ██╗ ██████╗███████╗██████╗ ██╗     ███████╗
    ██╔══██╗╚██╗ ██╔╝██╔════╝██║   ██║████╗  ██║██╔════╝██╔════╝██╔══██╗██║     ██╔════╝
    ██████╔╝ ╚████╔╝ █████╗  ██║   ██║██╔██╗ ██║██║     █████╗  ██████╔╝██║     █████╗
    ██╔═══╝   ╚██╔╝  ██╔══╝  ██║   ██║██║╚██╗██║██║     ██╔══╝  ██╔══██╗██║     ██╔══╝
    ██║        ██║   ██║     ╚██████╔╝██║ ╚████║╚██████╗███████╗██████╔╝███████╗███████╗
    ╚═╝        ╚═╝   ╚═╝      ╚═════╝ ╚═╝  ╚═══╝ ╚═════╝╚══════╝╚═════╝ ╚══════╝╚══════╝

WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae41917520>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae41917550>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae41723100>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae41917490>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae419175e0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae4171b490>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c6050>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c61a0>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c60b0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c60e0>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c52a0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c5960>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c4340>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae41722c80>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae41917d00>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c52d0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae41917cd0>, 'Connection to 104.21.234.150 timed out. (connect timeout=1.0)')': /
WARNING:urllib3.connectionpool:Retrying (Retry(total=0, connect=None, read=None, redirect=None, status=None)) after connection broken by 'ConnectTimeoutError(<urllib3.contrib.socks.SOCKSConnection object at 0x7fae417c5270>, 'Connection to 104.21.234.151 timed out. (connect timeout=1.0)')': /
^C
Thank you for using PyFunceble!
Share your experience on Twitter with #PyFunceble or @PyFunceble!
Process pyfunceble_tester_worker_1:
Process pyfunceble_tester_worker_6:
Process pyfunceble_tester_worker_4:
Process pyfunceble_tester_worker_5:
Process pyfunceble_tester_worker_3:
Process pyfunceble_producer_worker_1:
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 373, in run
    result = self.target(consumed)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/tester.py", line 292, in target
    .query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 109, in query_status
    result = query_object.query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain.py", line 168, in query_status
    self.try_to_query_status_from_http_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/base.py", line 900, in try_to_query_status_from_http_status_code
    lookup_result = self.http_status_code_query_tool.get_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 122, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 337, in get_status_code
    req = PyFunceble.factory.Requester.get(
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 213, in wrapper
    req = getattr(self.session, verb.lower())(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 600, in get
    return self.request("GET", url, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/adapter/http.py", line 129, in send
    response = super().send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
    resp = conn.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
    return self.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  File "/usr/lib/python3.10/http/client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output
    self.send(msg)
  File "/usr/lib/python3.10/http/client.py", line 975, in send
    self.connect()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
    conn = self._new_conn()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/contrib/socks.py", line 96, in _new_conn
    conn = socks.create_connection(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 199, in create_connection
    sock.connect((remote_host, remote_port))
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 47, in wrapper
    return function(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 809, in connect
    negotiate(self, dest_addr, dest_port)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 443, in _negotiate_SOCKS5
    self.proxy_peername, self.proxy_sockname = self._SOCKS5_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 524, in _SOCKS5_request
    resp = self._readall(reader, 3)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 276, in _readall
    d = file.read(count - len(data))
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
KeyboardInterrupt
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 373, in run
    result = self.target(consumed)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/tester.py", line 292, in target
    .query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 109, in query_status
    result = query_object.query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain.py", line 168, in query_status
    self.try_to_query_status_from_http_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/base.py", line 900, in try_to_query_status_from_http_status_code
    lookup_result = self.http_status_code_query_tool.get_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 122, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 337, in get_status_code
    req = PyFunceble.factory.Requester.get(
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 213, in wrapper
    req = getattr(self.session, verb.lower())(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 600, in get
    return self.request("GET", url, **kwargs)
Traceback (most recent call last):
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/adapter/http.py", line 129, in send
    response = super().send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
    resp = conn.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
    return self.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  File "/usr/lib/python3.10/http/client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output
    self.send(msg)
  File "/usr/lib/python3.10/http/client.py", line 975, in send
    self.connect()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
    conn = self._new_conn()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/contrib/socks.py", line 96, in _new_conn
    conn = socks.create_connection(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 199, in create_connection
    sock.connect((remote_host, remote_port))
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 47, in wrapper
    return function(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 373, in run
    result = self.target(consumed)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 809, in connect
    negotiate(self, dest_addr, dest_port)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/tester.py", line 292, in target
    .query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 443, in _negotiate_SOCKS5
    self.proxy_peername, self.proxy_sockname = self._SOCKS5_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 524, in _SOCKS5_request
    resp = self._readall(reader, 3)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 276, in _readall
    d = file.read(count - len(data))
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 109, in query_status
    result = query_object.query_status()
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
KeyboardInterrupt
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain.py", line 168, in query_status
    self.try_to_query_status_from_http_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/base.py", line 900, in try_to_query_status_from_http_status_code
    lookup_result = self.http_status_code_query_tool.get_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 122, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 337, in get_status_code
    req = PyFunceble.factory.Requester.get(
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 213, in wrapper
    req = getattr(self.session, verb.lower())(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 600, in get
    return self.request("GET", url, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/adapter/http.py", line 129, in send
    response = super().send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
    resp = conn.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
    return self.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  File "/usr/lib/python3.10/http/client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output
    self.send(msg)
  File "/usr/lib/python3.10/http/client.py", line 975, in send
    self.connect()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
    conn = self._new_conn()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/contrib/socks.py", line 96, in _new_conn
    conn = socks.create_connection(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 199, in create_connection
    sock.connect((remote_host, remote_port))
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 47, in wrapper
    return function(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 809, in connect
    negotiate(self, dest_addr, dest_port)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 443, in _negotiate_SOCKS5
    self.proxy_peername, self.proxy_sockname = self._SOCKS5_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 524, in _SOCKS5_request
    resp = self._readall(reader, 3)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 276, in _readall
    d = file.read(count - len(data))
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
KeyboardInterrupt
Traceback (most recent call last):
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 373, in run
    result = self.target(consumed)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/producer.py", line 405, in target
    self.run_continue_backup(test_dataset, test_result)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/producer.py", line 283, in run_continue_backup
    self.continue_dataset.update(dataset)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/dataset/db_base.py", line 104, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/dataset/mariadb_base.py", line 155, in update
    existing_row_id = self.get_existing_row_id(row)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/dataset/db_base.py", line 104, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/dataset/mariadb_base.py", line 108, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/dataset/mariadb_base.py", line 246, in get_existing_row_id
    result = result.first()
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 3429, in first
    ret = list(self[0:1])
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 3203, in __getitem__
    return list(res)
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 3535, in __iter__
    return self._execute_and_instances(context)
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 3556, in _execute_and_instances
    conn = self._get_bind_args(
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 3571, in _get_bind_args
    return fn(
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/query.py", line 3550, in _connection_from_session
    conn = self.session.connection(**kw)
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1142, in connection
    return self._connection_for_bind(
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 1150, in _connection_for_bind
    return self.transaction._connection_for_bind(
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/orm/session.py", line 433, in _connection_for_bind
    conn = bind._contextual_connect()
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2302, in _contextual_connect
    self._wrap_pool_connect(self.pool.connect, None),
Traceback (most recent call last):
Traceback (most recent call last):
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/engine/base.py", line 2336, in _wrap_pool_connect
    return fn()
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 364, in connect
    return _ConnectionFairy._checkout(self)
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 778, in _checkout
    fairy = _ConnectionRecord.checkout(pool)
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 495, in checkout
    rec = pool._do_get()
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/pool/impl.py", line 241, in _do_get
    return self._create_connection()
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 309, in _create_connection
    return _ConnectionRecord(self)
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 440, in __init__
    self.__connect(first_connect_check=True)
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/pool/base.py", line 656, in __connect
    connection = pool._invoke_creator(self)
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/engine/strategies.py", line 114, in connect
    return dialect.connect(*cargs, **cparams)
  File "/usr/lib/python3.10/multiprocessing/process.py", line 314, in _bootstrap
    self.run()
  File "/home/spirillen/.local/lib/python3.10/site-packages/sqlalchemy/engine/default.py", line 508, in connect
    return self.dbapi.connect(*cargs, **cparams)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 373, in run
    result = self.target(consumed)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/tester.py", line 292, in target
    .query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 109, in query_status
    result = query_object.query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain.py", line 168, in query_status
    self.try_to_query_status_from_http_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/base.py", line 900, in try_to_query_status_from_http_status_code
    lookup_result = self.http_status_code_query_tool.get_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 122, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 337, in get_status_code
    req = PyFunceble.factory.Requester.get(
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 213, in wrapper
    req = getattr(self.session, verb.lower())(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 600, in get
    return self.request("GET", url, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/adapter/http.py", line 129, in send
    response = super().send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
    resp = conn.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
    return self.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  File "/usr/lib/python3.10/http/client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output
    self.send(msg)
  File "/usr/lib/python3.10/http/client.py", line 975, in send
    self.connect()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
    conn = self._new_conn()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/contrib/socks.py", line 96, in _new_conn
    conn = socks.create_connection(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 199, in create_connection
    sock.connect((remote_host, remote_port))
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 47, in wrapper
    return function(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 809, in connect
    negotiate(self, dest_addr, dest_port)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 443, in _negotiate_SOCKS5
    self.proxy_peername, self.proxy_sockname = self._SOCKS5_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 524, in _SOCKS5_request
    resp = self._readall(reader, 3)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 276, in _readall
    d = file.read(count - len(data))
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
KeyboardInterrupt
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/base.py", line 373, in run
    result = self.target(consumed)
  File "/home/spirillen/.local/lib/python3.10/site-packages/pymysql/connections.py", line 353, in __init__
    self.connect()
  File "/home/spirillen/.local/lib/python3.10/site-packages/pymysql/connections.py", line 632, in connect
    self._get_server_information()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/cli/processes/workers/tester.py", line 292, in target
    .query_status()
  File "/home/spirillen/.local/lib/python3.10/site-packages/pymysql/connections.py", line 1055, in _get_server_information
    packet = self._read_packet()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/pymysql/connections.py", line 692, in _read_packet
    packet_header = self._read_bytes(4)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/pymysql/connections.py", line 732, in _read_bytes
    data = self._rfile.read(num_bytes)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain_and_ip.py", line 109, in query_status
    result = query_object.query_status()
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 157, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/base.py", line 182, in wrapper
    result = func(self, *args, **kwargs)  # pylint: disable=not-callable
KeyboardInterrupt
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/domain.py", line 168, in query_status
    self.try_to_query_status_from_http_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/checker/availability/base.py", line 900, in try_to_query_status_from_http_status_code
    lookup_result = self.http_status_code_query_tool.get_status_code()
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 122, in wrapper
    return func(self, *args, **kwargs)  # pylint: disable=not-callable
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/http_status_code.py", line 337, in get_status_code
    req = PyFunceble.factory.Requester.get(
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/requester.py", line 213, in wrapper
    req = getattr(self.session, verb.lower())(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 600, in get
    return self.request("GET", url, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 587, in request
    resp = self.send(prep, **send_kwargs)
Process pyfunceble_tester_worker_2:
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/sessions.py", line 701, in send
    r = adapter.send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/PyFunceble/query/requests/adapter/http.py", line 129, in send
    response = super().send(request, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/requests/adapters.py", line 489, in send
    resp = conn.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 815, in urlopen
    return self.urlopen(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 703, in urlopen
    httplib_response = self._make_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connectionpool.py", line 398, in _make_request
    conn.request(method, url, **httplib_request_kw)
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 239, in request
    super(HTTPConnection, self).request(method, url, body=body, headers=headers)
  File "/usr/lib/python3.10/http/client.py", line 1282, in request
    self._send_request(method, url, body, headers, encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1328, in _send_request
    self.endheaders(body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1277, in endheaders
    self._send_output(message_body, encode_chunked=encode_chunked)
  File "/usr/lib/python3.10/http/client.py", line 1037, in _send_output
    self.send(msg)
  File "/usr/lib/python3.10/http/client.py", line 975, in send
    self.connect()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/connection.py", line 205, in connect
    conn = self._new_conn()
  File "/home/spirillen/.local/lib/python3.10/site-packages/urllib3/contrib/socks.py", line 96, in _new_conn
    conn = socks.create_connection(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 199, in create_connection
    sock.connect((remote_host, remote_port))
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 47, in wrapper
    return function(*args, **kwargs)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 809, in connect
    negotiate(self, dest_addr, dest_port)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 443, in _negotiate_SOCKS5
    self.proxy_peername, self.proxy_sockname = self._SOCKS5_request(
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 524, in _SOCKS5_request
    resp = self._readall(reader, 3)
  File "/home/spirillen/.local/lib/python3.10/site-packages/socks.py", line 276, in _readall
    d = file.read(count - len(data))
  File "/usr/lib/python3.10/socket.py", line 705, in readinto
    return self._sock.recv_into(b)
KeyboardInterrupt
funilrys commented 1 year ago

Note: It's not possible to set -t to a negative number.

spirillen commented 1 year ago

I'm not trying to make a negative!!! but a value less than one second

funilrys commented 1 year ago

@spirillen adjusted.

spirillen commented 1 year ago

Super thanks, The other fixes in 4.1.3a5.dev solved the test on https://mypdns.org/clefspeare13/pornhosts, they seems safe to merge into the default -dev as the latest run have been running since Friday (almost 4 days) without any issues