This commit is contained in:
jonathang4 2025-06-06 17:36:28 +08:00
parent 370e1e3b70
commit 1da0ef5c18

View File

@ -448,7 +448,7 @@ export async function upgradeVideoResolution(
}, },
}); });
if (!result[historyId]){ if (!result[historyId]){
logger.warn(`高清 记录ID不存在 ${historyId} 重试次数: ${emptyCount}`); logger.warn(`高清 记录ID不存在 ${historyId} 重试次数: ${emptyCount} res: ${JSON.stringify(result)}`);
emptyCount--; emptyCount--;
if(emptyCount<=0){ if(emptyCount<=0){
throw new APIException(EX.API_HISTORY_EMPTY, "高清 记录不存在: " + JSON.stringify(result)); throw new APIException(EX.API_HISTORY_EMPTY, "高清 记录不存在: " + JSON.stringify(result));