root@pergamon:~# journalctl -u certbot.service --since "3 hours ago"
-- Journal begins at Mon 2024-09-09 02:30:05 UTC, ends at Thu 2024-09-26 07:11:28 UTC. --
Sep 26 06:45:59 pergamon systemd[1]: Starting Certbot...
Sep 26 06:46:00 pergamon certbot[2514793]: /usr/lib/python3/dist-packages/requests/__init__.py:87: RequestsDependencyWarning: urllib3 (2.2.3) or chardet (4.0.0) doesn't match a supported version!
Sep 26 06:46:00 pergamon certbot[2514793]: warnings.warn("urllib3 ({}) or chardet ({}) doesn't match a supported "
Sep 26 06:46:00 pergamon certbot[2514793]: Traceback (most recent call last):
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/requests_toolbelt/_compat.py", line 48, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from requests.packages.urllib3.contrib import appengine as gaecontrib
Sep 26 06:46:00 pergamon certbot[2514793]: ImportError: cannot import name 'appengine' from 'requests.packages.urllib3.contrib' (/usr/local/lib/python3.9/dist-packages/urllib3/contrib/__init__.py)
Sep 26 06:46:00 pergamon certbot[2514793]: During handling of the above exception, another exception occurred:
Sep 26 06:46:00 pergamon certbot[2514793]: Traceback (most recent call last):
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/bin/certbot", line 33, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: sys.exit(load_entry_point('certbot==1.12.0', 'console_scripts', 'certbot')())
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/bin/certbot", line 25, in importlib_load_entry_point
Sep 26 06:46:00 pergamon certbot[2514793]: return next(matches).load()
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3.9/importlib/metadata.py", line 77, in load
Sep 26 06:46:00 pergamon certbot[2514793]: module = import_module(match.group('module'))
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3.9/importlib/__init__.py", line 127, in import_module
Sep 26 06:46:00 pergamon certbot[2514793]: return _bootstrap._gcd_import(name[level:], package, level)
Sep 26 06:46:00 pergamon certbot[2514793]: File "<frozen importlib._bootstrap>", line 1030, in _gcd_import
Sep 26 06:46:00 pergamon certbot[2514793]: File "<frozen importlib._bootstrap>", line 1007, in _find_and_load
Sep 26 06:46:00 pergamon certbot[2514793]: File "<frozen importlib._bootstrap>", line 986, in _find_and_load_unlocked
Sep 26 06:46:00 pergamon certbot[2514793]: File "<frozen importlib._bootstrap>", line 680, in _load_unlocked
Sep 26 06:46:00 pergamon certbot[2514793]: File "<frozen importlib._bootstrap_external>", line 790, in exec_module
Sep 26 06:46:00 pergamon certbot[2514793]: File "<frozen importlib._bootstrap>", line 228, in _call_with_frames_removed
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/certbot/main.py", line 2, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from certbot._internal import main as internal_main
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/certbot/_internal/main.py", line 20, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from certbot._internal import account
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/certbot/_internal/account.py", line 17, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from acme.client import ClientBase # pylint: disable=unused-import
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/acme/client.py", line 17, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from requests_toolbelt.adapters.source import SourceAddressAdapter
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/requests_toolbelt/__init__.py", line 12, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from .adapters import SSLAdapter, SourceAddressAdapter
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/requests_toolbelt/adapters/__init__.py", line 12, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from .ssl import SSLAdapter
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/requests_toolbelt/adapters/ssl.py", line 16, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from .._compat import poolmanager
Sep 26 06:46:00 pergamon certbot[2514793]: File "/usr/lib/python3/dist-packages/requests_toolbelt/_compat.py", line 50, in <module>
Sep 26 06:46:00 pergamon certbot[2514793]: from urllib3.contrib import appengine as gaecontrib
Sep 26 06:46:00 pergamon certbot[2514793]: ImportError: cannot import name 'appengine' from 'urllib3.contrib' (/usr/local/lib/python3.9/dist-packages/urllib3/contrib/__init__.py)
Sep 26 06:46:00 pergamon systemd[1]: certbot.service: Main process exited, code=exited, status=1/FAILURE
Sep 26 06:46:00 pergamon systemd[1]: certbot.service: Failed with result 'exit-code'.
Sep 26 06:46:00 pergamon systemd[1]: Failed to start Certbot.