-
Notifications
You must be signed in to change notification settings - Fork 0
08 Troubleshooting and FAQ
This guide provides troubleshooting solutions for common audio, networking, and window configuration issues, followed by frequently asked questions.
Windows privacy settings or another application is blocking microphone access.
- Open Windows Settings ➔ Privacy & Security ➔ Microphone.
- Ensure Microphone access is toggled ON.
- Under Let desktop apps access your microphone, ensure ON is enabled.
- Open the Windows Sound Control Panel (
mmsys.cplvia Win+R), go to the Recording tab, and verify that your desired microphone is set as the Default Device. - In WishPilot, press
Ctrl + Shift + Mto verify that the mic is not muted.
The Groq API key is either missing, invalid, or rate-limited.
- Go to the Models & Audio tab in the Studio Dashboard.
- Verify that your Groq API key starts with
gsk_and contains no accidental leading or trailing spaces. - Click the Ping Test button in the dashboard to verify live connectivity to
api.groq.com. - If rate-limited, wait 60 seconds or generate a fresh key from console.groq.com/keys.
The window was minimized to the Stealth Notch, moved off-screen, or hidden via shortcut.
- Press
Ctrl + Shift + Htwice to toggle between hidden and visible states. - Look at the very top center of your screen for the Stealth Notch (a small 230×34px dark pill). Click the expand icon on the notch to restore the full window.
- Press
Ctrl + Shift + Xfollowed byCtrl + Shift + Hto reset the window coordinate bounds to default.
Click-Through mode is active (SetIgnoreMouseEvents).
- When Click-Through mode is enabled, mouse events intentionally pass directly through the window to the underlying code editor.
- Press
Ctrl + Shift + Cto disable Click-Through mode and restore normal mouse interactions.
SetWindowDisplayAffinity(WDA_EXCLUDEFROMCAPTURE) is a low-level Windows User32 API used to manage desktop window visibility. Some aggressive antivirus heuristics flag applications that call this API.
WishPilot is 100% open-source under GPL-3.0. You can inspect every line of native platform code in electron/platform/windows.cjs. To resolve local antivirus warnings, add the WishPilot folder to your antivirus whitelist or build directly from source using npm run build.
No. WishPilot has no central backend, database, or analytics tracking. Audio chunks are converted to standard 16kHz WAV format in local memory and dispatched directly over encrypted HTTPS to Groq's official Whisper API endpoint. No audio is ever stored on disk or sent to any WishPilot-owned server.
WishPilot includes an offline Simulation Mode that runs built-in realistic streaming responses without requiring internet access or API credentials. However, live voice-to-text (Groq Whisper) and dynamic LLM inference require an active internet connection to communicate with the chosen AI provider.
Extremely little:
- Groq Whisper Large v3 Turbo: Costs approximately $0.0018 to $0.003 per minute of audio transcribed, and Groq provides a generous free tier for developers.
-
Groq LPU Inference:
openai/gpt-oss-120bandllama-3.3-70bare free during developer preview tiers. - A full 45-minute mock interview practice session typically costs less than $0.05 total.
Yes. You can drag the Floating HUD to any secondary or tertiary monitor. Windows Display Affinity will protect the window on whichever physical display it resides.
You can open an issue on the official GitHub repository: https://github.com/vishwjeet27/wishpilot/issues
For contributions, please read .github/CONTRIBUTING.md.
WishPilot v1.0.0 • Developed by Vishwjeet Singh Vilkhu • Licensed under GNU GPL v3.0
Wiki Home •
Repository •
Releases •
Report Issue
- 3. Supported AI Providers & Setup
- 4. Multi-Industry Category Engine
- 5. Instant Answer Refinement Pills
WishPilot v1.0.0
Built by Vishwjeet Singh Vilkhu
Licensed under GNU GPL v3.0