|
|
@@ -240,11 +240,7 @@ class DecodeVideoProduce(VideoDecodeConst):
|
|
|
|
|
|
if error_count:
|
|
|
error_samples = [
|
|
|
- {
|
|
|
- "index": idx,
|
|
|
- "video_id": task_obj.get("video_id"),
|
|
|
- "error": str(err),
|
|
|
- }
|
|
|
+ f"https://admin.piaoquantv.com/cms/post-detail/{task_obj.get('video_id')}/detail/ "
|
|
|
for idx, task_obj, err in result["errors"][: self.ERROR_SAMPLE_LIMIT]
|
|
|
]
|
|
|
await feishu_robot.bot(
|