Ambara
Ambara6d ago

fetch failed when run action

running action in vps, node v22.15 , and always get this error
TypeError: fetch failed at node:internal/deps/undici/undici:13510:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ConvexHttpClient.action (file:///app/apps/discord-bot/build/index.js:2367:22) at async checkRunningAutoRaid (file:///app/apps/discord-bot/build/index.js:153946:22) at async file:///app/apps/discord-bot/build/index.js:153520:34 at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async cors2 (file:///app/apps/discord-bot/build/index.js:99424:5) at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async file:///app/apps/discord-bot/build/index.js:98742:25 at async responseViaResponseObject (file:///app/apps/discord-bot/build/index.js:97750:13) { [cause]: AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1122:18) at internalConnectMultiple (node:net:1190:5) at Timeout.internalConnectMultipleTimeout (node:net:1716:5) at listOnTimeout (node:internal/timers:583:11) at process.processTimers (node:internal/timers:519:7) { code: 'ETIMEDOUT', [errors]: [ [Error], [Error], [Error], [Error], [Error], [Error] ] } }
TypeError: fetch failed at node:internal/deps/undici/undici:13510:13 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async ConvexHttpClient.action (file:///app/apps/discord-bot/build/index.js:2367:22) at async checkRunningAutoRaid (file:///app/apps/discord-bot/build/index.js:153946:22) at async file:///app/apps/discord-bot/build/index.js:153520:34 at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async cors2 (file:///app/apps/discord-bot/build/index.js:99424:5) at async dispatch (file:///app/apps/discord-bot/build/index.js:97870:17) at async file:///app/apps/discord-bot/build/index.js:98742:25 at async responseViaResponseObject (file:///app/apps/discord-bot/build/index.js:97750:13) { [cause]: AggregateError [ETIMEDOUT]: at internalConnectMultiple (node:net:1122:18) at internalConnectMultiple (node:net:1190:5) at Timeout.internalConnectMultipleTimeout (node:net:1716:5) at listOnTimeout (node:internal/timers:583:11) at process.processTimers (node:internal/timers:519:7) { code: 'ETIMEDOUT', [errors]: [ [Error], [Error], [Error], [Error], [Error], [Error] ] } }
2 Replies
Convex Bot
Convex Bot6d ago
Thanks for posting in <#1088161997662724167>. Reminder: If you have a Convex Pro account, use the Convex Dashboard to file support tickets. - Provide context: What are you trying to achieve, what is the end-user interaction, what are you seeing? (full error message, command output, etc.) - Use search.convex.dev to search Docs, Stack, and Discord all at once. - Additionally, you can post your questions in the Convex Community's <#1228095053885476985> channel to receive a response from AI. - Avoid tagging staff unless specifically instructed. Thank you!
erquhart
erquhart6d ago
Looks like a network error to me. If you can share the action that may shed some light

Did you find this page helpful?