#2883 TaskCfg(cache_folder='E:/ASR/VideoTrans3.95/tmp/7468/11fd3af8fc', target_dir='E:/ASR/VideoTrans3.95/output/recogn', remo

61.144* Posted at: 1 day ago 👁13

语音识别阶段出错 [字节语音大模型极速版] 安全连接失败,请检查系统时间或网络设置,如果使用了代理,请关闭后重试
urllib3.exceptions.SSLError: EOF occurred in violation of protocol (_ssl.c:2396)

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: HTTPSConnectionPool(host='openspeech.bytedance.com', port=443): Max retries exceeded with url: /api/v3/auc/bigmodel/recognize/flash (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2396)')))

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\job.py", line 106, in run
File "videotrans\task\_speech2text.py", line 156, in recogn
File "videotrans\recognition\__init__.py", line 233, in run
File "videotrans\recognition\_base.py", line 140, in run
File "videotrans\recognition\_zijiemodel.py", line 66, in _exec
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 675, in send
requests.exceptions.SSLError: HTTPSConnectionPool(host='openspeech.bytedance.com', port=443): Max retries exceeded with url: /api/v3/auc/bigmodel/recognize/flash (Caused by SSLError(SSLEOFError(8, 'EOF occurred in violation of protocol (_ssl.c:2396)')))
TaskCfg(cache_folder='E:/ASR/VideoTrans3.95/tmp/7468/11fd3af8fc', target_dir='E:/ASR/VideoTrans3.95/output/recogn', remove_noise=False, is_separate=False, detect_language='zh-cn', subtitle_language=None, source_language=None, target_language=None, source_language_code=None, target_language_code=None, source_sub=None, target_sub='E:/ASR/VideoTrans3.95/output/recogn/44进攻买三1027.srt', source_wav=None, source_wav_output=None, target_wav=None, target_wav_output=None, subtitles='', novoice_mp4=None, noextname='44进攻买三1027', shibie_audio='E:/ASR/VideoTrans3.95/tmp/7468/11fd3af8fc/44进攻买三1027-1769395655.0713334.wav', targetdir_mp4=None, instrument=None, vocal=None, back_audio=None, background_music=None, app_mode='biaozhun', subtitle_type=0, volume='+0%', pitch='+0Hz', voice_rate='+0%', voice_role=None, copysrt_rawvideo=False, clear_cache=False, translate_type=None, tts_type=None, recogn_type=7, model_name='tiny', voice_autorate=False, video_autorate=False, cuda=False, name='E:/ASR/摩缠字幕/44进攻买三1027.mp4', basename='44进攻买三1027.mp4', ext='mp4', dirname='E:/ASR/摩缠字幕', shound_del_name=None, uuid='11fd3af8fc', remove_silent_mid=False, align_sub_audio=True, enable_diariz=False, nums_diariz=0, rephrase=0, only_out_mp4=False, fix_punc=False, recogn2pass=False)


=
system:Windows-10-10.0.17763-SP0
version:v3.95
frozen:True
language:zh
root_dir:E:/ASR/VideoTrans3.95

1 Replies

这是由于系统 SSL/TLS 连接字节火山语音识别服务器失败导致的。常见原因是系统时间不准确、网络代理设置冲突或系统 SSL 证书问题。

解决方案:

  1. 检查并校准系统时间:确保电脑的日期、时间和时区设置完全准确。
  2. 检查网络代理设置

    • 如果软件中配置了“网络代理”,请暂时关闭或清空该设置后重试。
    • 检查系统代理设置(如 VPN、Clash 等),尝试关闭后重试。
  3. 尝试更换网络环境:例如从公司网络切换到手机热点,排除网络中间设备干扰。
  4. 临时解决方案:更换为其他语音识别渠道,如本地 faster-whisper 或在线 阿里百炼 Qwen3-ASR

参考文档:

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.

Related resource