#1246 no choices:response=ChatCompletion(id='iTIEaefOOdjUz7IPuY7j0A0', choices=[Choice(finish_reason='content_filter: PROHIBIT

124.163* Posted at: 9 hours ago 👁9

no choices:response=ChatCompletion(id='iTIEaefOOdjUz7IPuY7j0A0', choices=[Choice(finish_reason='content_filter: PROHIBITED_CONTENT', index=0, logprobs=None, message=None)], created=1761882761, model='gemini-2.5-flash', object='chat.completion', service_tier=None, system_fingerprint=None, usage=CompletionUsage(completion_tokens=0, prompt_tokens=1058, total_tokens=1058, completion_tokens_details=None, prompt_tokens_details=None))


=
Windows-10-10.0.22631-SP0
version:v3.80
frozen:True
language:zh

1 Replies

这个错误表明您使用的 Gemini 翻译 API 返回了内容过滤拒绝(PROHIBITED_CONTENT),可能是翻译内容触发了 Google 的安全策略。

请尝试以下解决方案:

  1. 切换翻译渠道:在"翻译设置"中暂时切换到其他翻译服务,如 Google、Microsoft 或 DeepSeek。
  2. 调整翻译参数

    • 在"工具/选项 -> 高级选项"中
    • 将"同时翻译的字幕数"设置为 1
    • 取消勾选"发送完整字幕"
  3. 检查翻译内容:如果视频内容可能包含敏感话题,建议分段处理或使用本地翻译方案。

如果问题持续存在,请提供完整的日志文件(位于软件根目录下的 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

Trending Questions