PyFunceble: BUG: retries exceeded with url: / (Caused by None)
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/$USER/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/$USER/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/$USER/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)
About this issue
- Original URL
- State: closed
- Created 2 years ago
- Reactions: 1
- Comments: 16 (16 by maintainers)
Commits related to this issue
- Better handling of requests errors. This patch (potentially) fixes #303. Indeed, before this patch, we didn't handle all possible requests exceptions. This may have caused some issues similar to #30... — committed to funilrys/PyFunceble by funilrys 2 years ago
- Improvement of exception handling around proxies. This patch fixes #303. Indeed, before this patch, we were rising exceptions to prevent unknown safe. This patch simply remove those exceptions becau... — committed to funilrys/PyFunceble by funilrys 2 years ago
- Squashed commit of the following: commit 77d7250a749665fdcdeb5623ac04c2d79fb48a18 Author: funilrys <contact@funilrys.com> Date: Sun Nov 20 12:05:27 2022 +0100 Bump version to v4.1.3a7 commit ... — committed to funilrys/PyFunceble by funilrys 2 years ago
v4.1.3a2
has been released.