The error "Multiple connection retries failed, service may be temporarily unavailable" indicates a network connectivity issue when the software is trying to access an online service, most likely during the automatic download of a model (e.g., for faster-whisper) or when using an online translation/TTS API.
This is a common issue for users in regions where access to services like HuggingFace (for model downloads) or Google/OpenAI (for translation) is restricted.
Solution Steps:
Configure Network Proxy (if you have one):
- If you use a VPN or proxy service, enter its address in the main interface's "Network Proxy Address" field.
- Format:
http://127.0.0.1:10808 (replace the port number with your proxy's actual port). - If you don't have a proxy, leave this field blank. An incorrect proxy setting will cause this error.
For Model Download Failures (e.g., faster-whisper):
For Online API Failures (Translation/TTS):
Check Firewall/Antivirus:
- Temporarily disable your firewall or antivirus software to see if they are blocking the connection. If so, add the software (
sp.exe) to their exception/whitelist.
If the problem persists after trying the above, please provide the latest log file from the logs/ folder in your installation directory (F:/win-pyvideotrans-v3.98-312/logs/). Copy the bottom ~30 lines of the error message for further analysis.
Please refer to the relevant documentation: