You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 7, 2026. It is now read-only.
Oct 22 19:34:20Z 9b22 vector spark-evaluate CANNOT SUBMIT SCORES FOR ROUND 17748n: TypeError: fetch failed
Oct 22 19:34:20Z 9b22 vector spark-evaluate at node:internal/deps/undici/undici:12502:13
Oct 22 19:34:20Z 9b22 vector spark-evaluate at process.processTicksAndRejections (node:internal/process/task_queues:95:5)
Oct 22 19:34:20Z 9b22 vector spark-evaluate at async setScores (file:///app/lib/submit-scores.js:11:15)
Oct 22 19:34:20Z 9b22 vector spark-evaluate at async evaluate (file:///app/lib/evaluate.js:122:5) {
Oct 22 19:34:20Z 9b22 vector spark-evaluate [cause]: [Error]
Oct 22 19:34:20Z 9b22 vector spark-evaluate }
Unfortunately, the log message does not show any details about the cause, so we cannot tell what exactly happened.
Suggested improvements to consider:
Improve formatting so that the error cause is expanded in the log message (maybe%o will do the trick?) or unwrap the cause from the “fetch failed” error.
Wrap the fetch() call in pRetry to handle intermittent failures
/cc @juliangruber This error happened only once, so the issue is not urgent.