#1940 TaskCfg(cache_folder=None, target_dir='C:/Users/Gopan/Videos/ICT Mastery - FULL COURSE/Srt', remove_noise=False, is_sepa

45.145* Posted at: 20 days ago 👁46

翻译字幕阶段出错:[Gemini AI] 无效的值或参数:1 validation error for ThinkingConfig
thinking_level
Extra inputs are not permitted [type=extra_forbidden, input_value='high', input_type=str]

For further information visit https://errors.pydantic.dev/2.10/v/extra_forbidden:

Traceback (most recent call last):
File "videotrans\translator\_base.py", line 78, in run
File "videotrans\translator\_base.py", line 137, in _run_srt
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 421, in exc_check
tenacity.RetryError: RetryError[]

During handling of the above exception, another exception occurred:

Traceback (most recent call last):
File "videotrans\task\job.py", line 184, in run
File "videotrans\task\_translate_srt.py", line 45, in trans
File "videotrans\translator\__init__.py", line 932, in run
File "videotrans\translator\_base.py", line 81, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_gemini.py", line 77, in _item_task
File "pydantic\main.py", line 214, in init
pydantic_core._pydantic_core.ValidationError: 1 validation error for ThinkingConfig
thinking_level
Extra inputs are not permitted [type=extra_forbidden, input_value='high', input_type=str]

For further information visit https://errors.pydantic.dev/2.10/v/extra_forbidden

TaskCfg(cache_folder=None, target_dir='C:/Users/Gopan/Videos/ICT Mastery - FULL COURSE/Srt', remove_noise=False, is_separate=False, detect_language=None, subtitle_language=None, source_language=None, target_language=None, source_language_code='English', target_language_code='Simplified Chinese', source_sub='C:/Users/Gopan/Videos/ICT Mastery - FULL COURSE/Srt/001 - Market Structure 1.srt', target_sub='C:/Users/Gopan/Videos/ICT Mastery - FULL COURSE/Srt/001 - Market Structure 1.Simplified Chinese.srt', source_wav=None, source_wav_output=None, target_wav=None, target_wav_output=None, subtitles=None, novoice_mp4=None, noextname='001 - Market Structure 1', shibie_audio=None, 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=5, tts_type=None, recogn_type=None, model_name=None, split_type=0, voice_autorate=False, video_autorate=False, cuda=False, name='C:/Users/Gopan/Videos/ICT Mastery - FULL COURSE/Srt/001 - Market Structure 1.srt', basename='001 - Market Structure 1.srt', ext='srt', dirname='C:/Users/Gopan/Videos/ICT Mastery - FULL COURSE/Srt', shound_del_name=None, uuid='ad1172f446', remove_silent_mid=False, align_sub_audio=True, enable_diariz=False, nums_diariz=0, rephrase=2, only_out_mp4=False)


=
system:Windows-10-10.0.26200-SP0
version:v3.89
frozen:True
language:zh
root_dir:C:/win-pyvideotrans-3.89

1 Replies

这个错误是由于 Gemini AI 翻译接口的配置参数 thinking_level 在当前版本中已不被支持导致的。请按以下步骤解决:

  1. 更新软件:请前往官网下载并替换为最新版本 v3.89 的完整包。此问题在较新的版本中已修复。
  2. 临时解决方案:如果暂时无法更新,请在软件内更换翻译渠道。例如,暂时使用 Google翻译DeepSeek 等其他渠道来完成当前任务。

操作步骤

  • 在翻译设置的下拉菜单中,选择除 Gemini AI 以外的其他翻译渠道。
  • 重新执行翻译任务。

如果更新到最新版后问题依旧存在,请提供 C:/win-pyvideotrans-3.89/logs/ 目录下的最新日志文件。

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

Similar issues already exist

Trending Questions