美文网首页
UE MetaHuman SDK lipsync animati

UE MetaHuman SDK lipsync animati

作者: rztime | 来源:发表于2023-04-12 09:18 被阅读0次

错误日志

LogSoundUtilityLibrary: Display: FSoundUtilityLibrary::GetEditorSoundData -- Out Data size: 36781568

LogMetahumanSDKAssetFactory: Request (type:'audioToLipSync') started...

LogHttp: Warning:     Sleeping 0.500s to wait for 1 outstanding Http Requests.

LogHttp: Warning:     Sleeping 0.500s to wait for 1 outstanding Http Requests.

LogHttp: Warning:     Sleeping 0.500s to wait for 1 outstanding Http Requests.

LogHttp: Warning:     Sleeping 0.500s to wait for 1 outstanding Http Requests.

LogHttp: Warning: [FHttpManager::Flush] FlushTimeSoftLimitSeconds [2.000s] exceeded. Cancelling 1 outstanding HTTP requests:

LogHttp: Warning:     verb=[POST] url=[[https://uep-api-west.metahumansdk.io/dh/api/v2/atl](https://uep-api-west.metahumansdk.io/dh/api/v2/atl)] refs=[2] status=Processing

LogHttp: Warning:     Sleeping 0.500s to wait for 1 outstanding Http Requests.

LogHttp: Warning: [FHttpManager::Flush] FlushTimeSoftLimitSeconds [2.000s] exceeded. Cancelling 1 outstanding HTTP requests:

LogHttp: Warning:     verb=[POST] url=[[https://uep-api-west.metahumansdk.io/dh/api/v2/atl](https://uep-api-west.metahumansdk.io/dh/api/v2/atl)] refs=[2] status=Processing

LogHttp: Warning: 0000090CD8C7CD00: request was cancelled

LogMetahumanSDKAssetFactory: Request (type:'audioToLipSync') finished!

LogMetahumanSDKAssetFactory: Request (type:'audioToLipSync') took 2.504770 seconds to complete

LogMetahumanSDKAssetFactory: Error: Request error (code: 0): 

LogMetahumanSDKAssetFactory: Error: Invalid response! Error:

原因

It looks like timing configuration is wrong by some reasons.

解决办法

Please try to add the following strings to the project files DefaultEngine.ini and DefaultEditor.ini, it should help you to solve the issue.

[HTTP]
FlushSoftTimeLimitDefault=120
FlushSoftTimeLimitBackground=120
FlushSoftTimeLimitShutdown=120
FlushSoftTimeLimitFullFlush=120
FlushHardTimeLimitDefault=240
FlushHardTimeLimitBackground=240
FlushHardTimeLimitShutdown=240
FlushHardTimeLimitFullFlush=240

相关文章

网友评论

      本文标题:UE MetaHuman SDK lipsync animati

      本文链接:https://www.haomeiwen.com/subject/tiwnddtx.html