Troubleshooting

ProblemFix
port 127.0.0.1:8080 already in useA proxy is already running — python3 wispr_pro.py status, then stop
App shows errors / can't connectCA not trusted — python3 wispr_pro.py trust (asks for your password)
Still on Basic plangrep "\[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.zipOld build with a background child — use the current foreground build (start)
.app won't open from DownloadsRemove quarantine: xattr -dr com.apple.quarantine "path/to/Wispr Proxyflow.app"
Proxy dies when terminal closesBackground it: nohup python3 wispr_pro.py start >/tmp/wispr-pro.log 2>&1 &
Changes not appliedEdit ~/.wispr_pro/config.toml, then stop + start

Logs

  • Proxy + rewrite log: ~/.wispr_pro/proxy.log
  • Rewrite events: grep "\[PRO\]" ~/.wispr_pro/proxy.log | tail
  • The .app double-click entry also logs there (WISPR_PRO_LOG overrides).