Did automation for automatic video generation using services such as: PiAPI, elevenlabs. On the node with lipsync generation there was a problem. The video is not generated and on exit from the node it shows the following:
{
“code”: 200,
“data”: {
“task_id”: “176593b4-0947-4293-ad08-8972343ae57e”,
“model”: “kling”,
“task_type”: “lip_sync”,
“status”: “failed”,
“config”: {
“service_mode”: “”,
“webhook_config”: {
“endpoint”: “”,
“secret”: “”
}
},
“input”: {
“local_dubbing_url”: “https://drive.google.com/uc?export=download&id=1dLhRZg2_f1wAAL3kSHscxJRAoQZfaVMJ”,
“maxTries”: 3,
“origin_task_id”: “72438191-f4de-4e50-8100-d5c8f49b26a8”,
“retryOnFail”: true,
“tts_speed”: 1
},
“output”: {
“type”: “”,
“status”: 0,
“works”: null
},
“meta”: {
“created_at”: “2025-05-05T16:39:26.296743738Z”,
“started_at”: “2025-05-05T16:39:26.722332328Z”,
“ended_at”: “2025-05-05T16:39:36.634152044Z”,
“usage”: {
“type”: “point”,
“frozen”: 2000000,
“consume”: 0
},
“is_using_private_pool”: false
},
“detail”: null,
“logs”: ,
“error”: {
“code”: 10000,
“raw_message”: “create lipsync task: upload audio: request upload token failed: 500 Service busy”,
“message”: “task failed”,
“detail”: null
}
},
“message”: “success”
}