#2126 Multiple connection retries failed, service may be temporarily unavailable:Traceback (most recent call last): File "url

152.237* Posted at: 1 day ago 👁17

Multiple connection retries failed, service may be temporarily unavailable:
Traceback (most recent call last):
File "urllib3\connection.py", line 198, in _new_conn
File "urllib3\util\connection.py", line 60, in create_connection
File "socket.py", line 955, in getaddrinfo
socket.gaierror: [Errno 11001] getaddrinfo failed

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "urllib3\connectionpool.py", line 787, in urlopen
File "urllib3\connectionpool.py", line 493, in _make_request
File "urllib3\connection.py", line 494, in request
File "http\client.py", line 1277, in endheaders
File "http\client.py", line 1037, in _send_output
File "http\client.py", line 975, in send
File "urllib3\connection.py", line 325, in connect
File "urllib3\connection.py", line 205, in _new_conn
urllib3.exceptions.NameResolutionError: : Failed to resolve 'aizasyc0c1kqvfkp-wb7bchupgypembrmgz7e5e' ([Errno 11001] getaddrinfo failed)

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "requests\adapters.py", line 644, in send
File "urllib3\connectionpool.py", line 841, in urlopen
File "urllib3\util\retry.py", line 519, in increment
urllib3.exceptions.MaxRetryError: HTTPConnectionPool(host='aizasyc0c1kqvfkp-wb7bchupgypembrmgz7e5e', port=80): Max retries exceeded with url: / (Caused by NameResolutionError(": Failed to resolve 'aizasyc0c1kqvfkp-wb7bchupgypembrmgz7e5e' ([Errno 11001] getaddrinfo failed)"))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\util\ListenVoice.py", line 18, in run
File "videotrans\tts\__init__.py", line 309, in run
File "videotrans\tts\_base.py", line 179, in run
File "videotrans\tts\_ttsapi.py", line 92, in _item_task
File "tenacity\__init__.py", line 338, in wrapped_f
File "tenacity\__init__.py", line 477, in call
File "tenacity\__init__.py", line 378, in iter
File "tenacity\__init__.py", line 400, in
File "concurrent\futures\_base.py", line 439, in result
File "concurrent\futures\_base.py", line 391, in __get_result
File "tenacity\__init__.py", line 480, in call
File "videotrans\tts\_ttsapi.py", line 66, in _run
File "videotrans\tts\_ttsapi.py", line 110, in _apirequests
File "requests\api.py", line 115, in post
File "requests\api.py", line 59, in request
File "requests\sessions.py", line 589, in request
File "requests\sessions.py", line 703, in send
File "requests\adapters.py", line 677, in send
requests.exceptions.ConnectionError: HTTPConnectionPool(host='aizasyc0c1kqvfkp-wb7bchupgypembrmgz7e5e', port=80): Max retries exceeded with url: / (Caused by NameResolutionError(": Failed to resolve 'aizasyc0c1kqvfkp-wb7bchupgypembrmgz7e5e' ([Errno 11001] getaddrinfo failed)"))


=
system:Windows-10-10.0.19045-SP0
version:v3.90
frozen:True
language:en
root_dir:C:/Users/JOHN/Documents/DUBLADOR/win-pyvideotrans-3.90

1 Replies

The error indicates a DNS resolution failure. The software is trying to connect to a host named 'aizasyc0c1kqvfkp-wb7bchupgypembrmgz7e5e', which is not a valid domain name and cannot be resolved by your system.

This is most likely caused by an incorrect or corrupted configuration for one of your TTS (Text-to-Speech) services, specifically one that uses a custom API endpoint. The hostname in the error looks like a malformed or placeholder value.

To resolve this, follow these steps:

  1. Check your TTS configuration:

    • Go to the main interface.
    • In the "Voiceover (TTS)" section (row 4), check which TTS service you have selected.
    • If you are using a service like GPT-SoVITS, F5-TTS, CosyVoice, ChatterBox, or a custom TTS API, you need to configure its endpoint correctly.
    • Click on the "Settings" button (gear icon) next to the TTS service dropdown or go to Menu -> Tools -> Options.
  2. Correct the API Endpoint/URL:

    • In the settings window, find the section for the TTS service you are using.
    • Locate the field for the API URL or Endpoint.
    • The current value is likely incorrect or contains the garbled string aizasyc0c1kqvfkp-wb7bchupgypembrmgz7e5e.
    • You must replace this with the correct URL. For example:

      • If you are running GPT-SoVITS locally, the URL might be http://127.0.0.1:9880.
      • If you are using a cloud service, ensure you have entered the exact API endpoint provided by the service (e.g., https://api.example.com/v1/tts).
    • If you are unsure of the correct URL and are not actively using a custom TTS API, switch to a different TTS service such as Edge-TTS or VITS-cnen.
  3. Verify Network/Proxy Settings:

    • In the main interface, row 5 ("Synchronization & Subtitles"), check the "Network Proxy" field.
    • If you are not using a proxy to access the internet, this field should be empty.
    • If you are using a proxy, ensure the format is correct (e.g., http://127.0.0.1:7860). An incorrect proxy setting can also cause connection failures.
  4. Temporary Workaround:

    • As an immediate fix, simply change your TTS service in the main interface to Edge-TTS or VITS-cnen and try processing again.

If the problem persists after checking these settings, please provide a screenshot of your TTS configuration settings in the options menu.

Post Your Reply
Open source and free maintenance is not easy. If this project is helpful to you, please consider making a small donation to help the project continue to maintain and update.

Donate: https://ko-fi.com/jianchang512

Trending Questions