Open AI API报错:
————————————————加更————————————————————
1.API Error: {“error”:{“message”:“无效的令牌”,“type”:“one_api_error”}}/报错403
调用接口不对,openkey的调用需要对应使用https://openkey.cloud,否则调用不通,会出现如上报错
如果官方的api key用错接口,会出现报错1,确保是官方接口。
如果用代理api key也必须换成代理url接口,这时候用官方url接口就会报错。
2.API Error: {“error”:{“message”:“用户额度不足”,“type”:“one_api_error”,“param”:"",“code”:
“pre_consume_token_quota_failed”}}
3.APIError: Invalid response object from API: ‘{“statusCode”:401,“message”:“User balance not enough, your request has been rejected, please recharge in time”,“data”:null}’ (HTTP response code was 401
报错意为余额不足,参照上一条;
4.API Error: {“error”:{“message”:“当前分组负载已饱和,请稍后再试,或升级账户以提升服务质量。”,“type”:“insufficient_quota”,“param”:"",“code”:“insufficient_quota”}}
openkey负载,请稍后尝试,或切换模型暂时使用;
4.{“error”: {“message”: “无可用渠道”,“type”: “one_api_error”}}
先重新调用尝试,问题不能解决请联系客服
5.“429 Too Many Requests {“statusCode”:429,“message”:“ThrottlerException: Too Many Requests”}”
此为限速报错,可能有如下原因:
1)超过调用速度限制:3.5模型调用上限60次/min,4.0模型调用上限40次/min,请调低请求速率,如需高并发,请联系客服
2)调用渠道速率被跑满,可以先换个模型使用,如不支持切换模型,请联系客服处理
2)openai官方问题,调用不稳定,请联系客服确认
6.某一天重新登陆,chatbot突然连聊天都不跟你聊了。
突然失去文字回复,大概率是魔法断了,回到了大陆和港区。
Metahuman sdk ATL(audio to lipsync)延迟优化方案:
方案思路是:将ATL的buffer分成几个chunk,然后按顺序播放,chunk index自增,expected length/chunk length加ceil处理= chunk amount。
audio to lipsync
的 buffer 在处理 chunk 2 和 chunk 3 时如果显示 "not valid",这种问题可能确实与计算机性能有一定的关系,但也有其他潜在的原因。
首先如果是计算机性能问题,
- 性能瓶颈:如果你的计算机处理能力不足,可能无法及时处理多个 chunk,尤其是在资源密集的操作中(如实时音频分析、口型同步等)。检查 CPU、内存和 GPU 的负载情况,看看是否在处理后续 chunk 时遇到资源耗尽的情况。
- 解决办法:尝试减少其他占用资源的后台任务,或在更高性能的设备上运行口型同步。
官方教程:https://www.youtube.com/watch?v=xo474w8-4ac&t=674s
No stream permission报错
官方回复:
Can you tell which tariff are you using?
Streaming options available for the Chatbot tariff plan only.
Also if you can share log file from your project it will be helpful.
Usually you can find it in the directory like this ProjectName\Saved\Logs\ProjectName.log
免费的两天试用不支持ATL stream,5刀每月的Lite的tariff也不支持stream。
如果需要用ATL Stream必须要选择chatbot的付费方案,0.21刀/min。这种付费方案不兼容普通的ATL。官方建议如果需要同时使用正常ATL和 ATL stream,需要开两个账号。