PyFunceble icon indicating copy to clipboard operation
PyFunceble copied to clipboard

BUG: retries exceeded with url: / (Caused by None)

Open spirillen opened this issue 1 year ago • 0 comments

Description

Just keeps failing without any obviously reasons.

Configuration

.PyFunceble.yaml Neutral, thanks to .PyFunceble.overwrite.yaml

cli_testing:
  autocontinue: true
  cidr_expand: true
  db_type: mariadb
  display_mode:
    all: true
    colour: true
    dots: false
    execution_time: true
    less: false
    percentage: true
    quiet: false
    simple: false
    status: all
  file_generation:
    analytic: true
    hosts: false
    merge_output_dirs: false
    no_file: false
    plain: true
    unified_results: false
  local_network: false
  sorting_mode:
    hierarchical: true
debug:
  active: false
  level: critical
lookup:
  collection: false
  dns: true
  http_status_code: true
  netinfo: true
  reputation: false
  special: true
  timeout: 5
  whois: true
user_agent:
  browser: firefox
  custom: null
  platform: linux
dns:
  follow_server_order: false
  trust_server: false
  protocol: UDP
  server:
    - 130.226.161.34
    - 89.233.43.71
    - 9.9.9.10
    - 149.112.112.10
collection:
  preferred_status_origin: recommended
  push: true
  url_base: https://collection.dead-hosts.funilrys.com
proxy:
  global:
    http: socks5h://127.0.0.1:9050
    https: socks5h://127.0.0.1:9050
  rules:
    - http: socks5h://127.0.0.1:9050
      https: socks5h://127.0.0.1:9050
      tld:
        - onion

Reproduction

1.https://mypdns.org/clefspeare13/pornhosts/-/blob/feature/test_script/toolbox/availability_test.bash

Expected behavior

Screenshots

Versions

OS: Conda

Python Version: 3.10

PyFunceble Version: 4.1.2.dev

Additional context

Fatal Error: None: Max retries exceeded with url: / (Caused by None)
Traceback (most recent call last):
  File "/home/joakim/Downloads/git_projects/clefspeare13/pornhosts/miniconda/envs/pyfunceble/lib/python3.10/site-packages/PyFunceble/cli/system/launcher.py", line 990, in start
    self.stop_and_wait_for_all_manager()
  File "/home/joakim/Downloads/git_projects/clefspeare13/pornhosts/miniconda/envs/pyfunceble/lib/python3.10/site-packages/PyFunceble/cli/system/launcher.py", line 927, in stop_and_wait_for_all_manager
    self.tester_process_manager.wait()
  File "/home/joakim/Downloads/git_projects/clefspeare13/pornhosts/miniconda/envs/pyfunceble/lib/python3.10/site-packages/PyFunceble/cli/processes/base.py", line 330, in wait
    raise worker_error
requests.exceptions.ConnectTimeout: None: Max retries exceeded with url: / (Caused by None)

spirillen avatar Sep 08 '22 13:09 spirillen