Having trouble connecting to speech or AI services? This guide will help you diagnose and fix connection problems in Talk Buddy.
Look at the bottom of Talk Buddy for service status indicators:
All Green: Everything working perfectly ✅ All Red: Check internet connection and service URLs ❌ Mixed Colors: Some services working, others need attention ⚠️ All Gray: Services not configured or first-time setup needed ⚙️
Some antivirus programs block Talk Buddy:
Check Microphone Permissions
Test Microphone Hardware
Service Configuration
Check Audio Output
Service Configuration
Service URL and Configuration
Model Availability
# Check if service is running
curl http://localhost:11434/api/tags
# List installed models
ollama list
# Install model if missing
ollama pull llama2
# View logs for error messages
ollama logs
# Stop and start Ollama
ollama stop
ollama start
# Test if Speaches is responding
curl http://localhost:8000/health
Verify installation: Follow Speaches setup guide
Check available models: Ensure required speech models are downloaded
Use terminal/command prompt to test connections:
# Test Ollama (local AI)
curl http://localhost:11434/api/tags
# Test Speaches (local speech)
curl http://localhost:8000/health
# Test online services (if using)
curl https://api.service-url.com/health
# Windows
netstat -an | findstr :11434
# macOS/Linux
netstat -an | grep :11434
lsof -i :11434
%APPDATA%/TalkBuddy/logs/
~/Library/Application Support/TalkBuddy/logs/
~/.config/TalkBuddy/logs/
http://localhost:11434
http://localhost:8000
When seeking help, gather:
Most connection issues are resolved by checking basic network connectivity and service permissions. Work through the checklist systematically for best results! 🔧
Related Guides: