← back to Designer Wallcoverings
DW-Agents/dw-agents/known-fixes.json
43 lines
{
"fixes": [
{
"processName": "dw-purchasing-office",
"issue": "ERR_HTTP_HEADERS_SENT crash loop",
"fixedDate": "2025-11-06T21:15:00.000Z",
"restartCountAtFix": 65,
"solution": "Added clearTimeout(timeout) in close handler to prevent double response",
"file": "purchasing-office-agent.ts",
"line": 1397,
"status": "STABLE",
"notes": "Restart count frozen at 65. No new crashes. Monitor if count increases."
},
{
"processName": "dw-digital-samples",
"issue": "EADDRINUSE port 9879 conflict",
"fixedDate": "2025-11-06T17:19:00.000Z",
"restartCountAtFix": 3157,
"solution": "Killed conflicting process and restarted with proper interpreter",
"status": "STABLE"
},
{
"processName": "dw-needs-attention",
"issue": "EADDRINUSE port 9891 conflict",
"fixedDate": "2025-11-06T17:49:00.000Z",
"restartCountAtFix": 7141,
"solution": "Changed hardcoded PORT from 9891 to 9886 in source code",
"file": "needs-attention-agent.ts",
"line": 23,
"status": "STABLE"
},
{
"processName": "YorkUpdater-7234",
"issue": "Duplicate process - EADDRINUSE port 7234 conflict with york-update-server",
"fixedDate": "2025-11-06T22:42:00.000Z",
"restartCountAtFix": 1420,
"solution": "Deleted duplicate YorkUpdater-7234 process - york-update-server is the correct one",
"status": "RESOLVED",
"notes": "This was a duplicate PM2 entry. york-update-server (ID 29) is the correct process."
}
]
}