Voice Circuits Overloaded
# support
r
We couldn't make changes to our assistant as it shows "Voice Circuits Overloaded" error. Error: TypeError Message: Cannot read properties of undefined (reading 'models') Timestamp: 2025-08-03T04:14:55.057Z Organization ID: feca8c07-4aae-4b21-93ee-120689e1ab23 Assistant ID: e49b7120-ec7a-4764-842e-be2f48837dba We've been facing the same issue for over a week now. All assistants are showing the same error. https://cdn.discordapp.com/attachments/1401419064940695573/1401419065251070002/Screenshot_2025-08-03_121801.png?ex=68918636&is=689034b6&hm=55b12558ec55fc79f0f8b68129ffaa0f846ded95c30c37cecab8e4afde042f4d&
c
Hi there, Thank you for your message. Our team is currently out of the office. We operate Monday through Friday, from 9:00 AM to 8:00 PM Pacific Standard Time (PST). We’ll get back to you as soon as possible during our normal business hours. If your message is urgent, please mark it accordingly or include “URGENT” in the subject line, and we’ll do our best to respond promptly. Warm regards, Vapi Customer Support Team
v
Hey man, did you manage to fix it? i have the same issue
r
nahh wasn't able too. Tried to reach out multiple times but the support seems to be non existent
v
damn, i cant fix the issue i have also
k
This happens when i create the new agent with custom voice
Copy code
{
  "name": "New Assistant",
  "voice": {
    "provider": "custom-voice",
    "server": {
      "url": "https://dfdfsdfca/webhook-test/tts",
      "timeoutSeconds": 15
    }
  },
  "model": {
    "model": "gpt-4o",
    "messages": [
      {
        "role": "system",
        "content": "This is a blank template with minimal defaults, you can change the model, temperature, and messages."
      }
    ],
    "provider": "openai"
  },
  "firstMessage": "Hello.",
  "voicemailMessage": "Please call back when you're available.",
  "endCallMessage": "Goodbye.",
  "transcriber": {
    "model": "nova-2",
    "language": "en",
    "provider": "deepgram"
  }
}
r
I fixed it
Try to update the assistant's voice using an API call https://docs.vapi.ai/api-reference/assistants/update?explorer=true
Support told me to update it back to VAPI elliot via API then just update it back to the voice you're using once you regained access to the UI
c
Glad the issue was resolved. Please reach out to us if you have any other questions regarding this issue
k
Thanks @rob but that is for default providers. but what about custom TTS provider it still breaks
r
Hmm ig that’s a ui issue for custom tts providers. Mine broke because i was using PlayHt and I saw post from Vapi that they’ve removed it from the list hence breaking the assistant. I suppose Create Call still works? Just update the voice to a default one when u need to make changes.
c
If you are using a custom TTS provider you will need to continue to update the assistant configuration by API. This can be applied to anyone facing issues with not being able to access the assistant page on the dashboard
k
Ok does it mean assistant keeps working its just now available on UI. But well in this case we loose the ability to test it from dashboard.
c
Yes, that is correct. The assistant will remain operational when used by API and called by a phone number if it is attached to one currently. Another way to test it is by saving the demo link and keeping it stored somewhere where you can access later such as your web browser bookmarks, then you could test it without needing to access the dashboard. With this method though, you will need to return your voice settings to the default first, then copy the demo link. After saving the demo link, you can then change it back to your custom settings. Just an idea. Let us know if you have any other questions
2 Views