#1325 elevenlabs.core.api_error.ApiError: headers: {'date': 'Wed, 05 Nov 2025 09:44:06 GMT', 'server': 'uvicorn', 'content-len

119.237* Posted at: 5 hours ago 👁9

语音识别阶段出错:[ElevenLabs.io] 服务暂时不可用,请稍后重试:
Traceback (most recent call last):
File "videotrans\recognition\_base.py", line 78, in run
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 105, in run
File "videotrans\task\_speech2text.py", line 91, in recogn
File "videotrans\recognition\__init__.py", line 217, in run
File "videotrans\recognition\_base.py", line 80, in run
File "tenacity\__init__.py", line 480, in call
File "videotrans\recognition\_elevenlabs.py", line 44, in _exec
File "elevenlabs\speech_to_text\client.py", line 126, in convert
File "elevenlabs\speech_to_text\raw_client.py", line 168, in convert
elevenlabs.core.api_error.ApiError: headers: {'date': 'Wed, 05 Nov 2025 09:44:06 GMT', 'server': 'uvicorn', 'content-length': '476', 'content-type': 'application/json', 'access-control-allow-origin': '', 'access-control-allow-headers': '', 'access-control-allow-methods': 'POST, PATCH, OPTIONS, DELETE, GET, PUT', 'access-control-max-age': '600', 'strict-transport-security': 'max-age=31536000; includeSubDomains', 'x-trace-id': '11e36d1e0c7494b2b46e8408fd9536cf', 'x-region': 'us-central1', 'via': '1.1 google, 1.1 google', 'alt-svc': 'h3=":443"; ma=2592000,h3-29=":443"; ma=2592000'}, status_code: 401, body: {'detail': {'status': 'detected_unusual_activity', 'message': 'Unusual activity detected. Free Tier usage disabled. If you are using a proxy/VPN you might need to purchase a Paid Plan to not trigger our abuse detectors. Free Tier only works if users do not abuse it, for example by creating multiple free accounts. If we notice that many people try to abuse it, we will need to reconsider Free Tier altogether. Please play fair and purchase any Paid Subscription to continue.'}}


=
system:Windows-10-10.0.19045-SP0
version:v3.82
frozen:True
language:zh
root_dir:D:/win-videotrans-v3.82_20251019_125144

1 Replies

这个错误表明 ElevenLabs.io 语音识别服务检测到异常活动,已禁用免费套餐使用。错误信息显示可能是由于使用代理/VPN 或创建多个免费账户触发了其滥用检测机制。

解决方案:

  1. 检查网络环境:如果您正在使用代理或VPN,请尝试关闭它们后重试。
  2. 升级到付费套餐:ElevenLabs 要求购买任何付费订阅才能继续使用。请前往 ElevenLabs 官网购买付费套餐。
  3. 切换语音识别渠道:作为替代方案,您可以:

    • 在语音识别设置中选择其他可用的渠道,如:

      • faster-whisper(本地,无需API密钥)
      • 阿里FunASR(本地中文识别)
      • Edge语音识别(免费在线)
      • 其他在线API服务
  4. 配置API密钥:如果您已购买 ElevenLabs 付费套餐,请确保在软件设置中正确配置了有效的API密钥。

由于这是 ElevenLabs 官方的限制策略,软件本身无法绕过此限制。

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