-
-
Notifications
You must be signed in to change notification settings - Fork 24
troubleshooting
Cyber Official edited this page Sep 25, 2025
·
4 revisions
Common issues and solutions for Synthalingua.
- Python not recognized: Add Python to PATH, restart, check version (must be 3.12.x, not 3.13 or 3.11 & lower.)
-
No module named 'transformers': Run
pip install transformersin the correct Python environment - Git not recognized: Add Git to PATH, restart
- CUDA not available: Install CUDA (Nvidia only), or use CPU mode
- Audio source errors: Make sure a microphone or stream is set up
-
Microphone not detected: Use
--list_microphonesto see available devices - Permission errors: Run your terminal as administrator or check OS permissions
-
Blocklist not working: Ensure your
--ignorelistfile is formatted with one phrase per line -
Auto blocklist not adding phrases: Requires both
--auto_blocklistand--ignorelist
- Web server not starting: Make sure the port is available and not blocked by firewall
-
Web player unreachable from another device: Ensure
--serveripis set to0.0.0.0(default) and the port is allowed through your firewall/router - Discord messages not sending: Check webhook URL and Discord permissions
- Crashes or unexpected errors: Check the error message, consult the GitHub Issues, or ask for help