log的錯誤訊息 Error in handling webhook request GET /webhook-waiting/*: invalid input syntax for type integer: "NaN" Error: WebSocket connection is missing
你好!我們查看了你的 n8n 服務設定。你使用的是 n8n 2.11.4 搭配 task-runner。 從錯誤訊息來看: invalid input syntax for type integer: "NaN" — 這是 webhook-waiting 節點的參數問題,某個應該是數字的欄位收到了無效值 WebSocket connection is missing — 這可能跟 task-runner 的 broker 連線有關 建議檢查: 你的工作流中是否有使用 Webhook Wait 節點?確認傳入的參數格式正確 檢查 N8N_RUNNERS_BROKER_LISTEN_ADDRESS 環境變數設定是否正確 可以先嘗試重啟 n8n 和 task-runner 服務。如果問題持續,試試暫時停用 task-runner,看看 WebSocket 錯誤是否消失。
This post has been inactive for a while. We will be closing it in 2 days if there is no new activity.