嗨 team,
我卡在「Section 1」實踐練習(N8N102)的最後一步。我的 FinalizePipeline HTTP Request 一直回傳 422 錯誤,訊息是:「Invalid final data counts. One or more of your counts is incorrect.」
我的設定:
- n8n 版本:2.28.6(自託管於 Hostinger VPS)
- Assessment ID:
896ad0ac4b217499969229e5b02b1c23
我已驗證正常運作的部分:
-
GetOrders 搭配分頁取得 50 筆訂單
-
GetCustomers 並行運作(未鏈接)
-
MergeOrdersCustomers 產生 50 個豐富化的項目
-
SendToOrdersQueue 確認
orders_queued: 50 -
CheckSubscriptionTier 分割 20 個企業版 / 30 個其他
-
FilterDelivered 產生 12 個項目(未交付的企業訂單)
-
BatchPriorityOrders(batch size 5)→ SendToPriorityQueue 確認 12 個優先訂單
-
GetCustomers 已設定
Continue (using error output) -
SetFallbackCustomer 連接到 MergeOrdersCustomers 錯誤輸入
-
Retry On Fail 在 GetOrders 和 GetCustomers 上啟用(3 次重試,1000ms)
{
“total_orders”: 50,
“enterprise_count”: 12,
“batch_size”: 5,
“retry_enabled”: true,
“error_handling_enabled”: true
}我已嘗試的方法:
batch_size分別使用5和10enterprise_count分別使用12和20- Raw JSON body(以保留布林型別)
- 新增
error_handling_enabled: true(在其他討論串看過提到) - 上述所有組合
所有嘗試都傳回相同的 422 錯誤。你能幫我檢查一下你的端點對我的 assessment ID 預期的數值嗎?
謝謝。
