#6561 task not foundhttps://api.mosi.cn/v1/audio/transcriptions

2408:**:666 Posted at: 3 hours ago

task not found
https:/o/transcriptions
{'model': 'moss-transcribe', 'timeout': 300, 'temperature': 0.1, 'max_tokens': 16384}:Traceback (most recent call last):
File "videotrans\translator\_openaicompat.py", line 84, in _item_task
File "openai\_utils\_utils.py", line 298, in wrapper
File "openai\resources\chat\completions\completions.py", line 1215, in create
File "openai\_base_client.py", line 1332, in post
File "openai\_base_client.py", line 1105, in request
openai.NotFoundError: Error code: 404 - {'error': {'code': '106111002', 'type': 'not_found_error', 'message': 'task not found', 'legacy_code': 4043}, 'trace_id': 'f5df687bfe4e524db9ef3752d2032c32'}

The above exception was the direct cause of the following exception:

Traceback (most recent call last):
File "videotrans\util\TestSrtTrans.py", line 19, in run
File "videotrans\translator\_runner.py", line 68, in run
File "videotrans\translator\_base.py", line 71, in run
File "videotrans\translator\_base.py", line 204, 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 400, in
File "concurrent\futures\_base.py", line 451, in result
File "concurrent\futures\_base.py", line 403, in __get_result
File "tenacity\__init__.py", line 480, in call
File "videotrans\translator\_openaicompat.py", line 89, in _item_task
videotrans.configure.excepts.StopTask: task not found
https://ap/transcriptions
{'model': 'moss-transcribe', 'timeout': 300, 'temperature': 0.1, 'max_tokens': 16384}


=
system:Windows-10-10.0.22631-SP0
version:v4.09
frozen:True
language:zh
root_dir:D:/pyVideoTrans/win-pyvideotrans-v4.07

1 Replies

这是字幕翻译环节的 API 配置错误。你的翻译渠道将模型设置为了 moss-transcribe,并请求了音频转写端点 /audio/transcriptions,但这属于语音识别(ASR)任务而不是文本翻译任务,因此服务端返回 404 task not found

解决办法:

  1. 打开 菜单 → 翻译设置 → 对应渠道设置面板(如果你是使用 兼容AI/本地模型 渠道,请检查该面板)。
  2. 将“模型名”改为可用的文本对话/翻译模型,例如:

    • DeepSeek:deepseek-v4-prodeepseek-v4-flash
    • 阿里百炼:qwen3.6-plusqwen3.6-flash
    • OpenAI:gpt-5 / gpt-4.1
  3. 检查“API 地址”填写是否正确:地址应指向 /v1/v1/chat/completions不能填成 /v1/audio/transcriptions
  4. 如果你确实想使用 Moss 的语音识别模型,请在主界面的“语音识别”渠道中选择 Moss-Diarize(内置),而不是在翻译渠道中调用。

请查阅相关文档:

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.

Dondate via ko-fi.com

Dondate via PayPal

Related resource