Support
Troubleshooting
Fixes for the setup and runtime issues creators and developers hit most often, straight from the app's own diagnostics and source code.
The desktop app talks to a local Python server at 127.0.0.1:8000. If it hasn't finished starting yet, wait a few seconds and retry. To start it manually for debugging, run "cd application/backend && python app.py" (or "npm run backend" from application/) and confirm GET http://127.0.0.1:8000/health returns { "status": "ok" }.
Still stuck?
Run the built-in diagnostics or open an issue on GitHub.
Run the Built-in Diagnostics
With the backend running, open http://127.0.0.1:8000/api/whisper-test in your browser. It checks your Python version, GPU/CUDA availability, FFmpeg install, and runs a live transcription test, reporting exactly what's misconfigured.