KING
04/25/2025, 10:40 AMVapi Support Bot
04/25/2025, 10:42 AMwscat
tool to get more detailed error information:
bash
wscat -c wss://phone-call-websocket.aws-us-west-2-backend-production1.vapi.ai/212a4bc0-a710-4fa0-9002-f429c4af750b/transport
If this confirms the 500 error, contact Vapi support with your CallID (212a4bc0-a710-4fa0-9002-f429c4af750b) as they can trace call logs and diagnose server-side issues.
Source:
- [Discord conversation about WebSocket troubleshooting](https://discord.com/channels/1211482211119796234/1329235631855108128)KING
04/25/2025, 10:46 AMKING
04/25/2025, 12:23 PMKING
04/25/2025, 12:58 PMShubham Bajaj
04/25/2025, 4:21 PMKings_big💫
04/25/2025, 4:40 PMKING
04/25/2025, 5:39 PMKING
04/26/2025, 8:47 AMShubham Bajaj
04/27/2025, 11:12 PMShubham Bajaj
05/01/2025, 4:09 PMJoe
05/01/2025, 7:58 PMJoe
05/01/2025, 8:00 PMconst response = await fetch("https://api.vapi.ai/call", {
method: "POST",
headers: {
authorization: `Bearer ${apiKey}`,
"content-type": "application/json",
},
body: requestBody,
});
Joe
05/01/2025, 8:00 PMJoe
05/01/2025, 8:13 PMsquadId
vs squad
in the call request? I was using squadId
when encountering this error.Joe
05/01/2025, 8:48 PMsquad
and squadId
but I get the same 500 error.Joe
05/01/2025, 8:48 PMShubham Bajaj
05/03/2025, 2:06 PM