port 127.0.0.1:8080 already in use | A proxy is already running — python3 wispr_pro.py status, then stop |
| App shows errors / can't connect | CA not trusted — python3 wispr_pro.py trust (asks for your password) |
| Still on Basic plan | grep "\[PRO\]" ~/.wispr_pro/proxy.log — no lines means traffic isn't reaching the proxy; relaunch with python3 wispr_pro.py start again |
mitmproxy has crashed … base_library.zip | Old build with a background child — use the current foreground build (start) |
.app won't open from Downloads | Remove quarantine: xattr -dr com.apple.quarantine "path/to/Wispr Proxyflow.app" |
| Proxy dies when terminal closes | Background it: nohup python3 wispr_pro.py start >/tmp/wispr-pro.log 2>&1 & |
| Changes not applied | Edit ~/.wispr_pro/config.toml, then stop + start |