#7391 自动下载模型失败,你可以点击 【查看帮助教程】 了解如何手动下载HTTPSConnectionPool(host='www.modelscope.cn', port=443): Max retries exceeded with url:

156.232**7 Posted at: 2 hours ago

自动下载模型失败,你可以点击 【查看帮助教程】 了解如何手动下载
HTTPSConnectionPool(host='www.modelscope.cn', port=443): Max retries exceeded with url: /api/v1/models/mobiuslabsgmbh/faster-whisper-large-v3-turbo (Caused by NameResolutionError(": Failed to resolve 'www.modelscope.cn' ([Errno 11001] getaddrinfo failed)"))
Traceback (most recent call last):
File "videotrans\util\help_down.py", line 436, in check_and_down_ms
File "modelscope\hub\snapshot_download.py", line 137, in snapshot_download

return _snapshot_download(

File "modelscope\hub\snapshot_download.py", line 283, in _snapshot_download

raise ValueError(

ValueError: Cannot find the requested files in the cached path and outgoing traffic has been disabled. To enable look-ups and downloads online, set 'local_files_only' to False.

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "urllib3\connection.py", line 198, in _new_conn
File "urllib3\util\connection.py", line 60,
......
sts(
File "modelscope\hub\api.py", line 698, in repo_exists

r = self.session.get(path, cookies=cookies,

File "requests\sessions.py", line 602, in get
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: HTTPSConnectionPool(host='www.modelscope.cn', port=443): Max retries exceeded with url: /api/v1/models/mobiuslabsgmbh/faster-whisper-large-v3-turbo (Caused by NameResolutionError(": Failed to resolve 'www.modelscope.cn' ([Errno 11001] getaddrinfo failed)"))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\only_one.py", line 70, in run
File "videotrans\task\_stage_recogn.py", line 65, in recogn
File "videotrans\recognition\__init__.py", line 233, in run
File "videotrans\recognition\_base.py", line 97, in run
File "videotrans\recognition\_whisper.py", line 50, in _download
File "videotrans\util\help_down.py", line 50, in check_and_down_hf
File "videotrans\util\help_down.py", line 452, in check_and_down_ms
videotrans.configure.excepts.DownloadModelsError: 自动下载模型失败,你可以点击 【查看帮助教程】 了解如何手动下载
HTTPSConnectionPool(host='www.modelscope.cn', port=443): Max retries exceeded with url: /api/v1/models/mobiuslabsgmbh/faster-whisper-large-v3-turbo (Caused by NameResolutionError(": Failed to resolve 'www.modelscope.cn' ([Errno 11001] getaddrinfo failed)"))

cfg=[TaskCfgVTT]当前工作模式: 翻译视频 单视频模式
原始输入文件名: C:/Users/Administrator/Downloads/TikTokShop.mp4,
输出结果保存到文件夹: C:/Users/Administrator/Downloads/输出/TikTokShop-mp4,
临时文件夹: D://tmp/18712/a326ccf45b
已选 清理已存在
未启用CUDA加速
未选 降噪
语音识别:faster-whisper(内置), large-v3-turbo, 发音语言: 简体中文, 断句方式:默认断句
翻译渠道:Google(免费),原始语言:简体中文,目标语言:泰国语, 已选 发送完整字幕
未选 配音角色,不进行配音
字幕: 嵌入软字幕
video_duration_ms=110292


=
system:Windows-10-10.0.19045-SP0
version:v4.12
frozen:True
language:zh_CN
root_dir:D:/

1 Replies

#1 DeepSeek reply at 2 hours ago

核心原因是 DNS 解析失败getaddrinfo failed / Failed to resolve 'www.modelscope.cn' 表示你的网络当前无法解析 www.modelscope.cn 域名,因此模型自动下载失败,这与软件本身无关,是网络/代理/DNS 问题。

解决方法(按顺序尝试):

  1. 检查网络与 DNS:确认能正常访问外网;尝试将 DNS 改为 223.5.5.5114.114.114.114 后重试。
  2. 检查代理设置:如使用 VPN/代理,确保代理已开启且端口正确,软件主界面「对齐控制」行右侧的代理框填写格式应为 http://127.0.0.1:端口号。域名解析失败时说明代理可能未生效或被关闭。
  3. 手动下载模型(推荐,最稳妥)

    • 该报错缺的模型为 mobiuslabsgmbh/faster-whisper-large-v3-turbo
    • 下载地址: https://huggingface.co/mobiuslabsgmbh/faster-whisper-large-v3-turbo/tree/main
    • 存放位置:软件目录/models/models--mobiuslabsgmbh--faster-whisper-large-v3-turbo
    • 下载该页面全部文件,按原始文件名放入上述目录(若浏览器给同名文件自动改名,务必改回原名),重启软件重试。
  4. 临时替代方案:若手动下载困难,可先在语音识别渠道里将模型改为体积更小的 smallmedium,或改用 Qwen-ASR(内置)(中文效果佳)先跑通流程。
提示:下载前若目标目录已有残缺文件,建议先删除该目录再重新下载,避免因不完全下载导致后续 Unable open model.bin 等报错。

请查阅相关文档:

Thinking...
Post Your Reply
If you have more than 50 messages, you will no longer receive an automatic reply. Please ask a new question!
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.

Dondate via ko-fi.com

Related resource