The agent keeps repeating the initial greeting, he...
# support
v
Hi there! đŸ‘‹ Sorry to hear you're having trouble with your Vapi agent. I understand your agent was working fine until yesterday, but now it's repeating the initial greeting and not hearing your messages. This is a frustrating but relatively common issue that can happen for several reasons. Based on the information I've found, here are some potential causes and troubleshooting steps you can try: ## Possible Causes 1. **Configuration Issues**: - Incorrect API keys or access permissions - Incorrect assistant ID configuration on your phone number - Missing or incorrect provider information in assistant overrides 2. **Transcription Problems**: - Issues with the speech-to-text engine (especially if using Deepgram) - Incorrect endpointing settings - Language settings issues 3. **Network Issues**: - Network delays affecting audio transmission - Connectivity problems preventing proper audio processing ## Troubleshooting Steps ### 1. Check Basic Configuration - Verify that your VAPI agent is correctly configured with the right credentials and settings - Double-check the API keys and access permissions - Ensure an assistant is properly assigned to your phone number ### 2. Adjust Transcription Settings According to [troubleshooting information](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338497725917827196), you might want to try modifying your
start_speaking_plan
and
transcriber
settings:
Copy code
json
"start_speaking_plan": {
  "waitSeconds": 0.8,
  "smartEndpointingEnabled": true
}
Copy code
json
"transcriber": {
  "model": "nova-2",
  "language": "en",
  "provider": "deepgram",
  "endpointing": 300
},
### 3. Try a Different Transcriber Many users have [solved similar issues](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334024569861963788) by changing the transcriber from Deepgram to Azure, Whisper, or Gladia. ### 4. Check for Recent Changes
Review any changes made to your assistant configuration since it was last working properly. Even small changes can sometimes affect the assistant's behavior. ### 5. Review Logs Look into your VAPI logs for any error messages or warnings that could indicate what the issue might be. Would you like me to provide more specific information about any of these troubleshooting steps? I'd be happy to dive deeper into any particular area! Sources: - [Reasons why Vapi agent is repeating the initial greeting](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1334024569861963788) - [Reasons why Vapi agent is not recognizing voice input](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1338497725917827196) - [Troubleshooting steps for Vapi voice AI agents](https://discord.com/channels/1211482211119796234/1211483291191083018/threads/1343612796717371393)
b
when testing within the VAPI platform in assistants, the ‘talk twith assistant’ button no longer works, it doesn't recognise my message.... and kept repeating the initial greeting !
k
Hey! To help track down this issue, could you share: - The call ID - When exactly this happened (the timestamp) - What response you expected to get - What response you actually got instead This would really help us figure out what went wrong!
b
The call ID - All last calls
When exactly this happened (the timestamp)
when I go to test the agent, on the VAPI platform, when I click on the ‘Talk to Assistant’ button, it starts with the greeting message, but it doesn't understand or hear my voice, and it keeps repeating the greeting as if I hadn't interacted yet.
- What response you expected to get
I hope the assistant will do what she used to do, listen to my questions... she doesn't listen, or doesn't seem to listen...
- What response you actually got instead
she keeps repeating the initial greeting as if I didn't say anything, I speak, I shout and yet she doesn't seem to hear or understand my audio.
** I changed the demo wizard that exists on the platform, it worked normally, but when I changed it and saved the change, I simply changed the prompt, it stopped working , it was like the other agents I described.
k
Hey Benicio, you need to share the call ID. So I could take a look. Without call ID, I cannot help you further.